aboutsummaryrefslogtreecommitdiff
path: root/src/server/gdb_server.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-24remove target argument from gdb packet handling functionsJie Zhang1-60/+46
2011-06-04Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin1-2/+1
2011-05-18Get register value if it's invalid in cache.Jie Zhang1-0/+5
2011-04-28gdb_server : 'R' command replied by OKMichel Jaouen1-0/+1
2011-04-28smp : infra for smp minimum supportMichel Jaouen1-4/+48
2011-04-15RTOS Thread awareness support wipBroadcom Corporation (Evan Hunter)1-9/+27
2010-11-15gdb: fix occasional crash when flash probe failedØyvind Harboe1-3/+7
2010-11-11gdb: improve error message when gdb connect failsØyvind Harboe1-1/+1
2010-10-05build: remove warn_unused_result errorsSpencer Oliver1-1/+1
2010-10-04gdbserver: fix gdb_port memory leakSpencer Oliver1-1/+3
2010-10-01pipes: add documentation for pipesØyvind Harboe1-3/+7
2010-10-01server: add support for pipesØyvind Harboe1-23/+3
2010-10-01server: specify port as a stringØyvind Harboe1-25/+32
2010-10-01server: read/write now goes through connection fn'sØyvind Harboe1-1/+1
2010-10-01server: split file descriptors in in/out fd'sØyvind Harboe1-14/+3
2010-09-26gdb: fix blank line at topØyvind Harboe1-1/+0
2010-07-05gdbserver: incorrect memory map for multiple targets (bug #24)sb-sf1-2/+4
2010-06-17gdb-server: fix -Wshadow warningOyvind Harboe1-7/+8
2010-06-16gdb: -Wshadow warning fixesØyvind Harboe1-1/+0
2010-06-16gdb: clean up error handling in step/continueØyvind Harboe1-5/+15
2010-06-08gdb-server: fix error reporting bugsØyvind Harboe1-24/+9
2010-05-17gdbserver: gdb cmds returning failure on successSpencer Oliver1-9/+12
2010-05-14missing pointer's declaration when enable macro -D_DEBUG_GDB_IO_.Jun Ma1-0/+3
2010-05-05gdb: connect will now fail if flash autoprobe failsØyvind Harboe1-3/+23
2010-03-17gdb_server: improved gdb load performanceØyvind Harboe1-8/+37
2010-01-21gdb_server: handle stepi/continue packet while target is running with more graceØyvind Harboe1-9/+14
2010-01-20gdb_server: correctly report flash sector sizesDavid Brownell1-31/+46
2010-01-19gdb_server -- subroutinize memory map logicDavid Brownell1-107/+116
2010-01-19gdb_server -- symbol cleanupDavid Brownell1-61/+105
2010-01-14GDB: change gdb_breakpoint_override to COMMAND_ANYSpencer Oliver1-1/+1
2010-01-13NOR: add optional "flash erase_address" sector paddingDavid Brownell1-3/+13
2010-01-13gdbserver: fix typo that broke read/write watchpointØyvind Harboe1-2/+8
2010-01-11Doxygen file commentsDavid Brownell1-1/+10
2010-01-09src/server: usage/help/doc updatesDavid Brownell1-15/+16
2010-01-05gdb: fix regression in gdb_port commandØyvind Harboe1-2/+3
2010-01-02streamline and document helptext mode displaysDavid Brownell1-1/+2
2009-12-26cygwin 1.7 build fixesDavid Brownell1-1/+1
2009-12-11gdb_server: use more local variables in inner loop of fetching packetstiny re...Øyvind Harboe1-31/+73
2009-12-11gdb_server: make struct gdb_connection privateØyvind Harboe1-1/+20
2009-12-04remove flash.h from treeZachary T Welch1-1/+1
2009-12-03fix regressions with GDB port numbersZachary T Welch1-3/+11
2009-12-03change #include "flash.h" to <flash/flash.h>Zachary T Welch1-1/+1
2009-12-03change #include "target_request.h" to <target/target_request.h>Zachary T Welch1-1/+1
2009-12-03change #include "register.h" to <target/register.h>Zachary T Welch1-1/+1
2009-12-03change #include "image.h" to <target/image.h>Zachary T Welch1-1/+1
2009-12-03change #include "breakpoints.h" to <target/breakpoints.h>Zachary T Welch1-1/+1
2009-12-03change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch1-1/+1
2009-11-30improve gdb_init() sequenceZachary T Welch1-33/+46
2009-11-26fix typos in source filesUwe Hermann1-5/+5
2009-11-25target: create and use target_name()David Brownell1-5/+5