[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
Wed Jul 9 03:29:12 PDT 2025
DavidSpickett wrote:
> So the solution is copying the implementation in NativeRegisterContextLinux_arm64.cpp.
Yes, try putting the 64-bit code in a separate file in Process/Linux then using it in both places.
Currently arm64 includes the arm header, for reasons I am not sure, so if there is a dependency, it's going the wrong way for us to use it for this.
https://github.com/llvm/llvm-project/pull/147198
More information about the lldb-commits
mailing list