aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm_dpm.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-26target: fix minor typos and duplicated wordsAntonio Borneo1-2/+2
2020-06-06target/cortex_a: fix memory leak of register cacheAntonio Borneo1-0/+1
2020-05-09coding style: add parenthesis around the argument of sizeofAntonio Borneo1-2/+2
2020-05-09coding style: remove useless break after a goto or returnAntonio Borneo1-2/+0
2020-01-16target/arm_dpm: add missing error returnsTomas Vanek1-0/+6
2018-11-06target/cortex_a: remove duplicate code to read target registersAntonio Borneo1-5/+5
2018-11-06target/arm_dpm: uniform names of exported functionsAntonio Borneo1-10/+10
2018-04-27arm_dpm: flush both scratch registers (R0 and R1)Philipp Tomsich1-5/+7
2018-03-10Support for Arm VFP v3 registers read/writeOmair Javaid1-12/+103
2017-03-06arm_dpm: fix dpm setupGirts Folkmanis1-1/+1
2017-02-10aarch64: unify armv7-a and armv8 debug entry decodingMatthias Welwarsky1-10/+6
2017-02-10aarch64: introduce dpm extension for ARMv8Matthias Welwarsky1-249/+75
2017-02-10aarch64: Add ARMv8 AARCH64 support filesDavid Ung1-9/+21
2017-02-10arm_dpm: Add 64bit register handling.David Ung1-86/+247
2017-02-10arm_dpm: Add new state ARM_STATE_AARCH64David Ung1-0/+4
2017-01-20arm_dpm: avoid duplicating the register cacheMatthias Welwarsky1-4/+7
2016-08-09Fix resume when core state has been modifiedMatthias Welwarsky1-0/+25
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2015-03-09armv7m: add FPU registers supportPaul Fertser1-1/+1
2014-09-22target/arm_dpm: prevent endless loop in arm_dpm_full_context()Paul Fertser1-6/+7
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
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