| Commit message (Expand) | Author | Age | Files | Lines |
* | gdb-server: fix -Wshadow warning | Oyvind Harboe | 2010-06-17 | 1 | -7/+8 |
* | gdb: -Wshadow warning fixes | Øyvind Harboe | 2010-06-16 | 1 | -1/+0 |
* | gdb: clean up error handling in step/continue | Øyvind Harboe | 2010-06-16 | 1 | -5/+15 |
* | -Wshadow fixes | Øyvind Harboe | 2010-06-14 | 1 | -4/+4 |
* | gdb-server: fix error reporting bugs | Øyvind Harboe | 2010-06-08 | 1 | -24/+9 |
* | gdbserver: gdb cmds returning failure on success | Spencer Oliver | 2010-05-17 | 1 | -9/+12 |
* | missing pointer's declaration when enable macro -D_DEBUG_GDB_IO_. | Jun Ma | 2010-05-14 | 1 | -0/+3 |
* | server: incorrectly display socket port number | Spencer Oliver | 2010-05-06 | 1 | -1/+1 |
* | gdb: connect will now fail if flash autoprobe fails | Øyvind Harboe | 2010-05-05 | 1 | -3/+23 |
* | Fixed bug in tcl-server | Matthias Bode | 2010-05-05 | 3 | -5/+5 |
* | telnet_server: review unused symbols | Antonio Borneo | 2010-03-25 | 1 | -12/+0 |
* | telnet_server: review scope of functions | Antonio Borneo | 2010-03-25 | 1 | -9/+11 |
* | server: review unused symbols | Antonio Borneo | 2010-03-24 | 1 | -28/+0 |
* | server: review scope of functions and data | Antonio Borneo | 2010-03-24 | 1 | -4/+4 |
* | gdb_server: improved gdb load performance | Øyvind Harboe | 2010-03-17 | 1 | -8/+37 |
* | telnet: fix strage blank spaces at beginning of telnet lines | Øyvind Harboe | 2010-01-31 | 1 | -3/+6 |
* | gdb_server: handle stepi/continue packet while target is running with more grace | Øyvind Harboe | 2010-01-21 | 1 | -9/+14 |
* | gdb_server: correctly report flash sector sizes | David Brownell | 2010-01-20 | 1 | -31/+46 |
* | gdb_server -- subroutinize memory map logic | David Brownell | 2010-01-19 | 1 | -107/+116 |
* | gdb_server -- symbol cleanup | David Brownell | 2010-01-19 | 2 | -62/+105 |
* | GDB: change gdb_breakpoint_override to COMMAND_ANY | Spencer Oliver | 2010-01-14 | 1 | -1/+1 |
* | NOR: add optional "flash erase_address" sector padding | David Brownell | 2010-01-13 | 1 | -3/+13 |
* | gdbserver: fix typo that broke read/write watchpoint | Øyvind Harboe | 2010-01-13 | 1 | -2/+8 |
* | Doxygen file comments | David Brownell | 2010-01-11 | 1 | -1/+10 |
* | shutdown: more graceful shutdown | Øyvind Harboe | 2010-01-11 | 1 | -1/+3 |
* | src/server: usage/help/doc updates | David Brownell | 2010-01-09 | 4 | -52/+53 |
* | gdb: fix regression in gdb_port command | Øyvind Harboe | 2010-01-05 | 1 | -2/+3 |
* | streamline and document helptext mode displays | David Brownell | 2010-01-02 | 1 | -1/+2 |
* | whitespace cleanup, mostly for docs | Antonio Borneo | 2009-12-30 | 4 | -351/+351 |
* | cygwin 1.7 build fixes | David Brownell | 2009-12-26 | 3 | -9/+9 |
* | server: server loop will exhaust data inputs before sleeping | Øyvind Harboe | 2009-12-16 | 1 | -17/+31 |
* | server: add server_preinit which is called before config file is parsed. | Spencer Oliver | 2009-12-11 | 2 | -1/+11 |
* | gdb_server: use more local variables in inner loop of fetching packetstiny re... | Øyvind Harboe | 2009-12-11 | 1 | -31/+73 |
* | gdb_server: make struct gdb_connection private | Øyvind Harboe | 2009-12-11 | 2 | -19/+21 |
* | build: add build/src to include path | Øyvind Harboe | 2009-12-08 | 1 | -0/+1 |
* | remove flash.h from tree | Zachary T Welch | 2009-12-04 | 1 | -1/+1 |
* | remove target.h from flash.h | Zachary T Welch | 2009-12-04 | 1 | -0/+1 |
* | fix regressions with GDB port numbers | Zachary T Welch | 2009-12-03 | 1 | -3/+11 |
* | remove tertiary include paths | Zachary T Welch | 2009-12-03 | 1 | -4/+0 |
* | change #include "server.h" to <server/server.h> | Zachary T Welch | 2009-12-03 | 2 | -2/+2 |
* | change #include "flash.h" to <flash/flash.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "target_request.h" to <target/target_request.h> | Zachary T Welch | 2009-12-03 | 2 | -2/+2 |
* | change #include "target.h" to <target/target.h> | Zachary T Welch | 2009-12-03 | 2 | -2/+2 |
* | change #include "register.h" to <target/register.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "image.h" to <target/image.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "breakpoints.h" to <target/breakpoints.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "jtag.h" to <jtag/jtag.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "log.h" to <helper/log.h> | Zachary T Welch | 2009-12-03 | 2 | -2/+2 |
* | stubs: buildfix | David Brownell | 2009-12-02 | 1 | -0/+1 |
* | remove #if BUILD_HTTPD | Zachary T Welch | 2009-12-02 | 2 | -0/+33 |