aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Expand)AuthorFilesLines
2011-10-23SERVER: fix clang warningAntonio Borneo1-1/+2
2011-10-22server: remove warning due to dead assignmentØyvind Harboe1-2/+5
2011-10-17target: DCC / target message backoff algorithmØyvind Harboe1-0/+8
2011-08-24remove target argument from gdb packet handling functionsJie Zhang2-60/+52
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 Jaouen2-9/+49
2011-04-15RTOS Thread awareness support wipBroadcom Corporation (Evan Hunter)2-9/+32
2011-03-17Fix a bunch of typos.Uwe Hermann1-1/+1
2010-12-29warnings: use more 'const' for char *Øyvind Harboe2-2/+2
2010-12-21server: remove error value from LOG_INFOØyvind Harboe1-1/+1
2010-11-18build: add common.mkSpencer Oliver1-4/+1
2010-11-15httpd: retire this serverØyvind Harboe51-10020/+3
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 Oliver2-2/+2
2010-10-04gdbserver: fix gdb_port memory leakSpencer Oliver1-1/+3
2010-10-04server: fix server pipe windows supportSpencer Oliver1-10/+14
2010-10-01pipes: add documentation for pipesØyvind Harboe3-5/+9
2010-10-01server: add support for pipesØyvind Harboe5-77/+75
2010-10-01server: specify port as a stringØyvind Harboe5-41/+104
2010-10-01server: read/write now goes through connection fn'sØyvind Harboe5-5/+35
2010-10-01server: split file descriptors in in/out fd'sØyvind Harboe5-19/+15
2010-10-01server: rely on ctrl-c to stop openocdØyvind Harboe1-26/+2
2010-09-26gdb: fix blank line at topØyvind Harboe1-1/+0
2010-09-20tcl_server: switch to ctrl-zØyvind Harboe1-11/+11
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-14-Wshadow fixesØyvind Harboe1-4/+4
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-06server: incorrectly display socket port numberSpencer Oliver1-1/+1
2010-05-05gdb: connect will now fail if flash autoprobe failsØyvind Harboe1-3/+23
2010-05-05Fixed bug in tcl-serverMatthias Bode3-5/+5
2010-03-25telnet_server: review unused symbolsAntonio Borneo1-12/+0
2010-03-25telnet_server: review scope of functionsAntonio Borneo1-9/+11
2010-03-24server: review unused symbolsAntonio Borneo1-28/+0
2010-03-24server: review scope of functions and dataAntonio Borneo1-4/+4
2010-03-17gdb_server: improved gdb load performanceØyvind Harboe1-8/+37
2010-01-31telnet: fix strage blank spaces at beginning of telnet linesØyvind Harboe1-3/+6
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 Brownell2-62/+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