]> git.sur5r.net Git - openocd/history - src/target/arm_dpm.c
target/arm_dpm: uniform names of exported functions
[openocd] / src / target / arm_dpm.c
2018-11-06 Antonio Borneotarget/arm_dpm: uniform names of exported functions
2018-04-27 Philipp Tomsicharm_dpm: flush both scratch registers (R0 and R1)
2018-03-10 Omair JavaidSupport for Arm VFP v3 registers read/write
2017-03-06 Girts Folkmanisarm_dpm: fix dpm setup
2017-02-10 Matthias Welwarskyaarch64: unify armv7-a and armv8 debug entry decoding
2017-02-10 Matthias Welwarskyaarch64: introduce dpm extension for ARMv8
2017-02-10 David Ungaarch64: Add ARMv8 AARCH64 support files
2017-02-10 David Ungarm_dpm: Add 64bit register handling.
2017-02-10 David Ungarm_dpm: Add new state ARM_STATE_AARCH64
2017-01-20 Matthias Welwarskyarm_dpm: avoid duplicating the register cache
2016-08-09 Matthias WelwarskyFix resume when core state has been modified
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2015-03-09 Paul Fertserarmv7m: add FPU registers support
2014-09-22 Paul Fertsertarget/arm_dpm: prevent endless loop in arm_dpm_full_co...
2013-06-05 Spencer Oliverupdate files to correct FSF address
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