From 93c98346e98a50e481efda95c9b095bf2b1c8a73 Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Sat, 28 Sep 2019 00:53:45 +0000 Subject: Give an error when StepUsingScriptedThreadPlan is passed a bad classname. Differential Revision: https://reviews.llvm.org/D68173 llvm-svn: 373135 --- lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp') diff --git a/lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp b/lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp index f6b617d..3ccda8c 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; } -- cgit v1.1