summaryrefslogtreecommitdiff
path: root/src/server/gdb_server.c
Commit message (Expand)AuthorAgeFilesLines
* Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin2011-06-041-2/+1
* Get register value if it's invalid in cache.Jie Zhang2011-05-181-0/+5
* gdb_server : 'R' command replied by OKMichel Jaouen2011-04-281-0/+1
* smp : infra for smp minimum supportMichel Jaouen2011-04-281-4/+48
* RTOS Thread awareness support wipBroadcom Corporation (Evan Hunter)2011-04-151-9/+27
* gdb: fix occasional crash when flash probe failedØyvind Harboe2010-11-151-3/+7
* gdb: improve error message when gdb connect failsØyvind Harboe2010-11-111-1/+1
* build: remove warn_unused_result errorsSpencer Oliver2010-10-051-1/+1
* gdbserver: fix gdb_port memory leakSpencer Oliver2010-10-041-1/+3
* pipes: add documentation for pipesØyvind Harboe2010-10-011-3/+7
* server: add support for pipesØyvind Harboe2010-10-011-23/+3
* server: specify port as a stringØyvind Harboe2010-10-011-25/+32
* server: read/write now goes through connection fn'sØyvind Harboe2010-10-011-1/+1
* server: split file descriptors in in/out fd'sØyvind Harboe2010-10-011-14/+3
* gdb: fix blank line at topØyvind Harboe2010-09-261-1/+0
* gdbserver: incorrect memory map for multiple targets (bug #24)sb-sf2010-07-051-2/+4
* gdb-server: fix -Wshadow warningOyvind Harboe2010-06-171-7/+8
* gdb: -Wshadow warning fixesØyvind Harboe2010-06-161-1/+0
* gdb: clean up error handling in step/continueØyvind Harboe2010-06-161-5/+15
* gdb-server: fix error reporting bugsØyvind Harboe2010-06-081-24/+9
* gdbserver: gdb cmds returning failure on successSpencer Oliver2010-05-171-9/+12
* missing pointer's declaration when enable macro -D_DEBUG_GDB_IO_.Jun Ma2010-05-141-0/+3
* gdb: connect will now fail if flash autoprobe failsØyvind Harboe2010-05-051-3/+23
* gdb_server: improved gdb load performanceØyvind Harboe2010-03-171-8/+37
* 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