[lldb] Remove ConstString from Process, ScriptInterpreter and StructuredData plugin names

This commit is contained in:
Pavel Labath
2021-10-22 19:53:43 +02:00
parent 21adcdb712
commit 5f4980f004
29 changed files with 76 additions and 159 deletions

View File

@@ -436,12 +436,7 @@ void ScriptInterpreterPython::SharedLibraryDirectoryHelper(
#endif
}
lldb_private::ConstString ScriptInterpreterPython::GetPluginNameStatic() {
static ConstString g_name("script-python");
return g_name;
}
const char *ScriptInterpreterPython::GetPluginDescriptionStatic() {
llvm::StringRef ScriptInterpreterPython::GetPluginDescriptionStatic() {
return "Embedded Python interpreter";
}