aboutsummaryrefslogtreecommitdiff
path: root/target/arm/debug_helper.c
AgeCommit message (Expand)Author
2024-01-09target/arm: Mark up VNCR offsets (offsets 0x100..0x160)Peter Maydell
2024-01-09target/arm: Make EL2 cpreg accessfns safe for FEAT_NV EL1 accessesPeter Maydell
2023-12-19target/arm: Don't implement *32_EL2 registers when EL1 is AArch64 onlyPeter Maydell
2023-11-08target/arm: hide all versions of DBGD[RS]AR from gdbstubAlex Bennée
2023-10-27target/arm: Move feature test functions to their own headerPeter Maydell
2023-07-25target/arm: Special case M-profile in debug_helper.c codePeter Maydell
2023-06-06target/arm: trap DCC access in user mode emulationZhuojia Shen
2023-05-18target/arm: add RAZ/WI handling for DBGDTR[TX|RX]Alex Bennée
2023-02-27target/arm: Wrap TCG-only code in debug_helper.cFabiano Rosas
2023-02-27target/arm: Wrap breakpoint/watchpoint updates with tcg_enabledFabiano Rosas
2023-02-03target/arm: Implement MDCR_EL2.TDCC and MDCR_EL3.TDCC trapsPeter Maydell
2023-02-03target/arm: Mark up sysregs for HDFGRTR bits 0..11Peter Maydell
2023-01-23target/arm: provide stubs for more external debug registersEvgeny Iakovlev
2023-01-23target/arm: implement DBGCLAIM registersEvgeny Iakovlev
2023-01-05target/arm: Enable TTBCR_EAE for ARMv8-R AArch32Tobias Röhmel
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é