[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 7 07:25:11 PST 2018
labath updated this revision to Diff 177212.
labath marked 3 inline comments as done.
labath added a comment.
Thanks for the review.
Yes the changes were done by clang-format, which even in the diff-only mode
doesn't know the difference between a moved file and a newly created one. I hope
this version successfully reverts those.
I'll keep this open a bit more to see if anyone else wants to say something. If
not I'll commit some time next week.
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 --------------
A non-text attachment was scrubbed...
Name: D55361.177212.patch
Type: text/x-patch
Size: 24930 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20181207/dcc4d7df/attachment-0001.bin>
More information about the lldb-commits
mailing list