[Lldb-commits] [lldb] [lldb][AArch64] Fix arm64 hardware breakpoint/watchpoint to arm32 process. (PR #147198)
via lldb-commits
lldb-commits at lists.llvm.org
Sat Jul 26 09:23:17 PDT 2025
================
@@ -8,6 +8,7 @@ add_lldb_library(lldbPluginProcessLinux
NativeRegisterContextLinux.cpp
NativeRegisterContextLinux_arm.cpp
NativeRegisterContextLinux_arm64.cpp
+ NativeRegisterContextLinuxArm64Shared.cpp
----------------
b10902118 wrote:
Thanks! Naming is really hard for me.
https://github.com/llvm/llvm-project/pull/147198
More information about the lldb-commits
mailing list