Index: lldb/trunk/source/Target/ThreadPlanStepInRange.cpp =================================================================== --- lldb/trunk/source/Target/ThreadPlanStepInRange.cpp +++ lldb/trunk/source/Target/ThreadPlanStepInRange.cpp @@ -524,6 +524,7 @@ bool ThreadPlanStepInRange::DoWillResume (lldb::StateType resume_state, bool current_plan) { + m_virtual_step = false; if (resume_state == eStateStepping && current_plan) { // See if we are about to step over a virtual inlined call.