[Lldb-commits] [PATCH] D55361: Move Broadcaster+Listener+Event combo from Core into Utility
Zachary Turner via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 6 07:19:26 PST 2018
Lgtm. Btw I noticed StreamBuffer, which might be another easy one
On Thu, Dec 6, 2018 at 3:27 AM Pavel Labath via Phabricator <
reviews at reviews.llvm.org> wrote:
> labath updated this revision to Diff 176948.
> labath added a comment.
>
> That's a good point, thanks for reminding me.
>
> Re-clang-formatting the changed lines.
>
>
> CHANGES SINCE LAST ACTION
> https://reviews.llvm.org/D55361/new/
>
> https://reviews.llvm.org/D55361
>
> Files:
> include/lldb/Breakpoint/Breakpoint.h
> include/lldb/Breakpoint/BreakpointName.h
> include/lldb/Core/Broadcaster.h
> include/lldb/Core/Communication.h
> include/lldb/Core/Debugger.h
> include/lldb/Core/Event.h
> include/lldb/Core/Listener.h
> include/lldb/Core/StructuredDataImpl.h
> include/lldb/Interpreter/CommandInterpreter.h
> include/lldb/Interpreter/ScriptInterpreter.h
> include/lldb/Target/Process.h
> include/lldb/Target/Target.h
> include/lldb/Target/TargetList.h
> include/lldb/Target/Thread.h
> include/lldb/Utility/Broadcaster.h
> include/lldb/Utility/Event.h
> include/lldb/Utility/Listener.h
> source/API/SBBroadcaster.cpp
> source/API/SBCommandInterpreter.cpp
> source/API/SBEvent.cpp
> source/API/SBListener.cpp
> source/API/SBStructuredData.cpp
> source/Core/Broadcaster.cpp
> source/Core/CMakeLists.txt
> source/Core/Communication.cpp
> source/Core/Debugger.cpp
> source/Core/Event.cpp
> source/Core/Listener.cpp
> source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.h
> source/Plugins/Process/MacOSX-Kernel/ProcessKDP.h
> source/Plugins/Process/Utility/HistoryThread.h
> source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h
> source/Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.cpp
> source/Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.h
> source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
> source/Target/Process.cpp
> source/Target/Target.cpp
> source/Target/TargetList.cpp
> source/Utility/Broadcaster.cpp
> source/Utility/CMakeLists.txt
> source/Utility/Event.cpp
> source/Utility/Listener.cpp
> unittests/Core/BroadcasterTest.cpp
> unittests/Core/CMakeLists.txt
> unittests/Core/EventTest.cpp
> unittests/Core/ListenerTest.cpp
> unittests/Utility/BroadcasterTest.cpp
> unittests/Utility/CMakeLists.txt
> unittests/Utility/EventTest.cpp
> unittests/Utility/ListenerTest.cpp
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20181206/74ae50a8/attachment-0001.html>
More information about the lldb-commits
mailing list