summaryrefslogtreecommitdiff
path: root/src/server
Commit message (Expand)AuthorAgeFilesLines
* 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
* server: add server_preinit which is called before config file is parsed.Spencer Oliver2009-12-112-1/+11
* 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-112-19/+21
* build: add build/src to include pathØyvind Harboe2009-12-081-0/+1
* remove flash.h from treeZachary T Welch2009-12-041-1/+1
* remove target.h from flash.hZachary T Welch2009-12-041-0/+1
* fix regressions with GDB port numbersZachary T Welch2009-12-031-3/+11
* remove tertiary include pathsZachary T Welch2009-12-031-4/+0
* change #include "server.h" to <server/server.h>Zachary T Welch2009-12-032-2/+2
* 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-032-2/+2
* change #include "target.h" to <target/target.h>Zachary T Welch2009-12-032-2/+2
* 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
* change #include "log.h" to <helper/log.h>Zachary T Welch2009-12-032-2/+2
* stubs: buildfixDavid Brownell2009-12-021-0/+1
* remove #if BUILD_HTTPDZachary T Welch2009-12-022-0/+33
* remove #if logic for openocd_sleep_*ludeZachary T Welch2009-12-023-0/+45