[llvm-branch-commits] [lldb][Process] Introduce LoongArch64 hw break/watchpoint support (PR #118770)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Dec 10 04:25:59 PST 2024
================
@@ -58,10 +59,21 @@ NativeRegisterContextLinux_loongarch64::NativeRegisterContextLinux_loongarch64(
std::unique_ptr<RegisterInfoPOSIX_loongarch64> register_info_up)
: NativeRegisterContextRegisterInfo(native_thread,
register_info_up.release()),
- NativeRegisterContextLinux(native_thread) {
+ NativeRegisterContextLinux(native_thread),
+ NativeRegisterContextDBReg_arm64(/*CTRL_PLV3_ENABLE=*/0x10U) {
----------------
wangleiat wrote:
Thanks, I will add parameter annotations. And sorry for the typo here(arm64->loongarch).
https://github.com/llvm/llvm-project/pull/118770
More information about the llvm-branch-commits
mailing list