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
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é