We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5ccb29 + bf3cde5 commit 1019dc8Copy full SHA for 1019dc8
lldb/source/Target/ThreadPlanStepInRange.cpp
@@ -370,7 +370,7 @@ bool ThreadPlanStepInRange::DefaultShouldStopHereCallback(
370
if (!should_stop_here)
371
return false;
372
373
- if (should_stop_here && current_plan->GetKind() == eKindStepInRange &&
+ if (current_plan->GetKind() == eKindStepInRange &&
374
operation == eFrameCompareYounger) {
375
ThreadPlanStepInRange *step_in_range_plan =
376
static_cast<ThreadPlanStepInRange *>(current_plan);
0 commit comments