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