aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Expand)Author
2010-06-17gdb-server: fix -Wshadow warningOyvind Harboe
2010-06-16gdb: -Wshadow warning fixesØyvind Harboe
2010-06-16gdb: clean up error handling in step/continueØyvind Harboe
2010-06-14-Wshadow fixesØyvind Harboe
2010-06-08gdb-server: fix error reporting bugsØyvind Harboe
2010-05-17gdbserver: gdb cmds returning failure on successSpencer Oliver
2010-05-14missing pointer's declaration when enable macro -D_DEBUG_GDB_IO_.Jun Ma
2010-05-06server: incorrectly display socket port numberSpencer Oliver
2010-05-05gdb: connect will now fail if flash autoprobe failsØyvind Harboe
2010-05-05Fixed bug in tcl-serverMatthias Bode
2010-03-25telnet_server: review unused symbolsAntonio Borneo
2010-03-25telnet_server: review scope of functionsAntonio Borneo
2010-03-24server: review unused symbolsAntonio Borneo
2010-03-24server: review scope of functions and dataAntonio Borneo
2010-03-17gdb_server: improved gdb load performanceØyvind Harboe
2010-01-31telnet: fix strage blank spaces at beginning of telnet linesØyvind Harboe
2010-01-21gdb_server: handle stepi/continue packet while target is running with more graceØyvind Harboe
2010-01-20gdb_server: correctly report flash sector sizesDavid Brownell
2010-01-19gdb_server -- subroutinize memory map logicDavid Brownell
2010-01-19gdb_server -- symbol cleanupDavid Brownell
2010-01-14GDB: change gdb_breakpoint_override to COMMAND_ANYSpencer Oliver
2010-01-13NOR: add optional "flash erase_address" sector paddingDavid Brownell
2010-01-13gdbserver: fix typo that broke read/write watchpointØyvind Harboe
2010-01-11Doxygen file commentsDavid Brownell
2010-01-11shutdown: more graceful shutdownØyvind Harboe
2010-01-09src/server: usage/help/doc updatesDavid Brownell
2010-01-05gdb: fix regression in gdb_port commandØyvind Harboe
2010-01-02streamline and document helptext mode displaysDavid Brownell
2009-12-30whitespace cleanup, mostly for docsAntonio Borneo
2009-12-26cygwin 1.7 build fixesDavid Brownell
2009-12-16server: server loop will exhaust data inputs before sleepingØyvind Harboe
2009-12-11server: add server_preinit which is called before config file is parsed.Spencer Oliver
2009-12-11gdb_server: use more local variables in inner loop of fetching packetstiny re...Øyvind Harboe
2009-12-11gdb_server: make struct gdb_connection privateØyvind Harboe
2009-12-08build: add build/src to include pathØyvind Harboe
2009-12-04remove flash.h from treeZachary T Welch
2009-12-04remove target.h from flash.hZachary T Welch
2009-12-03fix regressions with GDB port numbersZachary T Welch
2009-12-03remove tertiary include pathsZachary T Welch
2009-12-03change #include "server.h" to <server/server.h>Zachary T Welch
2009-12-03change #include "flash.h" to <flash/flash.h>Zachary T Welch
2009-12-03change #include "target_request.h" to <target/target_request.h>Zachary T Welch
2009-12-03change #include "target.h" to <target/target.h>Zachary T Welch
2009-12-03change #include "register.h" to <target/register.h>Zachary T Welch
2009-12-03change #include "image.h" to <target/image.h>Zachary T Welch
2009-12-03change #include "breakpoints.h" to <target/breakpoints.h>Zachary T Welch
2009-12-03change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch
2009-12-03change #include "log.h" to <helper/log.h>Zachary T Welch
2009-12-02stubs: buildfixDavid Brownell
2009-12-02remove #if BUILD_HTTPDZachary T Welch