summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/ScriptInterpreter/Python
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2019-09-28 00:53:45 +0000
committerJim Ingham <jingham@apple.com>2019-09-28 00:53:45 +0000
commit93c98346e98a50e481efda95c9b095bf2b1c8a73 (patch)
tree33f73ad36543390ff4e5e27414861d259e26026c /lldb/unittests/ScriptInterpreter/Python
parent92f151738bfe739a874d8a98a2f2a40b5dd02daa (diff)
downloadbcm5719-llvm-93c98346e98a50e481efda95c9b095bf2b1c8a73.tar.gz
bcm5719-llvm-93c98346e98a50e481efda95c9b095bf2b1c8a73.zip
Give an error when StepUsingScriptedThreadPlan is passed a bad classname.
Differential Revision: https://reviews.llvm.org/D68173 llvm-svn: 373135
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python')
-rw-r--r--lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp b/lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp
index f6b617d26ae..3ccda8c6fed 100644
--- a/lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp
+++ b/lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp
@@ -95,6 +95,7 @@ LLDBSwigPythonCreateCommandObject(const char *python_class_name,
extern "C" void *LLDBSwigPythonCreateScriptedThreadPlan(
const char *python_class_name, const char *session_dictionary_name,
+ std::string &error_string,
const lldb::ThreadPlanSP &thread_plan_sp) {
return nullptr;
}
OpenPOWER on IntegriCloud