summaryrefslogtreecommitdiff
path: root/src/server
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of typos.Uwe Hermann2011-03-171-1/+1
* warnings: use more 'const' for char *Øyvind Harboe2010-12-292-2/+2
* server: remove error value from LOG_INFOØyvind Harboe2010-12-211-1/+1
* build: add common.mkSpencer Oliver2010-11-181-4/+1
* httpd: retire this serverØyvind Harboe2010-11-1551-10020/+3
* 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-052-2/+2
* gdbserver: fix gdb_port memory leakSpencer Oliver2010-10-041-1/+3
* server: fix server pipe windows supportSpencer Oliver2010-10-041-10/+14
* pipes: add documentation for pipesØyvind Harboe2010-10-013-5/+9
* server: add support for pipesØyvind Harboe2010-10-015-77/+75
* server: specify port as a stringØyvind Harboe2010-10-015-41/+104
* server: read/write now goes through connection fn'sØyvind Harboe2010-10-015-5/+35
* server: split file descriptors in in/out fd'sØyvind Harboe2010-10-015-19/+15
* server: rely on ctrl-c to stop openocdØyvind Harboe2010-10-011-26/+2
* gdb: fix blank line at topØyvind Harboe2010-09-261-1/+0
* tcl_server: switch to ctrl-zØyvind Harboe2010-09-201-11/+11
* 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
* -Wshadow fixesØyvind Harboe2010-06-141-4/+4
* 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
* server: incorrectly display socket port numberSpencer Oliver2010-05-061-1/+1
* gdb: connect will now fail if flash autoprobe failsØyvind Harboe2010-05-051-3/+23
* Fixed bug in tcl-serverMatthias Bode2010-05-053-5/+5
* telnet_server: review unused symbolsAntonio Borneo2010-03-251-12/+0
* telnet_server: review scope of functionsAntonio Borneo2010-03-251-9/+11
* server: review unused symbolsAntonio Borneo2010-03-241-28/+0
* server: review scope of functions and dataAntonio Borneo2010-03-241-4/+4
* gdb_server: improved gdb load performanceØyvind Harboe2010-03-171-8/+37
* telnet: fix strage blank spaces at beginning of telnet linesØyvind Harboe2010-01-311-3/+6
* 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-192-62/+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
* shutdown: more graceful shutdownØyvind Harboe2010-01-111-1/+3
* src/server: usage/help/doc updatesDavid Brownell2010-01-094-52/+53
* gdb: fix regression in gdb_port commandØyvind Harboe2010-01-051-2/+3
* streamline and document helptext mode displaysDavid Brownell2010-01-021-1/+2
* whitespace cleanup, mostly for docsAntonio Borneo2009-12-304-351/+351
* cygwin 1.7 build fixesDavid Brownell2009-12-263-9/+9
* server: server loop will exhaust data inputs before sleepingØyvind Harboe2009-12-161-17/+31