[Lldb-commits] [PATCH] D152573: [lldb][NFCI] Remove use of ConstString from Listener
Alex Langford via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 9 11:47:54 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 only place ConstString was used in Listener was for filtering
broadcasters by name when looking for the next event. This functionality
is completely unused from what I can tell (even in downstream forks).
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D152573
Files:
lldb/include/lldb/Utility/Listener.h
lldb/source/Utility/Listener.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152573.530039.patch
Type: text/x-patch
Size: 8037 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230609/d2510b65/attachment.bin>
More information about the lldb-commits
mailing list