| Commit message (Expand) | Author | Age | Files | Lines |
* | arm_dpm: error propagation fixes | Øyvind Harboe | 2010-07-19 | 1 | -2/+26 |
* | arm_dpm: -Wshadow warning fix | Øyvind Harboe | 2010-06-15 | 1 | -3/+3 |
* | change %x and %d to PRIx32 and PRId32 where needed for cygwin | Daniel Bäder | 2010-03-25 | 1 | -1/+1 |
* | ARM: keep a handle to the PC | David Brownell | 2010-02-21 | 1 | -2/+2 |
* | ARM DPM: support adding/removing HW breakpoints | David Brownell | 2010-02-21 | 1 | -38/+113 |
* | ARM: reference DPM defn from v6/v7 arch spec | David Brownell | 2010-01-28 | 1 | -0/+6 |
* | ARM DPM: disable some nyet-ready breakpoint code | David Brownell | 2010-01-15 | 1 | -6/+14 |
* | ARM DPM: support updating HW breakpoints | David Brownell | 2009-12-11 | 1 | -41/+66 |
* | ARM: use <target/arm.h> not armv4_5.h | David Brownell | 2009-12-07 | 1 | -1/+1 |
* | ARM: move opcode macros to <target/arm_opcodes.h> | David Brownell | 2009-12-07 | 1 | -0/+1 |
* | ARM DPM: don't write low bits of watchpoint value | David Brownell | 2009-12-07 | 1 | -1/+1 |
* | ARM: rename armv4_5_build_reg_cache() as arm_*() | David Brownell | 2009-12-04 | 1 | -1/+1 |
* | ARM: rename armv4_5_mode_* AS arm_mode_* | David Brownell | 2009-12-04 | 1 | -9/+9 |
* | ARM: rename ARMV4_5_MODE_* as ARM_MODE_* | David Brownell | 2009-12-04 | 1 | -25/+25 |
* | ARM: rename ARMV4_5_STATE_* as ARM_STATE_* | David Brownell | 2009-12-04 | 1 | -6/+6 |
* | target: cygwin build fixes | David Brownell | 2009-12-04 | 1 | -2/+6 |
* | doxygen: remove some warnings | David Brownell | 2009-12-03 | 1 | -0/+1 |
* | ARM DPM: share debug reason logic | David Brownell | 2009-12-03 | 1 | -0/+36 |
* | change #include "jtag.h" to <jtag/jtag.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | ARM DPM: tweak initialization | David Brownell | 2009-12-02 | 1 | -13/+12 |
* | ARMv7a/Cortex-A8: report watchpoint trigger insn | David Brownell | 2009-12-02 | 1 | -0/+17 |
* | ARM: core DPM support for watchpoints | David Brownell | 2009-12-01 | 1 | -2/+242 |
* | ARM: implement mrc()/mcr() as DPM ops | David Brownell | 2009-12-01 | 1 | -0/+59 |
* | Cortex-A8: implement DPM | David Brownell | 2009-11-24 | 1 | -9/+4 |
* | ARM: new DPM interface | David Brownell | 2009-11-24 | 1 | -0/+529 |