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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D151524
[lldb][NFCI] Change type of SBDebugger::m_instance_name ClosedPublic Authored by bulbazord on May 25 2023, 6:21 PM.
Details Summary This doesn't need to be in the ConstString StringPool. There's little
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 26 2023, 8:47 AM Closed by commit rGf46638b01d1b: [lldb][NFCI] Change type of SBDebugger::m_instance_name (authored by bulbazord). · Explain WhyMay 30 2023, 1:22 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 526766 lldb/include/lldb/Core/Debugger.h
lldb/source/API/SBDebugger.cpp
lldb/source/Core/Debugger.cpp
lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
|