summaryrefslogtreecommitdiff
path: root/src/target/arm_dpm.c
Commit message (Expand)AuthorAgeFilesLines
* arm_dpm: error propagation fixesØyvind Harboe2010-07-191-2/+26
* arm_dpm: -Wshadow warning fixØyvind Harboe2010-06-151-3/+3
* change %x and %d to PRIx32 and PRId32 where needed for cygwinDaniel Bäder2010-03-251-1/+1
* ARM: keep a handle to the PCDavid Brownell2010-02-211-2/+2
* ARM DPM: support adding/removing HW breakpointsDavid Brownell2010-02-211-38/+113
* ARM: reference DPM defn from v6/v7 arch specDavid Brownell2010-01-281-0/+6
* ARM DPM: disable some nyet-ready breakpoint codeDavid Brownell2010-01-151-6/+14
* ARM DPM: support updating HW breakpointsDavid Brownell2009-12-111-41/+66
* ARM: use <target/arm.h> not armv4_5.hDavid Brownell2009-12-071-1/+1
* ARM: move opcode macros to <target/arm_opcodes.h>David Brownell2009-12-071-0/+1
* ARM DPM: don't write low bits of watchpoint valueDavid Brownell2009-12-071-1/+1
* ARM: rename armv4_5_build_reg_cache() as arm_*()David Brownell2009-12-041-1/+1
* ARM: rename armv4_5_mode_* AS arm_mode_*David Brownell2009-12-041-9/+9
* ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell2009-12-041-25/+25
* ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell2009-12-041-6/+6
* target: cygwin build fixesDavid Brownell2009-12-041-2/+6
* doxygen: remove some warningsDavid Brownell2009-12-031-0/+1
* ARM DPM: share debug reason logicDavid Brownell2009-12-031-0/+36
* change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch2009-12-031-1/+1
* ARM DPM: tweak initializationDavid Brownell2009-12-021-13/+12
* ARMv7a/Cortex-A8: report watchpoint trigger insnDavid Brownell2009-12-021-0/+17
* ARM: core DPM support for watchpointsDavid Brownell2009-12-011-2/+242
* ARM: implement mrc()/mcr() as DPM opsDavid Brownell2009-12-011-0/+59
* Cortex-A8: implement DPMDavid Brownell2009-11-241-9/+4
* ARM: new DPM interfaceDavid Brownell2009-11-241-0/+529