aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/Target/ThreadPlanStepInstruction.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Target/ThreadPlanStepInstruction.h')
-rw-r--r--include/lldb/Target/ThreadPlanStepInstruction.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/lldb/Target/ThreadPlanStepInstruction.h b/include/lldb/Target/ThreadPlanStepInstruction.h
index eb4a64bcbc84..86069ffd9eb5 100644
--- a/include/lldb/Target/ThreadPlanStepInstruction.h
+++ b/include/lldb/Target/ThreadPlanStepInstruction.h
@@ -32,6 +32,7 @@ public:
virtual lldb::StateType GetPlanRunState ();
virtual bool WillStop ();
virtual bool MischiefManaged ();
+ virtual bool IsPlanStale ();
protected:
virtual bool DoPlanExplainsStop (Event *event_ptr);
@@ -41,6 +42,7 @@ protected:
bool stop_others,
Vote stop_vote,
Vote run_vote);
+ void SetUpState ();
private:
friend lldb::ThreadPlanSP