[lldb][NFCI] Change type of SBDebugger::m_instance_name
authorAlex Langford <alangford@apple.com>
Fri, 26 May 2023 01:19:46 +0000 (18:19 -0700)
committerAlex Langford <alangford@apple.com>
Tue, 30 May 2023 20:21:56 +0000 (13:21 -0700)
commitf46638b01d1bd66aa879188132e0d19a0a7f5928
treeb0c8636f517c512c44ffe80658329db1b61bcbaa
parentdb7f639b900dca266ea9f47c934418af0a67122b
[lldb][NFCI] Change type of SBDebugger::m_instance_name

This doesn't need to be in the ConstString StringPool. There's little
benefit to having these be unique, and we don't need fast comparisons on
them.

Differential Revision: https://reviews.llvm.org/D151524
lldb/include/lldb/Core/Debugger.h
lldb/source/API/SBDebugger.cpp
lldb/source/Core/Debugger.cpp
lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp