We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e9ab7c commit f875dd1Copy full SHA for f875dd1
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