| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | command_handler: change to 'argc' to CMD_ARGC | Zachary T Welch | 2009-11-17 | 1 | -6/+6 |
* | target: remove some more duplicate includes | David Brownell | 2009-11-17 | 1 | -1/+0 |
* | target: less implicit inclusion of "etm.h" | David Brownell | 2009-11-16 | 1 | -0/+1 |
* | target: no implicit #includes of "register.h" | David Brownell | 2009-11-16 | 1 | -0/+1 |
* | target: don't implicitly include "algorithm.h" | David Brownell | 2009-11-16 | 1 | -0/+1 |
* | target: don't implicitly include "breakpoint.h" | David Brownell | 2009-11-16 | 1 | -0/+1 |
* | ARM: memory utils aren't ARM7/ARM9 dependent | David Brownell | 2009-11-15 | 1 | -150/+0 |
* | ARM7/ARM9: use shared examine() method | David Brownell | 2009-11-13 | 1 | -2/+56 |
* | ARM7/9: rm arm7_9_get_arch_pointers() | David Brownell | 2009-11-13 | 1 | -63/+24 |
* | command_t -> struct command | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | command_context_t -> struct command_context | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | target_t -> struct target | Zachary T Welch | 2009-11-13 | 1 | -48/+48 |
* | reg_t -> struct reg | Zachary T Welch | 2009-11-13 | 1 | -14/+14 |
* | armv4_5_common_t -> struct arm | Zachary T Welch | 2009-11-13 | 1 | -8/+8 |
* | breakpoint_t -> struct breakpoint | Zachary T Welch | 2009-11-13 | 1 | -8/+8 |
* | working_area_t -> struct working_area | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | embeddedice_reg_t -> struct embeddedice_reg | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | watchpoint_t -> struct watchpoint | Zachary T Welch | 2009-11-13 | 1 | -5/+5 |
* | armv4_5_core_reg_t -> struct armv4_5_core_reg | Zachary T Welch | 2009-11-13 | 1 | -5/+5 |
* | armv4_5_algorithm_t -> struct armv4_5_algorithm | Zachary T Welch | 2009-11-13 | 1 | -3/+3 |
* | arm_jtag_t -> struct arm_jtag | Zachary T Welch | 2009-11-13 | 1 | -5/+5 |
* | arm7_9_common_t -> struct arm7_9_common | Zachary T Welch | 2009-11-13 | 1 | -44/+44 |
* | reg_param_t -> struct reg_param | Zachary T Welch | 2009-11-13 | 1 | -4/+4 |
* | mem_param_t -> struct mem_param | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | jtag_tap_t -> struct jtag_tap | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | use COMMAND_HANDLER macro to define all commands | Zachary T Welch | 2009-11-13 | 1 | -6/+6 |
* | ETM cleanup | David Brownell | 2009-11-11 | 1 | -29/+4 |
* | svf,xsvf,arm7_9_common: trim forard declarations | Zachary T Welch | 2009-11-09 | 1 | -35/+38 |
* | finish removing deprecated/obsolete commands | David Brownell | 2009-11-09 | 1 | -1/+0 |
* | ARM: other code uses the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 1 | -77/+52 |
* | Improve arm7_9_common command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -8/+8 |
* | debug interface: get rid of unused pre_debug fn | Øyvind Harboe | 2009-11-05 | 1 | -3/+0 |
* | target: 20 second timeout/megabyte for CRC check | Øyvind Harboe | 2009-11-03 | 1 | -1/+4 |
* | 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 |