Give an error when StepUsingScriptedThreadPlan is passed a bad classname.

Differential Revision: https://reviews.llvm.org/D68173

llvm-svn: 373135
This commit is contained in:
Jim Ingham
2019-09-28 00:53:45 +00:00
parent 92f151738b
commit 93c98346e9
8 changed files with 43 additions and 9 deletions

View File

@@ -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;
}