summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/Target/ThreadPlanStepInRange.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/Target/ThreadPlanStepInRange.h')
-rw-r--r--lldb/include/lldb/Target/ThreadPlanStepInRange.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/include/lldb/Target/ThreadPlanStepInRange.h b/lldb/include/lldb/Target/ThreadPlanStepInRange.h
index 09f8fee337d..a0562126945 100644
--- a/lldb/include/lldb/Target/ThreadPlanStepInRange.h
+++ b/lldb/include/lldb/Target/ThreadPlanStepInRange.h
@@ -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);
OpenPOWER on IntegriCloud