[Lldb-commits] [lldb] [lldb] Change lldb's breakpoint handling behavior (PR #96260)
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 8 17:41:02 PDT 2024
jasonmolenda wrote:
> > Thanks @DavidSpickett just to be sure, this is armv7 right, not AArch32?
>
> This is an AArch32 container on Armv8. I'm not sure if lldb-server knows the difference though. Maybe it doesn't need to, and ptrace single step is done in the kernel which uses the h/w step.
>
Yeah I'm thinking lldb-server probably does a software instruction step on AArch32, even thought the hardware has instruction-step. Probably a small enough perf hit that there's little value in looking into that further.
https://github.com/llvm/llvm-project/pull/96260
More information about the lldb-commits
mailing list