[Lldb-commits] [lldb] [lldb][AArch64] Fix arm64 hardware breakpoint/watchpoint to arm32 process. (PR #147198)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 21 02:39:33 PDT 2025
================
@@ -8,6 +8,7 @@ add_lldb_library(lldbPluginProcessLinux
NativeRegisterContextLinux.cpp
NativeRegisterContextLinux_arm.cpp
NativeRegisterContextLinux_arm64.cpp
+ NativeRegisterContextLinuxArm64Shared.cpp
----------------
DavidSpickett wrote:
We have the term "dbreg" in use already, so use that and follow the existing naming style. `NativeRegisterContextLinux_arm64dbreg.cpp`.
https://github.com/llvm/llvm-project/pull/147198
More information about the lldb-commits
mailing list