Ensure that the ShouldStopHere plans get called even when doing "virtual" steps.

llvm-svn: 163366
This commit is contained in:
Jim Ingham
2012-09-07 01:11:44 +00:00
parent 7da851a3e2
commit f02a2e96b8
2 changed files with 116 additions and 98 deletions

View File

@@ -80,6 +80,7 @@ private:
std::auto_ptr<RegularExpression> m_avoid_regexp_ap;
bool m_step_past_prologue; // FIXME: For now hard-coded to true, we could put a switch in for this if there's
// demand for that.
bool m_virtual_step; // true if we've just done a "virtual step", i.e. just moved the inline stack depth.
DISALLOW_COPY_AND_ASSIGN (ThreadPlanStepInRange);