[all-commits] [llvm/llvm-project] f46638: [lldb][NFCI] Change type of SBDebugger::m_instance...
Alex via All-commits
all-commits at lists.llvm.org
Tue May 30 13:22:15 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f46638b01d1bd66aa879188132e0d19a0a7f5928
https://github.com/llvm/llvm-project/commit/f46638b01d1bd66aa879188132e0d19a0a7f5928
Author: Alex Langford <alangford at apple.com>
Date: 2023-05-30 (Tue, 30 May 2023)
Changed paths:
M lldb/include/lldb/Core/Debugger.h
M lldb/source/API/SBDebugger.cpp
M lldb/source/Core/Debugger.cpp
M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list