Skip to content

Commit e6fc612

Browse files
committed
Fix a typo in the cherry-pick resolution
1 parent 169fb46 commit e6fc612

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/source/Target/ThreadPlanShouldStopHere.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ bool ThreadPlanShouldStopHere::DefaultShouldStopHereCallback(
9494
frame->GetFunctionName(),
9595
Language::GetNameForLanguageType(runtime->GetLanguageType()));
9696
should_stop_here = false;
97+
}
9798
}
9899
}
99100
}

0 commit comments

Comments
 (0)