diff options
author | Jim Ingham <jingham@apple.com> | 2016-08-05 22:06:12 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2016-08-05 22:06:12 +0000 |
commit | c915a7d2e810251e28758803d5e72a8178e7b917 (patch) | |
tree | 42ba335d2e8fa3cb03b8a8146c052df3406758f7 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h | |
parent | 272cbacc25beec921298db499ec12a11ac584fcb (diff) | |
download | bcm5719-llvm-c915a7d2e810251e28758803d5e72a8178e7b917.tar.gz bcm5719-llvm-c915a7d2e810251e28758803d5e72a8178e7b917.zip |
Add a few more needed bits to the scripted thread plans.
llvm-svn: 277879
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h')
-rw-r--r-- | lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h b/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h index 263bb527d83..5b6950379e2 100644 --- a/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h +++ b/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h @@ -198,6 +198,8 @@ public: bool ScriptedThreadPlanShouldStop(StructuredData::ObjectSP implementor_sp, Event *event, bool &script_error) override; + bool ScriptedThreadPlanIsStale(StructuredData::ObjectSP implementor_sp, bool &script_error) override; + lldb::StateType ScriptedThreadPlanGetRunState(StructuredData::ObjectSP implementor_sp, bool &script_error) override; StructuredData::GenericSP OSPlugin_CreatePluginObject(const char *class_name, lldb::ProcessSP process_sp) override; |