| Commit message (Expand) | Author | Age | Files | Lines |
* | Added telnet_async command to enable/disable asynchronous | oharboe | 2008-10-31 | 1 | -1/+15 |
* | gdb_report_data_abort now ignores all target read errors, including address s... | oharboe | 2008-10-24 | 1 | -1/+1 |
* | produce syntax error | oharboe | 2008-10-22 | 1 | -8/+4 |
* | Laurentiu Cocanu - more help text | oharboe | 2008-10-22 | 3 | -15/+26 |
* | - remove build warnings | ntfreak | 2008-10-14 | 1 | -2/+5 |
* | Laurentiu Cocanu - more error handling fixes | oharboe | 2008-10-14 | 1 | -11/+33 |
* | Duane Ellis: addresses protocol problems with GDB. | oharboe | 2008-10-11 | 1 | -6/+35 |
* | Centralize error handling for buggy register handling | oharboe | 2008-10-06 | 1 | -10/+1 |
* | fix noise in gdb console when single stepping. Remove printing of log before ... | oharboe | 2008-09-24 | 1 | -1/+1 |
* | fixed false positives for keep_alive() not being invoked. | oharboe | 2008-09-24 | 1 | -47/+51 |
* | - added myself to copyright on files i remember adding large contributions fo... | ntfreak | 2008-09-20 | 6 | -14/+23 |
* | Duane Ellis: "target as an [tcl] object" feature. | oharboe | 2008-09-01 | 2 | -17/+25 |
* | do not check checksums in noack case | oharboe | 2008-08-26 | 1 | -104/+124 |
* | duan ellis target tcl work in progress | oharboe | 2008-08-24 | 1 | -8/+12 |
* | - clear any existing breakpoints/watchpoints when restarting in gdb extended ... | ntfreak | 2008-08-23 | 1 | -0/+2 |
* | - add support for new gdb QStartNoAckMode, which disables sending of ack's be... | ntfreak | 2008-08-22 | 2 | -8/+31 |
* | typo spotted by spen. gdb_breakpoint_override not tested yet. | oharboe | 2008-08-14 | 1 | -1/+1 |
* | added global gdb breakpoint override configuration command | oharboe | 2008-08-13 | 1 | -0/+48 |
* | Clear all dangling breakpoints upon GDB connection. | oharboe | 2008-08-13 | 1 | -0/+7 |
* | return halted signal if step/continue fails | oharboe | 2008-08-13 | 1 | -38/+57 |
* | David Kuehling <dvdkhlng@gmx.de> - added jim-eventloop.c | oharboe | 2008-08-07 | 1 | -0/+4 |
* | - correct BUILD_ECOSBOARD definition is server.c | ntfreak | 2008-08-07 | 1 | -5/+2 |
* | GDB monitor commands now also get halted state upon e.g. "reset halt". | oharboe | 2008-08-05 | 1 | -18/+0 |
* | Duane Ellis: fix warnings | oharboe | 2008-08-05 | 4 | -9/+9 |
* | added yours sincerely for files where I feel that I've made non-trivial contr... | oharboe | 2008-07-25 | 6 | -0/+18 |
* | wait 500ms for target to halt upon connect. | oharboe | 2008-07-24 | 1 | -0/+7 |
* | - comment about dummy ack '+' char from gdb | ntfreak | 2008-07-23 | 1 | -3/+2 |
* | fix <memory> is missing upon gdb connect warning when no flash is defined for... | oharboe | 2008-07-23 | 1 | -2/+2 |
* | restart is a per-target action | oharboe | 2008-07-21 | 1 | -1/+1 |
* | Allows config scripts to override handling of 'R'(restart) GDB packet. | oharboe | 2008-07-21 | 1 | -2/+1 |
* | - jtag_khz/speed are now single parameter only. These are used | oharboe | 2008-07-21 | 1 | -2/+4 |
* | - fix incorrectly registered function openocd_array2mem | ntfreak | 2008-07-18 | 1 | -107/+105 |
* | 1. GDB will print cryptic error messages if it is not fed keep-alive packets | oharboe | 2008-07-18 | 1 | -0/+1 |
* | Charles Hardin <ckhardin@gmail.com> move jim into helper | oharboe | 2008-07-17 | 1 | -1/+1 |
* | - fix pre_resume script not being called | ntfreak | 2008-07-08 | 1 | -0/+2 |
* | added pre/postlude fn's for when OpenOCD is sleeping. | oharboe | 2008-07-07 | 1 | -15/+7 |
* | - fixed build issues with win32 | ntfreak | 2008-07-06 | 3 | -236/+228 |
* | moving Tcl stuff around slightly. | oharboe | 2008-07-06 | 1 | -4/+3 |
* | fix a few compilation problems. | oharboe | 2008-07-06 | 2 | -0/+2 |
* | Charles Hardin <ckhardin@gmail.com> - Tcl Server | oharboe | 2008-07-06 | 3 | -0/+232 |
* | src/helper/configuration.h | oharboe | 2008-07-06 | 2 | -20/+14 |
* | - remove error message on shutdown | ntfreak | 2008-05-21 | 1 | -3/+0 |
* | This matters for embedded devices, but is probably not observably better for ... | oharboe | 2008-05-07 | 1 | -1/+4 |
* | increase packet size to 16kBytes. Very slightly faster. | oharboe | 2008-05-07 | 1 | -1/+1 |
* | Edgar Grimberg found tiny memory leak | oharboe | 2008-05-06 | 1 | -0/+3 |
* | regions outside flash are now read/write nocache by default. GDB 6.8 would ma... | oharboe | 2008-04-23 | 1 | -4/+59 |
* | Enabled auto erase, gdb memory map and gdb flash programming by default. | oharboe | 2008-04-18 | 1 | -2/+4 |
* | More robust handling of unknown target state for step/continue packet. | oharboe | 2008-04-13 | 1 | -6/+18 |
* | Reset wip. Just adding hooks. This is just to reduce the size of the actual c... | oharboe | 2008-04-11 | 1 | -5/+5 |
* | Spen fixed various issues w.r.t. setting up the sockets for optimal performance. | oharboe | 2008-04-07 | 2 | -32/+22 |