[Lldb-commits] [lldb] [lldb][AArch64] Fix arm64 hardware breakpoint/watchpoint to arm32 process. (PR #147198)

via lldb-commits lldb-commits at lists.llvm.org
Sun Jul 20 04:13:13 PDT 2025


b10902118 wrote:

Sorry for the delay. I tried to first let `NativeRegisterContextLinux_arm` inherit `NativeRegisterContextDBReg` as arm64. That seems to work but is a big change, so maybe starting from here is a better idea.

https://github.com/llvm/llvm-project/pull/147198


More information about the lldb-commits mailing list