diff options
Diffstat (limited to 'include/lldb/Target/ThreadPlanStepOverBreakpoint.h')
| -rw-r--r-- | include/lldb/Target/ThreadPlanStepOverBreakpoint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lldb/Target/ThreadPlanStepOverBreakpoint.h b/include/lldb/Target/ThreadPlanStepOverBreakpoint.h index 969c008f67d1c..e799ec5a44ff0 100644 --- a/include/lldb/Target/ThreadPlanStepOverBreakpoint.h +++ b/include/lldb/Target/ThreadPlanStepOverBreakpoint.h @@ -31,6 +31,7 @@ public: bool StopOthers() override; lldb::StateType GetPlanRunState() override; bool WillStop() override; + void WillPop() override; bool MischiefManaged() override; void ThreadDestroyed() override; void SetAutoContinue(bool do_it); |
