[Lldb-commits] [PATCH] D55361: Move Broadcaster+Listener+Event combo from Core into Utility

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Dec 14 08:03:08 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL349157: Move Broadcaster+Listener+Event combo from Core into Utility (authored by labath, committed by ).
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D55361?vs=177212&id=178234#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55361/new/

https://reviews.llvm.org/D55361

Files:
  lldb/trunk/include/lldb/Breakpoint/Breakpoint.h
  lldb/trunk/include/lldb/Breakpoint/BreakpointName.h
  lldb/trunk/include/lldb/Core/Broadcaster.h
  lldb/trunk/include/lldb/Core/Communication.h
  lldb/trunk/include/lldb/Core/Debugger.h
  lldb/trunk/include/lldb/Core/Event.h
  lldb/trunk/include/lldb/Core/Listener.h
  lldb/trunk/include/lldb/Core/StructuredDataImpl.h
  lldb/trunk/include/lldb/Interpreter/CommandInterpreter.h
  lldb/trunk/include/lldb/Interpreter/ScriptInterpreter.h
  lldb/trunk/include/lldb/Target/Process.h
  lldb/trunk/include/lldb/Target/Target.h
  lldb/trunk/include/lldb/Target/TargetList.h
  lldb/trunk/include/lldb/Target/Thread.h
  lldb/trunk/include/lldb/Utility/Broadcaster.h
  lldb/trunk/include/lldb/Utility/Event.h
  lldb/trunk/include/lldb/Utility/Listener.h
  lldb/trunk/source/API/SBBroadcaster.cpp
  lldb/trunk/source/API/SBCommandInterpreter.cpp
  lldb/trunk/source/API/SBEvent.cpp
  lldb/trunk/source/API/SBListener.cpp
  lldb/trunk/source/API/SBStructuredData.cpp
  lldb/trunk/source/Core/Broadcaster.cpp
  lldb/trunk/source/Core/CMakeLists.txt
  lldb/trunk/source/Core/Communication.cpp
  lldb/trunk/source/Core/Debugger.cpp
  lldb/trunk/source/Core/Event.cpp
  lldb/trunk/source/Core/Listener.cpp
  lldb/trunk/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.h
  lldb/trunk/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.h
  lldb/trunk/source/Plugins/Process/Utility/HistoryThread.h
  lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h
  lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.cpp
  lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.h
  lldb/trunk/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
  lldb/trunk/source/Target/Process.cpp
  lldb/trunk/source/Target/Target.cpp
  lldb/trunk/source/Target/TargetList.cpp
  lldb/trunk/source/Utility/Broadcaster.cpp
  lldb/trunk/source/Utility/CMakeLists.txt
  lldb/trunk/source/Utility/Event.cpp
  lldb/trunk/source/Utility/Listener.cpp
  lldb/trunk/unittests/Core/BroadcasterTest.cpp
  lldb/trunk/unittests/Core/CMakeLists.txt
  lldb/trunk/unittests/Core/EventTest.cpp
  lldb/trunk/unittests/Core/ListenerTest.cpp
  lldb/trunk/unittests/Utility/BroadcasterTest.cpp
  lldb/trunk/unittests/Utility/CMakeLists.txt
  lldb/trunk/unittests/Utility/EventTest.cpp
  lldb/trunk/unittests/Utility/ListenerTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55361.178234.patch
Type: text/x-patch
Size: 199012 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20181214/3d530f91/attachment-0001.bin>


More information about the lldb-commits mailing list