ioutil: make the file compile on MacOS
[fw/openocd] / src / target / arm_dpm.c
2012-02-06 Spencer Oliverbuild: cleanup src/target directory
2012-01-04 Øyvind Harboeretire ERROR_INVALID_ARGUMENTS and replace with ERROR_C...
2011-09-30 Michel Jaouenarmv7a ,cortex a : add L1, L2 cache support, va to...
2010-07-19 Øyvind Harboearm_dpm: error propagation fixes
2010-06-15 Øyvind Harboearm_dpm: -Wshadow warning fix
2010-03-25 Daniel Bäderchange %x and %d to PRIx32 and PRId32 where needed...
2010-02-21 David BrownellARM: keep a handle to the PC
2010-02-21 David BrownellARM DPM: support adding/removing HW breakpoints
2010-01-28 David BrownellARM: reference DPM defn from v6/v7 arch spec
2010-01-15 David BrownellARM DPM: disable some nyet-ready breakpoint code
2009-12-11 David BrownellARM DPM: support updating HW breakpoints
2009-12-07 David BrownellARM: use <target/arm.h> not armv4_5.h
2009-12-07 David BrownellARM: move opcode macros to <target/arm_opcodes.h>
2009-12-07 David BrownellARM DPM: don't write low bits of watchpoint value
2009-12-05 David BrownellARM: rename armv4_5_build_reg_cache() as arm_*()
2009-12-05 David BrownellARM: rename armv4_5_mode_* AS arm_mode_*
2009-12-05 David BrownellARM: rename ARMV4_5_MODE_* as ARM_MODE_*
2009-12-05 David BrownellARM: rename ARMV4_5_STATE_* as ARM_STATE_*
2009-12-04 David Brownelltarget: cygwin build fixes
2009-12-04 David Brownelldoxygen: remove some warnings
2009-12-04 David BrownellARM DPM: share debug reason logic
2009-12-03 Zachary T Welchchange #include "jtag.h" to <jtag/jtag.h>
2009-12-03 David BrownellARM DPM: tweak initialization
2009-12-02 David BrownellARMv7a/Cortex-A8: report watchpoint trigger insn
2009-12-02 David BrownellARM: core DPM support for watchpoints
2009-12-01 David BrownellARM: implement mrc()/mcr() as DPM ops
2009-11-25 David BrownellCortex-A8: implement DPM
2009-11-24 David BrownellARM: new DPM interface