| Commit message (Expand) | Author | Age | Files | Lines |
* | Updates for "reset_config": | dbrownell | 2009-10-07 | 1 | -4/+11 |
* | Remove annoying end-of-line whitespace from most src/* | dbrownell | 2009-09-21 | 1 | -3/+3 |
* | srst_gates_jtag option. at91sam9260 needs retesting, and possibly srst_gates_... | oharboe | 2009-09-17 | 1 | -1/+12 |
* | David Brownell <david-b@pacbell.net> | oharboe | 2009-09-12 | 1 | -11/+24 |
* | more debug output for breakpoints | oharboe | 2009-09-04 | 1 | -2/+10 |
* | restore ICE watchpoint registers when the *last* software breakpoint is removed | oharboe | 2009-08-28 | 1 | -3/+22 |
* | Remove bogus "BUG:". If the PC is pointing to an invalid instruction, then si... | oharboe | 2009-08-26 | 1 | -2/+2 |
* | Ferdinand Postema [ferdinand@postema.eu] | ntfreak | 2009-08-07 | 1 | -0/+3 |
* | Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes | oharboe | 2009-07-17 | 1 | -1/+1 |
* | simplify debug_reason check | oharboe | 2009-07-06 | 1 | -11/+3 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-29 | 1 | -1/+2 |
* | Refactor code, create target_state_name() | duane | 2009-06-28 | 1 | -3/+3 |
* | Add Breakpoint/Watchpoint unique ID to help debug hardware debug register lea... | duane | 2009-06-27 | 1 | -1/+19 |
* | Remove whitespace that occurs before ')'. | zwelch | 2009-06-23 | 1 | -2/+2 |
* | Remove whitespace that occurs after '('. | zwelch | 2009-06-23 | 1 | -5/+5 |
* | - Fixes '[<>]' whitespace | zwelch | 2009-06-23 | 1 | -8/+8 |
* | - Fixes '[|]' whitespace | zwelch | 2009-06-23 | 1 | -11/+11 |
* | - Fixes '+' whitespace | zwelch | 2009-06-23 | 1 | -3/+3 |
* | - Fixes '=' whitespace | zwelch | 2009-06-23 | 1 | -30/+30 |
* | - Fixes '==' whitespace | zwelch | 2009-06-23 | 1 | -17/+17 |
* | - Fixes '<=' whitespace | zwelch | 2009-06-23 | 1 | -3/+3 |
* | - Fixes '>=' whitespace | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Fixes '&&' whitespace | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Fixes '[+]=' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '!=' whitespace | zwelch | 2009-06-23 | 1 | -10/+10 |
* | - Replace 'if(' with 'if ('. | zwelch | 2009-06-23 | 1 | -19/+19 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -20/+20 |
* | Transform 'u32' to 'uint32_t' in src/target/arm* | zwelch | 2009-06-18 | 1 | -74/+74 |
* | Transform 'u16' to 'uint16_t' | zwelch | 2009-06-18 | 1 | -2/+2 |
* | Transform 'u8' to 'uint8_t' in src/target | zwelch | 2009-06-18 | 1 | -11/+11 |
* | Encapsulate jtag_reset_config using accessors: | zwelch | 2009-06-09 | 1 | -0/+3 |
* | Rename jtag_add_end_state to jtag_set_end_state since "add" implies that | oharboe | 2009-06-04 | 1 | -4/+4 |
* | no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ... | oharboe | 2009-06-04 | 1 | -1/+1 |
* | Add target_examine_one wrapper: | zwelch | 2009-05-31 | 1 | -1/+1 |
* | Add wrappers for target->type->examined: | zwelch | 2009-05-31 | 1 | -1/+1 |
* | Add target_run_algorithm wrapper: | zwelch | 2009-05-31 | 1 | -2/+2 |
* | Add target_write_memory wrapper: | zwelch | 2009-05-31 | 1 | -5/+5 |
* | Add target_read_memory wrapper: | zwelch | 2009-05-31 | 1 | -4/+4 |
* | Submitted by Dean Glazeski <dnglaze@gmail.com>: | zwelch | 2009-05-22 | 1 | -10/+140 |
* | Dean Glazeski <dnglaze@gmail.com> fixed bug in checking of clocked back data ... | oharboe | 2009-05-18 | 1 | -5/+131 |
* | Fix logically inverted comment | kc8apf | 2009-05-18 | 1 | -1/+1 |
* | Audit and eliminate redundant #include directives in arm target files. | zwelch | 2009-05-11 | 1 | -15/+0 |
* | Remove redundant sys/types.h #include directives (now in types.h). | zwelch | 2009-05-11 | 1 | -1/+0 |
* | David Brownell <david-b@pacbell.net> whitespace fixes. | oharboe | 2009-05-10 | 1 | -1/+1 |
* | Holger Freyther <zecke@selfish.org> Attempt to fix arm7_9 breakpoint handling | oharboe | 2009-04-20 | 1 | -16/+30 |
* | Zach Welch <zw@superlucidity.net> fix -Werror warnings | oharboe | 2009-04-19 | 1 | -5/+6 |
* | - remove target specific variant and use target->variant member | ntfreak | 2008-12-13 | 1 | -28/+6 |
* | Change tap_state naming to be consistent with SVF documentation. | kc8apf | 2008-12-13 | 1 | -4/+4 |
* | jtag newtap change & huge manual update | duane | 2008-11-30 | 1 | -2/+3 |
* | Rick Altherr <kc8apf@kc8apf.net> retire obsolete syntax | oharboe | 2008-11-27 | 1 | -2/+0 |