aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm_dpm.c
AgeCommit message (Expand)Author
2015-03-09armv7m: add FPU registers supportPaul Fertser
2014-09-22target/arm_dpm: prevent endless loop in arm_dpm_full_context()Paul Fertser
2013-06-05update files to correct FSF addressSpencer Oliver
2012-02-06build: cleanup src/target directorySpencer Oliver
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe
2011-09-30armv7a ,cortex a : add L1, L2 cache support, va to pa supportMichel Jaouen
2010-07-19arm_dpm: error propagation fixesØyvind Harboe
2010-06-15arm_dpm: -Wshadow warning fixØyvind Harboe
2010-03-25change %x and %d to PRIx32 and PRId32 where needed for cygwinDaniel Bäder
2010-02-21ARM: keep a handle to the PCDavid Brownell
2010-02-21ARM DPM: support adding/removing HW breakpointsDavid Brownell
2010-01-28ARM: reference DPM defn from v6/v7 arch specDavid Brownell
2010-01-15ARM DPM: disable some nyet-ready breakpoint codeDavid Brownell
2009-12-11ARM DPM: support updating HW breakpointsDavid Brownell
2009-12-07ARM: use <target/arm.h> not armv4_5.hDavid Brownell
2009-12-07ARM: move opcode macros to <target/arm_opcodes.h>David Brownell
2009-12-07ARM DPM: don't write low bits of watchpoint valueDavid Brownell
2009-12-04ARM: rename armv4_5_build_reg_cache() as arm_*()David Brownell
2009-12-04ARM: rename armv4_5_mode_* AS arm_mode_*David Brownell
2009-12-04ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell
2009-12-04ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell
2009-12-04target: cygwin build fixesDavid Brownell
2009-12-03doxygen: remove some warningsDavid Brownell
2009-12-03ARM DPM: share debug reason logicDavid Brownell
2009-12-03change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch
2009-12-02ARM DPM: tweak initializationDavid Brownell
2009-12-02ARMv7a/Cortex-A8: report watchpoint trigger insnDavid Brownell
2009-12-01ARM: core DPM support for watchpointsDavid Brownell
2009-12-01ARM: implement mrc()/mcr() as DPM opsDavid Brownell
2009-11-24Cortex-A8: implement DPMDavid Brownell
2009-11-24ARM: new DPM interfaceDavid Brownell