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

via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 28 06:48:24 PDT 2025


b10902118 wrote:

> Edit: because the CI is x86_64.

Thanks for pointing that out. The failure is probably cause by the missing `#if defined(__arm64__) || defined(__aarch64__)`. I finally understand why this is needed.

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


More information about the lldb-commits mailing list