| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixes | Freddie Chopin | 2011-06-04 | 1 | -2/+1 |
* | Get register value if it's invalid in cache. | Jie Zhang | 2011-05-18 | 1 | -0/+5 |
* | gdb_server : 'R' command replied by OK | Michel Jaouen | 2011-04-28 | 1 | -0/+1 |
* | smp : infra for smp minimum support | Michel Jaouen | 2011-04-28 | 2 | -9/+49 |
* | RTOS Thread awareness support wip | Broadcom Corporation (Evan Hunter) | 2011-04-15 | 2 | -9/+32 |
* | Fix a bunch of typos. | Uwe Hermann | 2011-03-17 | 1 | -1/+1 |
* | warnings: use more 'const' for char * | Øyvind Harboe | 2010-12-29 | 2 | -2/+2 |
* | server: remove error value from LOG_INFO | Øyvind Harboe | 2010-12-21 | 1 | -1/+1 |
* | build: add common.mk | Spencer Oliver | 2010-11-18 | 1 | -4/+1 |
* | httpd: retire this server | Øyvind Harboe | 2010-11-15 | 51 | -10020/+3 |
* | gdb: fix occasional crash when flash probe failed | Øyvind Harboe | 2010-11-15 | 1 | -3/+7 |
* | gdb: improve error message when gdb connect fails | Øyvind Harboe | 2010-11-11 | 1 | -1/+1 |
* | build: remove warn_unused_result errors | Spencer Oliver | 2010-10-05 | 2 | -2/+2 |
* | gdbserver: fix gdb_port memory leak | Spencer Oliver | 2010-10-04 | 1 | -1/+3 |
* | server: fix server pipe windows support | Spencer Oliver | 2010-10-04 | 1 | -10/+14 |
* | pipes: add documentation for pipes | Øyvind Harboe | 2010-10-01 | 3 | -5/+9 |
* | server: add support for pipes | Øyvind Harboe | 2010-10-01 | 5 | -77/+75 |
* | server: specify port as a string | Øyvind Harboe | 2010-10-01 | 5 | -41/+104 |
* | server: read/write now goes through connection fn's | Øyvind Harboe | 2010-10-01 | 5 | -5/+35 |
* | server: split file descriptors in in/out fd's | Øyvind Harboe | 2010-10-01 | 5 | -19/+15 |
* | server: rely on ctrl-c to stop openocd | Øyvind Harboe | 2010-10-01 | 1 | -26/+2 |
* | gdb: fix blank line at top | Øyvind Harboe | 2010-09-26 | 1 | -1/+0 |
* | tcl_server: switch to ctrl-z | Øyvind Harboe | 2010-09-20 | 1 | -11/+11 |
* | gdbserver: incorrect memory map for multiple targets (bug #24) | sb-sf | 2010-07-05 | 1 | -2/+4 |
* | 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 |