| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM DPM: tweak initialization | David Brownell | 2009-12-02 | 1 | -1/+6 |
* | ARMv7a/Cortex-A8: report watchpoint trigger insn | David Brownell | 2009-12-02 | 1 | -22/+8 |
* | Cortex-A8: basic watchpoint support | David Brownell | 2009-12-01 | 1 | -0/+66 |
* | ARM: core DPM support for watchpoints | David Brownell | 2009-12-01 | 1 | -8/+4 |
* | Cortex-A8: remove previous mcr()/mrc() methods | David Brownell | 2009-12-01 | 1 | -97/+1 |
* | target: "mcr" and "mrc" are ARM-specific | David Brownell | 2009-12-01 | 1 | -5/+6 |
* | Cortex-A8: stop using CP15 ops | David Brownell | 2009-12-01 | 1 | -16/+53 |
* | Cortex-A8: support "reset-assert" event | David Brownell | 2009-11-27 | 1 | -5/+28 |
* | remove target_type register_command callback | Zachary T Welch | 2009-11-24 | 1 | -8/+7 |
* | cortex_a8: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -17/+25 |
* | use COMMAND_REGISTER macro | Zachary T Welch | 2009-11-24 | 1 | -3/+3 |
* | Cortex-A8: avoid DSCR reads | David Brownell | 2009-11-24 | 1 | -48/+103 |
* | Cortex-A8: hook up DPM | David Brownell | 2009-11-24 | 1 | -323/+35 |
* | Cortex-A8: implement DPM | David Brownell | 2009-11-24 | 1 | -0/+167 |
* | Cortex-A8: minor cleanup | David Brownell | 2009-11-24 | 1 | -21/+33 |
* | ARM: use arm_reg_current() | David Brownell | 2009-11-22 | 1 | -16/+8 |
* | 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 | -23/+0 |
* | ARM: define two register utilities | David Brownell | 2009-11-22 | 1 | -6/+1 |
* | ARM: simplify CPSR handling | David Brownell | 2009-11-22 | 1 | -7/+5 |
* | ARM: pass 'struct reg *' to register r/w routines | David Brownell | 2009-11-20 | 1 | -24/+23 |
* | Cortex-A8: better context restore | David Brownell | 2009-11-19 | 1 | -13/+67 |
* | Cortex-A8: mode support | David Brownell | 2009-11-19 | 1 | -30/+116 |
* | target: create/use register_cache_invalidate() | David Brownell | 2009-11-19 | 1 | -2/+3 |
* | Cortex-A8: parts of examine() run just once | David Brownell | 2009-11-19 | 1 | -4/+15 |
* | ARMv7-A: use standard ARM core states | David Brownell | 2009-11-19 | 1 | -12/+38 |
* | Cortex-A8: xPSR handling updates | David Brownell | 2009-11-18 | 1 | -17/+20 |
* | ARM: add a default full_context() method | David Brownell | 2009-11-18 | 1 | -9/+3 |
* | ARM: simplify ARMv7-A register handling | David Brownell | 2009-11-18 | 1 | -33/+45 |
* | ARM: add "core_type" field to "struct arm" | David Brownell | 2009-11-18 | 1 | -0/+2 |
* | command_handler: change 'cmd_ctx' to CMD_CTX | Zachary T Welch | 2009-11-17 | 1 | -3/+3 |
* | target: remove some more duplicate includes | David Brownell | 2009-11-17 | 1 | -1/+0 |
* | Cortex-A8: no exit() calls, add missing v7-A init | David Brownell | 2009-11-16 | 1 | -31/+16 |
* | target: no implicit #includes of "register.h" | David Brownell | 2009-11-16 | 1 | -2/+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 | -2/+3 |
* | target: make "examined" flag be per-target | David Brownell | 2009-11-15 | 1 | -3/+3 |
* | 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 | -2/+2 |
* | target_t -> struct target | Zachary T Welch | 2009-11-13 | 1 | -47/+47 |
* | target_type_t -> struct target_type | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | armv4_5_common_t -> struct arm | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | cortex_a8_wrp_t -> struct cortex_a8_wrp | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | cortex_a8_brp_t -> struct cortex_a8_brp | Zachary T Welch | 2009-11-13 | 1 | -3/+3 |
* | breakpoint_t -> struct breakpoint | Zachary T Welch | 2009-11-13 | 1 | -9/+9 |
* | working_area_t -> struct working_area | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | reg_cache_t -> struct reg_cache | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | cortex_a8_common_t -> struct cortex_a8_common | Zachary T Welch | 2009-11-13 | 1 | -11/+11 |
* | armv7a_common_t -> struct armv7a_common | Zachary T Welch | 2009-11-13 | 1 | -23/+23 |
* | swjdp_common_t -> struct swjdp_common | Zachary T Welch | 2009-11-13 | 1 | -18/+18 |