| Commit message (Expand) | Author | Age | Files | Lines |
* | target: uplevel add_{break,watch}point() error checks | David Brownell | 2009-11-28 | 1 | -12/+0 |
* | ARM7/9: shrink run_algorithm_inner() lines | David Brownell | 2009-11-25 | 1 | -2/+10 |
* | remove target_type register_command callback | Zachary T Welch | 2009-11-24 | 1 | -8/+7 |
* | arm7_9_common: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -20/+37 |
* | use COMMAND_REGISTER macro | Zachary T Welch | 2009-11-24 | 1 | -4/+4 |
* | ARM: use arm_reg_current() | David Brownell | 2009-11-22 | 1 | -19/+26 |
* | ARM: remove 'armv4_5_common_s' migration #define | David Brownell | 2009-11-22 | 1 | -11/+11 |
* | ARM: arm_set_cpsr() handles T and J bits | David Brownell | 2009-11-22 | 1 | -11/+21 |
* | ARM: define two register utilities | David Brownell | 2009-11-22 | 1 | -10/+8 |
* | ARM: simplify CPSR handling | David Brownell | 2009-11-22 | 1 | -22/+37 |
* | ARM: pass 'struct reg *' to register r/w routines | David Brownell | 2009-11-20 | 1 | -24/+18 |
* | ARM7/ARM9: remove old "debug commands" | David Brownell | 2009-11-20 | 1 | -130/+0 |
* | target: create/use register_cache_invalidate() | David Brownell | 2009-11-19 | 1 | -7/+4 |
* | remove fast command and jim_global_long | Zachary T Welch | 2009-11-18 | 1 | -2/+2 |
* | use COMMAND_PARSE_ENABLE macro where appropriate | Zachary T Welch | 2009-11-18 | 1 | -42/+3 |
* | ARM: add is_arm_mode() | David Brownell | 2009-11-17 | 1 | -16/+7 |
* | ARM: add arm_mode_name() | David Brownell | 2009-11-17 | 1 | -3/+8 |
* | command_handler: change 'cmd_ctx' to CMD_CTX | Zachary T Welch | 2009-11-17 | 1 | -24/+24 |
* | command_handler: change 'args' to CMD_ARGV | Zachary T Welch | 2009-11-17 | 1 | -14/+14 |
* | 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 |