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 16300c3 + d131351 commit bf3cde5Copy full SHA for bf3cde5
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