[Lldb-commits] [PATCH] D153818: [lldb][NFCI] Remove use of ConstString from PluginManager

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 26 14:56:57 PDT 2023


bulbazord created this revision.
bulbazord added reviewers: JDevlieghere, mib, jingham.
Herald added a project: All.
bulbazord requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.

The underlying structures no longer use ConstString so we can remove it
wholesale from PluginManager now.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D153818

Files:
  lldb/include/lldb/Core/PluginManager.h
  lldb/source/Core/PluginManager.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153818.534758.patch
Type: text/x-patch
Size: 16114 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230626/527a9b7f/attachment.bin>


More information about the lldb-commits mailing list