summaryrefslogtreecommitdiff
path: root/src/server/gdb_server.c
Commit message (Expand)AuthorAgeFilesLines
* gdb_server: handle stepi/continue packet while target is running with more graceØyvind Harboe2010-01-211-9/+14
* gdb_server: correctly report flash sector sizesDavid Brownell2010-01-201-31/+46
* gdb_server -- subroutinize memory map logicDavid Brownell2010-01-191-107/+116
* gdb_server -- symbol cleanupDavid Brownell2010-01-191-61/+105
* GDB: change gdb_breakpoint_override to COMMAND_ANYSpencer Oliver2010-01-141-1/+1
* NOR: add optional "flash erase_address" sector paddingDavid Brownell2010-01-131-3/+13
* gdbserver: fix typo that broke read/write watchpointØyvind Harboe2010-01-131-2/+8
* Doxygen file commentsDavid Brownell2010-01-111-1/+10
* src/server: usage/help/doc updatesDavid Brownell2010-01-091-15/+16
* gdb: fix regression in gdb_port commandØyvind Harboe2010-01-051-2/+3
* streamline and document helptext mode displaysDavid Brownell2010-01-021-1/+2
* cygwin 1.7 build fixesDavid Brownell2009-12-261-1/+1
* gdb_server: use more local variables in inner loop of fetching packetstiny re...Øyvind Harboe2009-12-111-31/+73
* gdb_server: make struct gdb_connection privateØyvind Harboe2009-12-111-1/+20
* remove flash.h from treeZachary T Welch2009-12-041-1/+1
* fix regressions with GDB port numbersZachary T Welch2009-12-031-3/+11
* change #include "flash.h" to <flash/flash.h>Zachary T Welch2009-12-031-1/+1
* change #include "target_request.h" to <target/target_request.h>Zachary T Welch2009-12-031-1/+1
* change #include "register.h" to <target/register.h>Zachary T Welch2009-12-031-1/+1
* change #include "image.h" to <target/image.h>Zachary T Welch2009-12-031-1/+1
* change #include "breakpoints.h" to <target/breakpoints.h>Zachary T Welch2009-12-031-1/+1
* change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch2009-12-031-1/+1
* improve gdb_init() sequenceZachary T Welch2009-11-301-33/+46
* fix typos in source filesUwe Hermann2009-11-261-5/+5
* target: create and use target_name()David Brownell2009-11-251-5/+5
* target: target_get_name() --> target_type_name()David Brownell2009-11-251-2/+2
* server: use register_commandsZachary T Welch2009-11-241-22/+50
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-6/+6
* use COMMAND_PARSE_ENABLE macro where appropriateZachary T Welch2009-11-181-42/+3
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-1/+1
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-12/+12
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-6/+6
* target: simplify register get/set opsDavid Brownell2009-11-171-9/+2
* rename CEIL as DIV_ROUND_UPZachary T Welch2009-11-161-11/+11
* #include "target.h" less wildlyDavid Brownell2009-11-161-1/+1
* target: don't implicitly include "breakpoint.h"David Brownell2009-11-161-0/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-3/+3
* flash_bank_t -> struct flash_bankZachary T Welch2009-11-131-7/+7
* target_t -> struct targetZachary T Welch2009-11-131-21/+21
* reg_t -> struct regZachary T Welch2009-11-131-6/+6
* image_t -> struct imageZachary T Welch2009-11-131-1/+1
* reg_arch_type_t -> struct reg_arch_typeZachary T Welch2009-11-131-2/+2
* connection_t -> struct connectionZachary T Welch2009-11-131-34/+34
* gdb_service_t -> struct gdb_serviceZachary T Welch2009-11-131-8/+8
* gdb_connection_t -> struct gdb_connectionZachary T Welch2009-11-131-19/+19
* use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch2009-11-131-1/+1
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-6/+6
* log: improve log_callback_fn signatureZachary T Welch2009-11-111-2/+2
* server: remove useless declarationsZachary T Welch2009-11-091-18/+26
* Update all server port command to use new helper.Zachary T Welch2009-11-051-9/+1