Skip to content

Commit 1019dc8

Browse files
committed
rebase
Created using spr 1.3.4
2 parents d5ccb29 + bf3cde5 commit 1019dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Target/ThreadPlanStepInRange.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ bool ThreadPlanStepInRange::DefaultShouldStopHereCallback(
370370
if (!should_stop_here)
371371
return false;
372372

373-
if (should_stop_here && current_plan->GetKind() == eKindStepInRange &&
373+
if (current_plan->GetKind() == eKindStepInRange &&
374374
operation == eFrameCompareYounger) {
375375
ThreadPlanStepInRange *step_in_range_plan =
376376
static_cast<ThreadPlanStepInRange *>(current_plan);

0 commit comments

Comments
 (0)