| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor code, create target_state_name() | duane | 2009-06-28 | 1 | -4/+4 |
* | Add Breakpoint/Watchpoint unique ID to help debug hardware debug register lea... | duane | 2009-06-27 | 1 | -3/+13 |
* | Oleksandr Tymoshenko <gonzo@bluezbox.com> simple watchpoint support | oharboe | 2009-06-25 | 1 | -4/+111 |
* | Remove whitespace at end of lines, step 1. | zwelch | 2009-06-23 | 1 | -19/+19 |
* | Remove whitespace that occurs before ')'. | zwelch | 2009-06-23 | 1 | -4/+4 |
* | Remove whitespace that occurs after '('. | zwelch | 2009-06-23 | 1 | -4/+4 |
* | - Fixes '=' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '!=' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Replace 'for(' with 'for ('. | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Replace 'switch(' with 'switch ('. | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Replace 'while(' with 'while ('. | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Replace 'if(' with 'if ('. | zwelch | 2009-06-23 | 1 | -6/+6 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -9/+9 |
* | Transform 'u32' to 'uint32_t' in src/target | zwelch | 2009-06-18 | 1 | -22/+22 |
* | Transform 'u16' to 'uint16_t' | zwelch | 2009-06-18 | 1 | -4/+4 |
* | Transform 'u8' to 'uint8_t' in src/target | zwelch | 2009-06-18 | 1 | -7/+7 |
* | Further cleanup to MIPS target read/write memory function: | zwelch | 2009-06-12 | 1 | -38/+13 |
* | David Claffey <dnclaffey@gmail.com>: | zwelch | 2009-06-12 | 1 | -8/+57 |
* | Encapsulate jtag_reset_config using accessors: | zwelch | 2009-06-09 | 1 | -1/+2 |
* | Encapsulate the jtag_trst and jtag_srst variables: | zwelch | 2009-06-09 | 1 | -1/+1 |
* | Rename jtag_add_end_state to jtag_set_end_state since "add" implies that | oharboe | 2009-06-04 | 1 | -5/+5 |
* | Scrub final vestiges of in_handler from mips target APIs. | zwelch | 2009-06-01 | 1 | -1/+1 |
* | Final step in isolating target_type_s structure: | zwelch | 2009-05-31 | 1 | -1/+1 |
* | First step in hiding target_type_s from public interface: | zwelch | 2009-05-31 | 1 | -0/+1 |
* | Add wrappers for target->type->examined: | zwelch | 2009-05-31 | 1 | -1/+1 |
* | Add target_write_memory wrapper: | zwelch | 2009-05-31 | 1 | -2/+2 |
* | Add target_read_memory wrapper: | zwelch | 2009-05-31 | 1 | -4/+4 |
* | Author: Spencer Oliver <spen@spen-soft.co.uk> | kc8apf | 2009-05-20 | 1 | -4/+13 |
* | Audit and eliminate redundant #include directives in other target files. | zwelch | 2009-05-11 | 1 | -4/+0 |
* | Holger Schurig <hs4233@mail.mn-solutions.de> fix warnings | oharboe | 2009-02-18 | 1 | -1/+1 |
* | - added mips software breakpoint support | ntfreak | 2009-01-13 | 1 | -12/+97 |
* | John McCarthy <jgmcc@magma.ca> pic32mx flash wip | oharboe | 2009-01-02 | 1 | -2/+9 |
* | - remove target specific variant and use target->variant member | ntfreak | 2008-12-13 | 1 | -14/+4 |
* | Change tap_state naming to be consistent with SVF documentation. | kc8apf | 2008-12-13 | 1 | -109/+109 |
* | jtag newtap change & huge manual update | duane | 2008-11-30 | 1 | -3/+3 |
* | - add support for hardware breakpoints to mips32 target | ntfreak | 2008-11-17 | 1 | -27/+165 |
* | - correct the register hi/lo read - wrong way round | ntfreak | 2008-11-13 | 1 | -13/+15 |
* | - fix crash when variant for mips32 target not given | ntfreak | 2008-11-12 | 1 | -1/+2 |
* | - slight mips32 cleanup/reformat | ntfreak | 2008-11-12 | 1 | -4/+7 |
* | - remove build warnings | ntfreak | 2008-10-14 | 1 | -8/+8 |
* | John McCarthy <jgmcc@magma.ca> two patches add a mips_m4k target option (ejta... | oharboe | 2008-10-14 | 1 | -8/+15 |
* | John McCarthy <jgmcc@magma.ca> cleans up the usage of the | oharboe | 2008-10-14 | 1 | -6/+7 |
* | - remove build warnings from mips_m4k.c and arm11.c | ntfreak | 2008-10-08 | 1 | -0/+1 |
* | John McCarthy <jgmcc@magma.ca> adds support for DMA mode access as supported ... | oharboe | 2008-10-08 | 1 | -2/+10 |
* | - added myself to copyright on files i remember adding large contributions fo... | ntfreak | 2008-09-20 | 1 | -8/+0 |
* | Duane Ellis: "target as an [tcl] object" feature. | oharboe | 2008-09-01 | 1 | -19/+14 |
* | duan ellis target tcl work in progress | oharboe | 2008-08-24 | 1 | -5/+9 |
* | - fix target_examine declaration | ntfreak | 2008-08-06 | 1 | -3/+3 |
* | Duane Ellis: fix warnings | oharboe | 2008-08-05 | 1 | -3/+3 |
* | define resetting the target into the halted or running | oharboe | 2008-08-05 | 1 | -0/+8 |