[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 28 01:39:49 PDT 2025
DavidSpickett wrote:
>From the PR description:
> After tracing linux's compat_ptrace in arch/arm64/kernel/ptrace.c, found that arm64 lldb-server should just keep using the ptrace commands for 64bit tracees.
Reword this so it's a bit clearer. I get what you mean now, but I had to read it several times.
"lldb-server should keep using the ptrace commands intended for 64-bit bit tracees, even when debugging a 32-bit tracee"
https://github.com/llvm/llvm-project/pull/147198
More information about the lldb-commits
mailing list