summary refs log tree commit diff stats
path: root/target/arm/debug_helper.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* target/arm: Mark up VNCR offsets (offsets 0x100..0x160)Peter Maydell2024-01-091-0/+1
* target/arm: Make EL2 cpreg accessfns safe for FEAT_NV EL1 accessesPeter Maydell2024-01-091-1/+11
* target/arm: Don't implement *32_EL2 registers when EL1 is AArch64 onlyPeter Maydell2023-12-191-8/+15
* target/arm: hide all versions of DBGD[RS]AR from gdbstubAlex Bennée2023-11-081-4/+6
* target/arm: Move feature test functions to their own headerPeter Maydell2023-10-271-0/+1
* target/arm: Special case M-profile in debug_helper.c codePeter Maydell2023-07-251-6/+12
* target/arm: trap DCC access in user mode emulationZhuojia Shen2023-06-061-0/+5
* target/arm: add RAZ/WI handling for DBGDTR[TX|RX]Alex Bennée2023-05-181-2/+9
* target/arm: Wrap TCG-only code in debug_helper.cFabiano Rosas2023-02-271-237/+239
* target/arm: Wrap breakpoint/watchpoint updates with tcg_enabledFabiano Rosas2023-02-271-4/+12
* target/arm: Implement MDCR_EL2.TDCC and MDCR_EL3.TDCC trapsPeter Maydell2023-02-031-4/+31
* target/arm: Mark up sysregs for HDFGRTR bits 0..11Peter Maydell2023-02-031-0/+11
* target/arm: provide stubs for more external debug registersEvgeny Iakovlev2023-01-231-0/+21
* target/arm: implement DBGCLAIM registersEvgeny Iakovlev2023-01-231-0/+33
* target/arm: Enable TTBCR_EAE for ARMv8-R AArch32Tobias Röhmel2023-01-051-0/+3
* 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/+0
* target/arm: Implement debug_check_breakpointRichard Henderson2021-07-211-4/+3
* 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