| Commit message (Expand) | Author | Age | Files | Lines |
* | src: add loader src description | Spencer Oliver | 2010-10-28 | 1 | -0/+2 |
* | arm: add missing error reporting | Øyvind Harboe | 2010-08-11 | 1 | -0/+9 |
* | armv4_5: add algorithms instruction breakpoint support | Spencer Oliver | 2010-07-20 | 1 | -6/+16 |
* | command context: fix errors when running certain commands on startup | Øyvind Harboe | 2010-05-05 | 1 | -5/+3 |
* | ARMV4_5: review scope of data | Antonio Borneo | 2010-04-10 | 1 | -1/+1 |
* | armv4_5: remove core_type check in mcr/mrc cmd | Spencer Oliver | 2010-02-28 | 1 | -7/+0 |
* | semihosting: move semihosting cmd to arm cmd group | Spencer Oliver | 2010-02-28 | 1 | -0/+50 |
* | ARMv7M: add arm cmd group | Spencer Oliver | 2010-02-28 | 1 | -2/+28 |
* | ARM: keep a handle to the PC | David Brownell | 2010-02-21 | 1 | -5/+4 |
* | ARMv7-M: start using "struct arm" | David Brownell | 2010-02-21 | 1 | -2/+4 |
* | misc ARM help/usage updates | David Brownell | 2010-01-07 | 1 | -5/+5 |
* | target: add debug_reason_name() | David Brownell | 2009-12-07 | 1 | -2/+1 |
* | ARM: use <target/arm.h> not armv4_5.h | David Brownell | 2009-12-07 | 1 | -0/+1 |
* | ARM: rename some generic routines | David Brownell | 2009-12-07 | 1 | -7/+8 |
* | ARM: rename armv4_5_build_reg_cache() as arm_*() | David Brownell | 2009-12-04 | 1 | -5/+5 |
* | ARM: rename armv4_5_algorithm as arm_algorithm | David Brownell | 2009-12-04 | 1 | -15/+15 |
* | ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGIC | David Brownell | 2009-12-04 | 1 | -5/+5 |
* | ARM: switch target_to_armv4_5() to target_to_arm() | David Brownell | 2009-12-04 | 1 | -8/+8 |
* | ARM: rename armv4_5_state_* as arm_state_* | David Brownell | 2009-12-04 | 1 | -6/+6 |
* | ARM: rename armv4_5_mode_* AS arm_mode_* | David Brownell | 2009-12-04 | 1 | -6/+6 |
* | ARM: rename ARMV4_5_MODE_* as ARM_MODE_* | David Brownell | 2009-12-04 | 1 | -70/+70 |
* | ARM: rename ARMV4_5_STATE_* as ARM_STATE_* | David Brownell | 2009-12-04 | 1 | -9/+9 |
* | ARM: remove semihosting globals | David Brownell | 2009-12-04 | 1 | -4/+8 |
* | change #include "binarybuffer.h" to <helper/binarybuffer.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | ARM: label SP and LR correctly | David Brownell | 2009-12-02 | 1 | -12/+12 |
* | target: "mcr" and "mrc" are ARM-specific | David Brownell | 2009-12-01 | 1 | -0/+168 |
* | ARM: minor armv4/armv5 cleanup | David Brownell | 2009-11-25 | 1 | -1/+12 |
* | remove target_type register_command callback | Zachary T Welch | 2009-11-24 | 1 | -6/+1 |
* | armv4_5: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -18/+34 |
* | use COMMAND_REGISTER macro | Zachary T Welch | 2009-11-24 | 1 | -4/+4 |
* | ARM: new DPM interface | David Brownell | 2009-11-24 | 1 | -0/+1 |
* | ARM: remove 'armv4_5_common_s' migration #define | David Brownell | 2009-11-22 | 1 | -8/+8 |
* | ARM: arm_set_cpsr() handles T and J bits | David Brownell | 2009-11-22 | 1 | -36/+31 |
* | ARM: define two register utilities | David Brownell | 2009-11-22 | 1 | -13/+83 |
* | ARM: simplify CPSR handling | David Brownell | 2009-11-22 | 1 | -12/+26 |
* | ARM: pass 'struct reg *' to register r/w routines | David Brownell | 2009-11-20 | 1 | -14/+33 |
* | target: create/use register_cache_invalidate() | David Brownell | 2009-11-19 | 1 | -16/+0 |
* | ARM: remove per-register malloc | David Brownell | 2009-11-19 | 1 | -1/+1 |
* | ARM: streamline register init | David Brownell | 2009-11-19 | 1 | -74/+88 |
* | ARMv7-A: use standard ARM core states | David Brownell | 2009-11-19 | 1 | -1/+1 |
* | ARM: rework "arm reg" output for new mode | David Brownell | 2009-11-18 | 1 | -35/+113 |
* | ARM: add a default full_context() method | David Brownell | 2009-11-18 | 1 | -3/+24 |
* | ARM: setup "secure monitor mode" shadow regs | David Brownell | 2009-11-18 | 1 | -19/+50 |
* | ARM: add "core_type" field to "struct arm" | David Brownell | 2009-11-18 | 1 | -0/+3 |
* | ARM: add is_arm_mode() | David Brownell | 2009-11-17 | 1 | -12/+23 |
* | ARM: add arm_mode_name() | David Brownell | 2009-11-17 | 1 | -7/+58 |
* | ARM: only use one set of dummy FPA registers | David Brownell | 2009-11-17 | 1 | -17/+28 |
* | command_handler: change 'cmd_ctx' to CMD_CTX | Zachary T Welch | 2009-11-17 | 1 | -14/+14 |
* | command_handler: change 'args' to CMD_ARGV | Zachary T Welch | 2009-11-17 | 1 | -5/+5 |
* | command_handler: change to 'argc' to CMD_ARGC | Zachary T Welch | 2009-11-17 | 1 | -2/+2 |