aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm_dpm.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-14arm_opcode: Add support for ARM MCRR/MRRCFlorian Fainelli1-0/+48
2023-08-08breakpoints: use 64-bit type for watchpoint mask and valueParshintsev Anatoly1-1/+1
2023-05-18target: arm_dpm: with pointers, use NULL instead of 0Antonio Borneo1-1/+1
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2022-03-19target: Rework 'set' variable of break-/watchpointsMarc Schink1-3/+3
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-1/+1
2021-07-20target/arm: rename CamelCase symbolsAntonio Borneo1-8/+8
2021-06-13arm_dpm: do not read/write non-existent registersTarek BOCHKATI1-2/+2
2021-06-03target/cortex_a: add support for watchpointsChengyu Zheng1-3/+5
2021-05-22target/arm_dpm: rename 'wp_pc' as 'wp_addr'Antonio Borneo1-1/+1
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