| Commit message (Expand) | Author | Age | Files | Lines |
* | Audit and eliminate redundant #include directives from src/server. | zwelch | 2009-05-11 | 1 | -14/+4 |
* | Zach Welch <zw@superlucidity.net> fix -Werror warnings | oharboe | 2009-04-19 | 1 | -6/+6 |
* | Hiroshi Ito <ito@mlb.co.jp> typos | oharboe | 2009-03-18 | 1 | -1/+1 |
* | Holger Schurig <hs4233@mail.mn-solutions.de> fix warnings | oharboe | 2009-02-18 | 1 | -1/+1 |
* | - add gdb pipe support to native win32 (--pipe option) | ntfreak | 2009-01-01 | 1 | -1/+1 |
* | allow setting/reading gdb_port at any time | oharboe | 2008-12-16 | 1 | -6/+6 |
* | - add ability for openocd to communicate to gdb using pipes (stdin/stdout). | ntfreak | 2008-12-15 | 1 | -24/+46 |
* | - remove target specific variant and use target->variant member | ntfreak | 2008-12-13 | 1 | -4/+1 |
* | - fix issue with gdb_target_to_reg missing second byte | ntfreak | 2008-11-20 | 1 | -1/+1 |
* | big endian fix for GDB. Probably fixes a memory corruption(not reported) as w... | oharboe | 2008-11-18 | 1 | -26/+57 |
* | minor cleanup | oharboe | 2008-11-10 | 1 | -1/+1 |
* | fix telnet async messages. retired telnet_async command - no user serviceable... | oharboe | 2008-11-05 | 1 | -0/+6 |
* | 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 | 1 | -13/+24 |
* | - 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 | 1 | -9/+3 |
* | Duane Ellis: "target as an [tcl] object" feature. | oharboe | 2008-09-01 | 1 | -16/+24 |
* | 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 | 1 | -8/+30 |
* | 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 |
* | Duane Ellis: fix warnings | oharboe | 2008-08-05 | 1 | -1/+1 |
* | added yours sincerely for files where I feel that I've made non-trivial contr... | oharboe | 2008-07-25 | 1 | -0/+3 |
* | 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 pre_resume script not being called | ntfreak | 2008-07-08 | 1 | -0/+2 |
* | src/helper/configuration.h | oharboe | 2008-07-06 | 1 | -17/+3 |
* | This matters for embedded devices, but is probably not observably better for ... | oharboe | 2008-05-07 | 1 | -1/+4 |
* | 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 | 1 | -4/+0 |
* | - rename log functions to stop conflicts under win32 (wingdi) | ntfreak | 2008-03-25 | 1 | -67/+67 |
* | - gdb server was incorrectly sending null terminator on qXfer:features:read: ... | ntfreak | 2008-03-22 | 1 | -1/+1 |