aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv8_dpm.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-11target/aarch64: Add watchpoint supportLiming Sun1-2/+4
2020-09-05target: use proper format with uint32_tAntonio Borneo1-3/+3
2020-07-26target: fix minor typos and duplicated wordsAntonio Borneo1-1/+1
2020-05-09coding style: add parenthesis around the argument of sizeofAntonio Borneo1-2/+2
2020-04-05armv8: log the register name which we failed to read or writeTarek BOCHKATI1-0/+7
2019-03-04armv8: allow halt on exceptionMatthias Welwarsky1-1/+3
2019-01-30aarch64: support for aarch32 ARM_MODE_SYSMatthias Welwarsky1-0/+5
2018-03-16aarch64: fix debug entry from EL0Matthias Welwarsky1-4/+5
2018-03-10Support AArch64 SIMD/FP registers read/writeOmair Javaid1-22/+58
2018-01-16aarch64: simplify mode and state handlingMatthias Welwarsky1-6/+1
2017-02-24armv8_dpm: fix exception handlingMatthias Welwarsky1-0/+2
2017-02-24armv8_dpm: retrieve only necessary registers on haltMatthias Welwarsky1-3/+11
2017-02-24aarch64: optimize core state detectionMatthias Welwarsky1-8/+2
2017-02-24aarch64: reduce debug output to improve legibilityMatthias Welwarsky1-6/+0
2017-02-24aarch64: remove mrs/msr functions from struct armMatthias Welwarsky1-58/+0
2017-02-24aarch64: fix software breakpoints when in aarch32 stateMatthias Welwarsky1-0/+11
2017-02-10aarch64: use cached value of dscr register where neededMatthias Welwarsky1-25/+21
2017-02-10aarch64: improve debug outputMatthias Welwarsky1-4/+3
2017-02-10aarch64: consolidate sticky error handlingMatthias Welwarsky1-9/+4
2017-02-10aarch64: discard async aborts on entering debug stateMatthias Welwarsky1-1/+6
2017-02-10aarch64: handle exceptions taken in debug stateMatthias Welwarsky1-0/+57
2017-02-10aarch64: fix mode switchingMatthias Welwarsky1-39/+89
2017-02-10aarch64: register access rewriteMatthias Welwarsky1-251/+122
2017-02-10aarch64: refactor armv8 dpmMatthias Welwarsky1-0/+427
2017-02-10aarch64: add basic Aarch32 supportMatthias Welwarsky1-20/+151
2017-02-10aarch64: use correct instruction for software breakpointsMatthias Welwarsky1-2/+2
2017-02-10aarch64: report the correct reason for halting after singlestepMatthias Welwarsky1-1/+4
2017-02-10aarch64: fix duplication of register cacheMatthias Welwarsky1-3/+5
2017-02-10aarch64: introduce dpm extension for ARMv8Matthias Welwarsky1-0/+985