summaryrefslogtreecommitdiffstats
path: root/target/arm/debug_helper.c
Commit message (Expand)AuthorAgeFilesLines
* target/arm: Store TCR_EL* registers as uint64_tPeter Maydell2022-07-181-1/+1
* target/arm: Correctly implement Feat_DoubleLockPeter Maydell2022-07-071-2/+18
* target/arm: Implement AArch32 DBGDEVID, DBGDEVID1, DBGDEVID2Peter Maydell2022-07-071-0/+36
* target/arm: Suppress debug exceptions when OS Lock setPeter Maydell2022-07-071-0/+3
* target/arm: Move define_debug_regs() to debug_helper.cPeter Maydell2022-07-071-0/+525
* target/arm: Move arm_debug_target_el to debug_helper.cRichard Henderson2022-06-101-0/+21
* target/arm: Create raise_exception_debugRichard Henderson2022-06-101-20/+24
* target/arm: Create helper_exception_swstepRichard Henderson2022-06-101-0/+16
* target/arm: Move arm_debug_exception_fsr to debug_helper.cRichard Henderson2022-06-101-0/+26
* target/arm: Move exception_bkpt_insn to debug_helper.cRichard Henderson2022-06-101-0/+31
* target/arm: Use is_a64 in arm_generate_debug_exceptionsRichard Henderson2022-06-101-1/+1
* target/arm: Move arm_generate_debug_exceptions out of lineRichard Henderson2022-06-101-0/+94
* target/arm: Move arm_singlestep_active out of lineRichard Henderson2022-06-101-0/+12
* target/arm: Use field names for accessing DBGWCRnRichard Henderson2022-04-281-5/+5
* target/arm: Suppress bp for exceptions with more priorityRichard Henderson2021-12-151-0/+23
* accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson2021-07-211-7/+0Star
* target/arm: Implement debug_check_breakpointRichard Henderson2021-07-211-4/+3Star
* target/arm: Stop assuming DBGDIDR always existsPeter Maydell2020-02-211-3/+3
* target/arm: Add CONTEXTIDR_EL2Richard Henderson2020-02-071-12/+38
* target/arm: Move debug routines to debug_helper.cPhilippe Mathieu-Daudé2019-07-041-0/+311