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.
1 parent f4418fb commit 7c2b648Copy full SHA for 7c2b648
lldb/source/Target/ThreadPlanStepInRange.cpp
@@ -460,7 +460,7 @@ bool ThreadPlanStepInRange::DefaultShouldStopHereCallback(
460
if (!should_stop_here)
461
return false;
462
463
- if (should_stop_here && current_plan->GetKind() == eKindStepInRange &&
+ if (current_plan->GetKind() == eKindStepInRange &&
464
operation == eFrameCompareYounger) {
465
ThreadPlanStepInRange *step_in_range_plan =
466
static_cast<ThreadPlanStepInRange *>(current_plan);
0 commit comments