| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | reg_param_t -> struct reg_param | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | mem_param_t -> struct mem_param | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | use COMMAND_HANDLER macro to define all commands | Zachary T Welch | 2009-11-13 | 1 | -5/+3 |
* | ARM: other code uses the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 1 | -9/+9 |
* | Improve armv4_5 command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -2/+2 |
* | David Brownell <david-b@pacbell.net> | oharboe | 2009-09-09 | 1 | -4/+17 |
* | David Brownell <david-b@pacbell.net> Tweak disassembly commands: | oharboe | 2009-08-25 | 1 | -16/+39 |
* | Remove whitespace at end of lines, step 1. | zwelch | 2009-06-23 | 1 | -3/+3 |
* | Remove whitespace that occurs before ')'. | zwelch | 2009-06-23 | 1 | -1/+1 |
* | Remove whitespace that occurs after '('. | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '[|]' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - 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 | -3/+3 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -6/+10 |
* | Transform 'u32' to 'uint32_t' in src/target/arm* | zwelch | 2009-06-18 | 1 | -9/+9 |
* | Transform 'u16' to 'uint16_t' | zwelch | 2009-06-18 | 1 | -1/+1 |
* | Transform 'u8' to 'uint8_t' in src/target | zwelch | 2009-06-18 | 1 | -3/+3 |
* | David Brownell <david-b@pacbell.net>: This patch adds annotations to | zwelch | 2009-05-21 | 1 | -1/+1 |
* | Audit and eliminate redundant #include directives in arm target files. | zwelch | 2009-05-11 | 1 | -12/+1 |
* | David Brownell <david-b@pacbell.net> whitespace fixes. | oharboe | 2009-05-10 | 1 | -10/+10 |
* | Zach Welch <zw@superlucidity.net> fix -Werror warnings | oharboe | 2009-04-19 | 1 | -1/+1 |
* | Slight improvement in run_algorithm register restore. | mlu | 2009-04-03 | 1 | -4/+9 |
* | Fix handling of thumb disassembly in armv4_5 disassemble. Courtesy of Adam D... | kc8apf | 2009-01-19 | 1 | -5/+19 |
* | - remove target specific variant and use target->variant member | ntfreak | 2008-12-13 | 1 | -2/+0 |
* | more robust error reporting for DCC | oharboe | 2008-10-16 | 1 | -0/+3 |
* | Laurentiu Cocanu - add error handling | oharboe | 2008-10-14 | 1 | -8/+30 |
* | Fix problems with DCC downloads routine crashing silently. | oharboe | 2008-10-12 | 1 | -19/+35 |
* | Fixes SEGFAULT when setting registers from GDB. | oharboe | 2008-10-07 | 1 | -0/+3 |
* | GDB alive fixes for verify_image | oharboe | 2008-10-03 | 1 | -76/+79 |
* | - added myself to copyright on files i remember adding large contributions fo... | ntfreak | 2008-09-20 | 1 | -0/+3 |
* | duan ellis target tcl work in progress | oharboe | 2008-08-24 | 1 | -1/+1 |
* | fix BUG: keep_alive() error messages | oharboe | 2008-08-20 | 1 | -21/+9 |
* | added some alive_sleep()'s | oharboe | 2008-08-19 | 1 | -2/+2 |
* | fixed not halted error messages | oharboe | 2008-08-17 | 1 | -0/+1 |
* | Fix crash when mode number fetched from the target is invalid. | oharboe | 2008-05-19 | 1 | -0/+9 |
* | fix mode output when illegal arm mode is detected. Now prints illegal mode fo... | oharboe | 2008-05-19 | 1 | -2/+5 |
* | This matters for embedded devices, but is probably not observably better for ... | oharboe | 2008-05-07 | 1 | -36/+0 |
* | Reset wip. Just adding hooks. This is just to reduce the size of the actual c... | oharboe | 2008-04-11 | 1 | -5/+5 |
* | - Work on fixing erase check. Many implementations are plain broken. | oharboe | 2008-04-03 | 1 | -0/+1 |
* | - rename log functions to stop conflicts under win32 (wingdi) | ntfreak | 2008-03-25 | 1 | -20/+20 |
* | - the jtag chain is examined and validated after GDB & telnet servers | oharboe | 2008-03-10 | 1 | -6/+0 |
* | - Improves error handling upon GDB connect | oharboe | 2008-03-07 | 1 | -0/+1 |
* | Uwe Hermann tightned up comments, etc. to follow OpenOCD policy | oharboe | 2008-03-02 | 1 | -1/+1 |
* | - fixed target->type->poll() return value | oharboe | 2008-02-24 | 1 | -3/+2 |
* | - Fixed bug in pathmove for XScale | ntfreak | 2008-02-19 | 1 | -8/+8 |
* | - disabled excessive debug output in jtag.h | drath | 2007-04-11 | 1 | -0/+7 |
* | - merged XScale branch back into trunk | drath | 2007-03-28 | 1 | -1/+8 |
* | - added a PLD (programmable logic device) subsystem for FPGA, CPLD etc. confi... | drath | 2006-11-22 | 1 | -2/+2 |
* | - str9x flash support (Thanks to Spencer Oliver) | drath | 2006-09-28 | 1 | -2/+28 |