[lldb][NFCI] Change type of Broadcaster's name
authorAlex Langford <alangford@apple.com>
Tue, 6 Jun 2023 01:05:11 +0000 (18:05 -0700)
committerAlex Langford <alangford@apple.com>
Wed, 7 Jun 2023 17:14:53 +0000 (10:14 -0700)
commit867ee3b8a76a78e02c56e78382e31bfd76fa468b
treec0c67add098602912abb005a5a03213ec739e9b0
parentcfdea8f5bb6b0138719c5b4f3fe1616b6ea915a7
[lldb][NFCI] Change type of Broadcaster's name

Broadcasters don't need their names in the StringPool. It doesn't
benefit from fast comparisons and doesn't benefit from uniqueness.

Differential Revision: https://reviews.llvm.org/D152220
lldb/include/lldb/Utility/Broadcaster.h
lldb/source/API/SBBroadcaster.cpp
lldb/source/Core/ThreadedCommunication.cpp
lldb/source/Utility/Broadcaster.cpp
lldb/source/Utility/Event.cpp
lldb/source/Utility/Listener.cpp