aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
diff options
context:
space:
mode:
authorPavel Labath <pavel@labath.sk>2021-10-22 19:53:43 +0200
committerPavel Labath <pavel@labath.sk>2021-10-28 10:15:03 +0200
commit5f4980f004f052367b947ff3aa6cc142cea1c23f (patch)
tree8973a3868e124c15c18e1030c06e8012ad99cb6a /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
parent21adcdb712c6c8018d6eabf70c44212f92c8274e (diff)
downloadllvm-5f4980f004f052367b947ff3aa6cc142cea1c23f.zip
llvm-5f4980f004f052367b947ff3aa6cc142cea1c23f.tar.gz
llvm-5f4980f004f052367b947ff3aa6cc142cea1c23f.tar.bz2
[lldb] Remove ConstString from Process, ScriptInterpreter and StructuredData plugin names
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h')
-rw-r--r--lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h b/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
index 65f5e34..a3f83b6 100644
--- a/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
+++ b/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
@@ -292,9 +292,7 @@ public:
static lldb::ScriptInterpreterSP CreateInstance(Debugger &debugger);
// PluginInterface protocol
- llvm::StringRef GetPluginName() override {
- return GetPluginNameStatic().GetStringRef();
- }
+ llvm::StringRef GetPluginName() override { return GetPluginNameStatic(); }
class Locker : public ScriptInterpreterLocker {
public: