diff options
Diffstat (limited to 'include/lldb/Target/ThreadPlanStepThrough.h')
| -rw-r--r-- | include/lldb/Target/ThreadPlanStepThrough.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/lldb/Target/ThreadPlanStepThrough.h b/include/lldb/Target/ThreadPlanStepThrough.h index 41aa7b21abe0..1bff541e7df6 100644 --- a/include/lldb/Target/ThreadPlanStepThrough.h +++ b/include/lldb/Target/ThreadPlanStepThrough.h @@ -10,10 +10,6 @@ #ifndef liblldb_ThreadPlanStepThrough_h_ #define liblldb_ThreadPlanStepThrough_h_ -// C Includes -// C++ Includes -// Other libraries and framework includes -// Project includes #include "lldb/Target/Thread.h" #include "lldb/Target/ThreadPlan.h" @@ -45,10 +41,9 @@ protected: private: friend lldb::ThreadPlanSP - Thread::QueueThreadPlanForStepThrough(StackID &return_stack_id, bool abort_other_plans, - bool stop_others); + bool stop_others, Status &status); void ClearBackstopBreakpoint(); |
