diff options
author | Jim Ingham <jingham@apple.com> | 2019-09-28 00:53:45 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2019-09-28 00:53:45 +0000 |
commit | 93c98346e98a50e481efda95c9b095bf2b1c8a73 (patch) | |
tree | 33f73ad36543390ff4e5e27414861d259e26026c /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h | |
parent | 92f151738bfe739a874d8a98a2f2a40b5dd02daa (diff) | |
download | llvm-93c98346e98a50e481efda95c9b095bf2b1c8a73.zip llvm-93c98346e98a50e481efda95c9b095bf2b1c8a73.tar.gz llvm-93c98346e98a50e481efda95c9b095bf2b1c8a73.tar.bz2 |
Give an error when StepUsingScriptedThreadPlan is passed a bad classname.
Differential Revision: https://reviews.llvm.org/D68173
llvm-svn: 373135
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h')
-rw-r--r-- | lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h b/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h index e81c3b0..9cf3205 100644 --- a/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h +++ b/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h @@ -78,6 +78,7 @@ public: StructuredData::ObjectSP CreateScriptedThreadPlan(const char *class_name, + std::string &error_str, lldb::ThreadPlanSP thread_plan) override; bool ScriptedThreadPlanExplainsStop(StructuredData::ObjectSP implementor_sp, |