[Lldb-commits] [lldb] [lldb] Implement basic support for reverse-continue (PR #112079)
Robert O'Callahan via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 11 11:11:15 PST 2024
rocallahan wrote:
Thanks, that sounds OK but I don't see how it would help with my main question right now:
> So what would be a good way to pop `ThreadPlanReverseContinue`?
Put it another way: if we change the plan stack state to request reverse execution (push a `ThreadPlanReverseContinue`, or change some state on `ThreadPlanBase`), when/how would be the right place in the code to undo that change? It has to happen before any user-initiated forward-execution command resumes the target, but it must not happen when we stop for a breakpoint whose condition turns out to be false.
https://github.com/llvm/llvm-project/pull/112079
More information about the lldb-commits
mailing list