[Lldb-commits] [lldb] [lldb] Implement basic support for reverse-continue (PR #112079)
Robert O'Callahan via lldb-commits
lldb-commits at lists.llvm.org
Sat Dec 14 03:24:27 PST 2024
================
@@ -617,25 +617,26 @@ void Thread::WillStop() {
current_plan->WillStop();
}
-void Thread::SetupForResume() {
+bool Thread::StepOverBreakpointIfNeeded(RunDirection direction) {
----------------
rocallahan wrote:
Renamed it to `SetupForStepOverBreakpoint()`, hope that's good.
https://github.com/llvm/llvm-project/pull/112079
More information about the lldb-commits
mailing list