[Lldb-commits] [lldb] [lldb] Implement basic support for reverse-continue (PR #112079)
Robert O'Callahan via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 21 10:50:40 PST 2024
rocallahan wrote:
@jimingham I've implemented my proposal above. I added a test that `SBProcess::Continue()` preserves the reverse direction after stopping on a breakpoint. I also beefed up the conditional-breakpoint test to make a function call in the condition, which exercises the step-over-forward thread plan while the base direction is in reverse. Tests pass locally and I'll get someone to test Mac. Meanwhile I think this is ready for review again. Thanks!
https://github.com/llvm/llvm-project/pull/112079
More information about the lldb-commits
mailing list