[Lldb-commits] [lldb] [lldb][AArch64] Fix arm64 hardware breakpoint/watchpoint to arm32 process. (PR #147198)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 10 00:48:47 PDT 2025
labath wrote:
That's correct, and my earlier question basically was what if we make `CreateHostNativeRegisterContextLinux` return `NativeRegisterContextLinux_arm64` for arm-on-arm64 debugging. Given that you're copying a part of _arm64 into _arm32, I am wondering whether the arm-on-arm64 case isn't actually more similar to arm64-on-arm64 than it is to arm32-onarm32.
https://github.com/llvm/llvm-project/pull/147198
More information about the lldb-commits
mailing list