aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm_dpm.c
AgeCommit message (Expand)Author
2020-01-16target/arm_dpm: add missing error returnsTomas Vanek
2018-11-06target/cortex_a: remove duplicate code to read target registersAntonio Borneo
2018-11-06target/arm_dpm: uniform names of exported functionsAntonio Borneo
2018-04-27arm_dpm: flush both scratch registers (R0 and R1)Philipp Tomsich
2018-03-10Support for Arm VFP v3 registers read/writeOmair Javaid
2017-03-06arm_dpm: fix dpm setupGirts Folkmanis
2017-02-10aarch64: unify armv7-a and armv8 debug entry decodingMatthias Welwarsky
2017-02-10aarch64: introduce dpm extension for ARMv8Matthias Welwarsky
2017-02-10aarch64: Add ARMv8 AARCH64 support filesDavid Ung
2017-02-10arm_dpm: Add 64bit register handling.David Ung
2017-02-10arm_dpm: Add new state ARM_STATE_AARCH64David Ung
2017-01-20arm_dpm: avoid duplicating the register cacheMatthias Welwarsky
2016-08-09Fix resume when core state has been modifiedMatthias Welwarsky
2016-05-24Remove FSF address from GPL noticesMarc Schink
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