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.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/lldb/include/lldb/Target/ThreadPlanStepInRange.h b/lldb/include/lldb/Target/ThreadPlanStepInRange.h
index 1a60e4e094f..f9e64ce2ced 100644
--- a/lldb/include/lldb/Target/ThreadPlanStepInRange.h
+++ b/lldb/include/lldb/Target/ThreadPlanStepInRange.h
@@ -59,13 +59,12 @@ public:
static void
SetDefaultFlagValue (uint32_t new_value);
-
- virtual bool
- PlanExplainsStop (Event *event_ptr);
-
- virtual bool WillResume (lldb::StateType resume_state, bool current_plan);
protected:
+ virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
+
+ virtual bool
+ DoPlanExplainsStop (Event *event_ptr);
virtual void
SetFlagsToDefault ();
OpenPOWER on IntegriCloud