Skip to content

Commit d9e6a56

Browse files
mariannemsMarianne Mailhot-Sarrasin
andauthored
[lldb] Fix ThreadPlanStepOverRange name in log message (#94611)
Co-authored-by: Marianne Mailhot-Sarrasin <[email protected]>
1 parent 00089f9 commit d9e6a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Target/ThreadPlanStepOverRange.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ bool ThreadPlanStepOverRange::DoPlanExplainsStop(Event *event_ptr) {
355355
return_value = NextRangeBreakpointExplainsStop(stop_info_sp);
356356
} else {
357357
if (log)
358-
log->PutCString("ThreadPlanStepInRange got asked if it explains the "
358+
log->PutCString("ThreadPlanStepOverRange got asked if it explains the "
359359
"stop for some reason other than step.");
360360
return_value = false;
361361
}

0 commit comments

Comments
 (0)