We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e40f45 commit cc07830Copy full SHA for cc07830
lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
@@ -2041,7 +2041,7 @@ llvm::Expected<int> ScriptInterpreterPythonImpl::GetIndexOfChildWithName(
2041
const StructuredData::ObjectSP &implementor_sp, const char *child_name) {
2042
if (!implementor_sp)
2043
return llvm::createStringError(
2044
- "'SyntheticChildrenFrontEnd::ScriptInterpreterPythonImpl' cannot find "
+ "'ScriptInterpreterPythonImpl' cannot find "
2045
"index of child '%s'. Invalid implementor (implementor_sp='%p').",
2046
child_name, implementor_sp.get());
2047
0 commit comments