[Lldb-commits] [lldb] [lldb] Implement basic support for reverse-continue (PR #112079)
via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 11 11:56:11 PST 2024
jimingham wrote:
My notion was that when you push a plan that has an intention to run in a direction, if the plan above it on the stack was going in the opposite direction, it has to be popped. But plans that don't have an intention don't change the stack above them.
https://github.com/llvm/llvm-project/pull/112079
More information about the lldb-commits
mailing list