aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Expand)AuthorFilesLines
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
2010-01-13gdbserver: fix typo that broke read/write watchpointØyvind Harboe1-2/+8
2010-01-11Doxygen file commentsDavid Brownell1-1/+10
2010-01-11shutdown: more graceful shutdownØyvind Harboe1-1/+3
2010-01-09src/server: usage/help/doc updatesDavid Brownell4-52/+53
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-30whitespace cleanup, mostly for docsAntonio Borneo4-351/+351
2009-12-26cygwin 1.7 build fixesDavid Brownell3-9/+9
2009-12-16server: server loop will exhaust data inputs before sleepingØyvind Harboe1-17/+31