aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm_dpm.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-14arm_opcode: Add support for ARM MCRR/MRRCFlorian Fainelli1-0/+13
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-07-20target/arm: rename CamelCase symbolsAntonio Borneo1-1/+1
2021-05-22target/arm_dpm: rename 'wp_pc' as 'wp_addr'Antonio Borneo1-2/+6
2020-07-08coding style: add arguments to function prototypesAntonio Borneo1-16/+16
2018-11-06target/cortex_a: remove duplicate code to read target registersAntonio Borneo1-0/+1
2018-11-06target/arm_dpm: uniform names of exported functionsAntonio Borneo1-1/+1
2017-02-10aarch64: register access rewriteMatthias Welwarsky1-2/+3
2017-02-10aarch64: unify armv7-a and armv8 debug entry decodingMatthias Welwarsky1-12/+12
2017-02-10aarch64: fix entry into debug stateMatthias Welwarsky1-1/+1
2017-02-10aarch64: introduce dpm extension for ARMv8Matthias Welwarsky1-1/+4
2017-02-10aarch64: Add ARMv8 AARCH64 support filesDavid Ung1-0/+7
2017-02-10arm_dpm: Add 64bit register handling.David Ung1-0/+10
2016-12-08cortex_a: remove partnum magic from arp_examine and dbginitMatthias Welwarsky1-0/+21
2016-05-24Make #include guard naming consistentMarc Schink1-3/+3
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-03-15cortex_a : optimize apb read/write access.Evan Hunter1-13/+50
2012-02-06build: cleanup src/target directorySpencer Oliver1-1/+1
2011-09-30armv7a ,cortex a : add L1, L2 cache support, va to pa supportMichel Jaouen1-0/+3
2011-01-31arm_dpm: add some SCR/RCR macrosAaron Carroll1-2/+8
2010-12-29Compilation Warnings on OS X 10.5Andrew MacIsaac1-2/+2
2009-12-11ARM DPM: support updating HW breakpointsDavid Brownell1-11/+9
2009-12-03ARM DPM: share debug reason logicDavid Brownell1-0/+5
2009-12-03ARM11: use shared DSCR bit namesDavid Brownell1-0/+1
2009-12-03ARM DPM: make DSCR bit defs sharableDavid Brownell1-0/+14
2009-12-02ARM DPM: tweak initializationDavid Brownell1-1/+1
2009-12-02ARMv7a/Cortex-A8: report watchpoint trigger insnDavid Brownell1-0/+5
2009-12-01ARM: core DPM support for watchpointsDavid Brownell1-4/+48
2009-11-24Cortex-A8: implement DPMDavid Brownell1-0/+3
2009-11-24ARM: new DPM interfaceDavid Brownell1-0/+87