[Lldb-commits] [lldb] [lldb] Change lldb's breakpoint handling behavior (PR #96260)
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 2 23:23:43 PDT 2024
jasonmolenda wrote:
tbh my first reaction to this "no instruction stepping feature in hardware" is -- in addition to tracking the Thread::GetTemporaryResumeState(), if I tracked the pc that the thread was at when it resumed, I could tell if it has advanced (so someone has instruction stepped TO a BreakpointSite) or if we hit the BreakpointSite at $pc and $pc was wound back. need to bounce this off of Jim next week.
https://github.com/llvm/llvm-project/pull/96260
More information about the lldb-commits
mailing list