Skip to content

Commit

Permalink
Fix virtual step handling in ThreadPlanStepInRange
Browse files Browse the repository at this point in the history
Differential revision: http://reviews.llvm.org/D9773

llvm-svn: 237435
  • Loading branch information
Tamas Berghammer committed May 15, 2015
1 parent e7ad831 commit 69fc298
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lldb/source/Target/ThreadPlanStepInRange.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@ ThreadPlanStepInRange::DoPlanExplainsStop (Event *event_ptr)
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.
Expand Down

0 comments on commit 69fc298

Please sign in to comment.