index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
arm
/
debug_helper.c
Age
Commit message (
Expand
)
Author
2024-01-09
target/arm: Mark up VNCR offsets (offsets 0x100..0x160)
Peter Maydell
2024-01-09
target/arm: Make EL2 cpreg accessfns safe for FEAT_NV EL1 accesses
Peter Maydell
2023-12-19
target/arm: Don't implement *32_EL2 registers when EL1 is AArch64 only
Peter Maydell
2023-11-08
target/arm: hide all versions of DBGD[RS]AR from gdbstub
Alex Bennée
2023-10-27
target/arm: Move feature test functions to their own header
Peter Maydell
2023-07-25
target/arm: Special case M-profile in debug_helper.c code
Peter Maydell
2023-06-06
target/arm: trap DCC access in user mode emulation
Zhuojia Shen
2023-05-18
target/arm: add RAZ/WI handling for DBGDTR[TX|RX]
Alex Bennée
2023-02-27
target/arm: Wrap TCG-only code in debug_helper.c
Fabiano Rosas
2023-02-27
target/arm: Wrap breakpoint/watchpoint updates with tcg_enabled
Fabiano Rosas
2023-02-03
target/arm: Implement MDCR_EL2.TDCC and MDCR_EL3.TDCC traps
Peter Maydell
2023-02-03
target/arm: Mark up sysregs for HDFGRTR bits 0..11
Peter Maydell
2023-01-23
target/arm: provide stubs for more external debug registers
Evgeny Iakovlev
2023-01-23
target/arm: implement DBGCLAIM registers
Evgeny Iakovlev
2023-01-05
target/arm: Enable TTBCR_EAE for ARMv8-R AArch32
Tobias Röhmel
2022-07-18
target/arm: Store TCR_EL* registers as uint64_t
Peter Maydell
2022-07-07
target/arm: Correctly implement Feat_DoubleLock
Peter Maydell
2022-07-07
target/arm: Implement AArch32 DBGDEVID, DBGDEVID1, DBGDEVID2
Peter Maydell
2022-07-07
target/arm: Suppress debug exceptions when OS Lock set
Peter Maydell
2022-07-07
target/arm: Move define_debug_regs() to debug_helper.c
Peter Maydell
2022-06-10
target/arm: Move arm_debug_target_el to debug_helper.c
Richard Henderson
2022-06-10
target/arm: Create raise_exception_debug
Richard Henderson
2022-06-10
target/arm: Create helper_exception_swstep
Richard Henderson
2022-06-10
target/arm: Move arm_debug_exception_fsr to debug_helper.c
Richard Henderson
2022-06-10
target/arm: Move exception_bkpt_insn to debug_helper.c
Richard Henderson
2022-06-10
target/arm: Use is_a64 in arm_generate_debug_exceptions
Richard Henderson
2022-06-10
target/arm: Move arm_generate_debug_exceptions out of line
Richard Henderson
2022-06-10
target/arm: Move arm_singlestep_active out of line
Richard Henderson
2022-04-28
target/arm: Use field names for accessing DBGWCRn
Richard Henderson
2021-12-15
target/arm: Suppress bp for exceptions with more priority
Richard Henderson
2021-07-21
accel/tcg: Remove TranslatorOps.breakpoint_check
Richard Henderson
2021-07-21
target/arm: Implement debug_check_breakpoint
Richard Henderson
2020-02-21
target/arm: Stop assuming DBGDIDR always exists
Peter Maydell
2020-02-07
target/arm: Add CONTEXTIDR_EL2
Richard Henderson
2019-07-04
target/arm: Move debug routines to debug_helper.c
Philippe Mathieu-Daudé