This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 5f70e33c8 Fix minidump unit test failures from r349062 new 6cf5d3636 Move Broadcaster+Listener+Event combo from Core into Utility
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/lldb/Breakpoint/Breakpoint.h | 2 +- include/lldb/Breakpoint/BreakpointName.h | 2 +- include/lldb/Core/Communication.h | 2 +- include/lldb/Core/Debugger.h | 2 +- include/lldb/Core/StructuredDataImpl.h | 2 +- include/lldb/Interpreter/CommandInterpreter.h | 6 +++--- include/lldb/Interpreter/ScriptInterpreter.h | 2 +- include/lldb/Target/Process.h | 6 +++--- include/lldb/Target/Target.h | 2 +- include/lldb/Target/TargetList.h | 2 +- include/lldb/Target/Thread.h | 4 ++-- include/lldb/{Core => Utility}/Broadcaster.h | 8 ++++---- include/lldb/{Core => Utility}/Event.h | 8 ++++---- include/lldb/{Core => Utility}/Listener.h | 8 ++++---- source/API/SBBroadcaster.cpp | 2 +- source/API/SBCommandInterpreter.cpp | 2 +- source/API/SBEvent.cpp | 2 +- source/API/SBListener.cpp | 4 ++-- source/API/SBStructuredData.cpp | 2 +- source/Core/CMakeLists.txt | 3 --- source/Core/Communication.cpp | 4 ++-- source/Core/Debugger.cpp | 4 ++-- source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.h | 2 +- source/Plugins/Process/MacOSX-Kernel/ProcessKDP.h | 2 +- source/Plugins/Process/Utility/HistoryThread.h | 4 ++-- source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h | 4 ++-- .../Process/gdb-remote/GDBRemoteCommunicationReplayServer.cpp | 2 +- .../Process/gdb-remote/GDBRemoteCommunicationReplayServer.h | 2 +- source/Plugins/Process/gdb-remote/ProcessGDBRemote.h | 2 +- source/Target/Process.cpp | 2 +- source/Target/Target.cpp | 8 ++++---- source/Target/TargetList.cpp | 4 ++-- source/{Core => Utility}/Broadcaster.cpp | 6 +++--- source/Utility/CMakeLists.txt | 3 +++ source/{Core => Utility}/Event.cpp | 4 ++-- source/{Core => Utility}/Listener.cpp | 6 +++--- unittests/Core/CMakeLists.txt | 3 --- unittests/{Core => Utility}/BroadcasterTest.cpp | 6 +++--- unittests/Utility/CMakeLists.txt | 3 +++ unittests/{Core => Utility}/EventTest.cpp | 2 +- unittests/{Core => Utility}/ListenerTest.cpp | 4 ++-- 41 files changed, 74 insertions(+), 74 deletions(-) rename include/lldb/{Core => Utility}/Broadcaster.h (99%) rename include/lldb/{Core => Utility}/Event.h (98%) rename include/lldb/{Core => Utility}/Listener.h (97%) rename source/{Core => Utility}/Broadcaster.cpp (99%) rename source/{Core => Utility}/Event.cpp (99%) rename source/{Core => Utility}/Listener.cpp (99%) rename unittests/{Core => Utility}/BroadcasterTest.cpp (96%) rename unittests/{Core => Utility}/EventTest.cpp (95%) rename unittests/{Core => Utility}/ListenerTest.cpp (98%)