aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm_dpm.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-06build: cleanup src/target directorySpencer Oliver1-156/+155
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe1-6/+6
2011-09-30armv7a ,cortex a : add L1, L2 cache support, va to pa supportMichel Jaouen1-1/+1
2010-07-19arm_dpm: error propagation fixesØyvind Harboe1-2/+26
2010-06-15arm_dpm: -Wshadow warning fixØyvind Harboe1-3/+3
2010-03-25change %x and %d to PRIx32 and PRId32 where needed for cygwinDaniel Bäder1-1/+1
2010-02-21ARM: keep a handle to the PCDavid Brownell1-2/+2
2010-02-21ARM DPM: support adding/removing HW breakpointsDavid Brownell1-38/+113
2010-01-28ARM: reference DPM defn from v6/v7 arch specDavid Brownell1-0/+6
2010-01-15ARM DPM: disable some nyet-ready breakpoint codeDavid Brownell1-6/+14
2009-12-11ARM DPM: support updating HW breakpointsDavid Brownell1-41/+66
2009-12-07ARM: use <target/arm.h> not armv4_5.hDavid Brownell1-1/+1
2009-12-07ARM: move opcode macros to <target/arm_opcodes.h>David Brownell1-0/+1
2009-12-07ARM DPM: don't write low bits of watchpoint valueDavid Brownell1-1/+1
2009-12-04ARM: rename armv4_5_build_reg_cache() as arm_*()David Brownell1-1/+1
2009-12-04ARM: rename armv4_5_mode_* AS arm_mode_*David Brownell1-9/+9
2009-12-04ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell1-25/+25
2009-12-04ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell1-6/+6
2009-12-04target: cygwin build fixesDavid Brownell1-2/+6
2009-12-03doxygen: remove some warningsDavid Brownell1-0/+1
2009-12-03ARM DPM: share debug reason logicDavid Brownell1-0/+36
2009-12-03change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch1-1/+1
2009-12-02ARM DPM: tweak initializationDavid Brownell1-13/+12
2009-12-02ARMv7a/Cortex-A8: report watchpoint trigger insnDavid Brownell1-0/+17
2009-12-01ARM: core DPM support for watchpointsDavid Brownell1-2/+242
2009-12-01ARM: implement mrc()/mcr() as DPM opsDavid Brownell1-0/+59
2009-11-24Cortex-A8: implement DPMDavid Brownell1-9/+4
2009-11-24ARM: new DPM interfaceDavid Brownell1-0/+529