summaryrefslogtreecommitdiff
path: root/target/arm/debug_helper.c
AgeCommit message (Expand)Author
2022-07-18target/arm: Store TCR_EL* registers as uint64_tPeter Maydell
2022-07-07target/arm: Correctly implement Feat_DoubleLockPeter Maydell
2022-07-07target/arm: Implement AArch32 DBGDEVID, DBGDEVID1, DBGDEVID2Peter Maydell
2022-07-07target/arm: Suppress debug exceptions when OS Lock setPeter Maydell
2022-07-07target/arm: Move define_debug_regs() to debug_helper.cPeter Maydell
2022-06-10target/arm: Move arm_debug_target_el to debug_helper.cRichard Henderson
2022-06-10target/arm: Create raise_exception_debugRichard Henderson
2022-06-10target/arm: Create helper_exception_swstepRichard Henderson
2022-06-10target/arm: Move arm_debug_exception_fsr to debug_helper.cRichard Henderson
2022-06-10target/arm: Move exception_bkpt_insn to debug_helper.cRichard Henderson
2022-06-10target/arm: Use is_a64 in arm_generate_debug_exceptionsRichard Henderson
2022-06-10target/arm: Move arm_generate_debug_exceptions out of lineRichard Henderson
2022-06-10target/arm: Move arm_singlestep_active out of lineRichard Henderson
2022-04-28target/arm: Use field names for accessing DBGWCRnRichard Henderson
2021-12-15target/arm: Suppress bp for exceptions with more priorityRichard Henderson
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson
2021-07-21target/arm: Implement debug_check_breakpointRichard Henderson
2020-02-21target/arm: Stop assuming DBGDIDR always existsPeter Maydell
2020-02-07target/arm: Add CONTEXTIDR_EL2Richard Henderson
2019-07-04target/arm: Move debug routines to debug_helper.cPhilippe Mathieu-Daudé