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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits