| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Retired gdb_attach. gdb-detach event covers this functionality. | Øyvind Harboe | 2009-10-13 | 1 | -66/+3 |
* | If halt times out, stop GDB. Allows e.g. manual reset via monitor commands. | Øyvind Harboe | 2009-10-12 | 1 | -1/+4 |
* | Stop debug session if halt fails | Øyvind Harboe | 2009-10-09 | 1 | -1/+6 |
* | Stop GDB when polling fails, srst assert or powerdropout is detected | Øyvind Harboe | 2009-10-08 | 1 | -1/+1 |
* | When attaching GDB to OpenOCD, the target state is no longer affected. | oharboe | 2009-09-24 | 1 | -28/+64 |
* | Remove annoying end-of-line whitespace from most src/* | dbrownell | 2009-09-21 | 1 | -1/+1 |
* | David Brownell <david-b@pacbell.net> start phasing out integers as target IDs | oharboe | 2009-08-30 | 1 | -4/+12 |
* | Fix NPE in GDB_EVENT_END as logforwarding was not disabled early enough | oharboe | 2009-07-27 | 1 | -1/+7 |
* | Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes | oharboe | 2009-07-17 | 1 | -1/+1 |
* | typo in comment | oharboe | 2009-07-08 | 1 | -2/+2 |
* | A bit more log detail about connections comming and going | duane | 2009-06-28 | 1 | -0/+8 |
* | - fix issue when using gdb_port cmd | ntfreak | 2009-06-25 | 1 | -3/+1 |
* | - Replace '){' with ') {'. | zwelch | 2009-06-23 | 1 | -6/+6 |
* | Remove whitespace that occurs before ')'. | zwelch | 2009-06-23 | 1 | -20/+20 |
* | Remove whitespace that occurs after '('. | zwelch | 2009-06-23 | 1 | -15/+15 |
* | - Fixes '[<>]' whitespace | zwelch | 2009-06-23 | 1 | -11/+11 |
* | - Fixes '+' whitespace | zwelch | 2009-06-23 | 1 | -13/+13 |
* | - Fixes '=' whitespace | zwelch | 2009-06-23 | 1 | -26/+26 |
* | - Fixes '==' whitespace | zwelch | 2009-06-23 | 1 | -7/+7 |
* | - Fixes '<<' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '&&' whitespace | zwelch | 2009-06-23 | 1 | -3/+3 |
* | - Fixes '[+]=' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '!=' whitespace | zwelch | 2009-06-23 | 1 | -7/+7 |
* | - Replace 'for(' with 'for ('. | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Replace 'switch(' with 'switch ('. | zwelch | 2009-06-23 | 1 | -3/+3 |
* | - Replace 'if(' with 'if ('. | zwelch | 2009-06-23 | 1 | -11/+11 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -7/+7 |
* | Finish transforming 'u32' to 'uint32_t'. | zwelch | 2009-06-18 | 1 | -21/+21 |
* | Transform 'u8' to 'uint8_t' | zwelch | 2009-06-18 | 1 | -11/+11 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-13 | 1 | -3/+3 |
* | Add target_get_name wrapper: | zwelch | 2009-05-31 | 1 | -2/+5 |
* | Add target_step wrapper: | zwelch | 2009-05-31 | 1 | -1/+2 |
* | Add target_get_gdb_reg_list wrapper: | zwelch | 2009-05-31 | 1 | -4/+4 |
* | Author: Nicolas Pitre <nico@cam.org> | kc8apf | 2009-05-27 | 1 | -0/+9 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-05-24 | 1 | -7/+5 |
* | 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 |