This is an archive of the discontinued LLVM Phabricator instance.

[lldb][NFCI] Remove use of ConstString from Listener
ClosedPublic

Authored by bulbazord on Jun 9 2023, 11:47 AM.

Details

Summary

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).

Diff Detail

Event Timeline

bulbazord created this revision.Jun 9 2023, 11:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 9 2023, 11:47 AM
bulbazord requested review of this revision.Jun 9 2023, 11:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 9 2023, 11:47 AM
jingham accepted this revision.Jun 12 2023, 1:49 PM

LGTM, if no one has found a use for this way of filtering by this point, there probably isn't a good one.

This revision is now accepted and ready to land.Jun 12 2023, 1:49 PM
This revision was automatically updated to reflect the committed changes.