This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 24de543 Make sure we only load the OS plug-in once. new cd541d6 Convert Log class to llvm streams new a6a151a Improve asserts in TestWatchpointIgnoreCount new ac8da53 Add a format_provider for the Timeout class new 387423f Switch TestPacketSpeedJSON to use the llvm chrono formatter
The 4 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/Core/Debugger.h | 5 +- include/lldb/Core/Log.h | 32 ++++++----- include/lldb/Core/Logging.h | 10 ++-- include/lldb/Core/StreamCallback.h | 21 +++----- include/lldb/Utility/Timeout.h | 18 ++++++- .../watchpoint/TestWatchpointIgnoreCount.py | 16 +++--- source/Core/Communication.cpp | 11 ++-- source/Core/Debugger.cpp | 28 ++++++---- source/Core/Listener.cpp | 6 +-- source/Core/Log.cpp | 24 +++++---- source/Core/Logging.cpp | 7 +-- source/Core/StreamCallback.cpp | 37 ++----------- .../Host/posix/ConnectionFileDescriptorPosix.cpp | 5 +- source/Plugins/Process/POSIX/ProcessPOSIXLog.cpp | 5 +- source/Plugins/Process/POSIX/ProcessPOSIXLog.h | 7 +-- .../Process/gdb-remote/GDBRemoteCommunication.cpp | 5 +- .../gdb-remote/GDBRemoteCommunicationClient.cpp | 43 +++++++-------- .../Process/gdb-remote/ProcessGDBRemoteLog.cpp | 7 ++- .../Process/gdb-remote/ProcessGDBRemoteLog.h | 5 +- .../Plugins/SymbolFile/DWARF/LogChannelDWARF.cpp | 3 +- source/Plugins/SymbolFile/DWARF/LogChannelDWARF.h | 3 +- source/Target/Process.cpp | 62 ++++++---------------- tools/lldb-server/LLDBServerUtilities.cpp | 29 ++++++---- unittests/Core/CMakeLists.txt | 1 + unittests/Core/LogTest.cpp | 6 ++- unittests/Core/StreamCallbackTest.cpp | 28 ++++++++++ .../GDBRemoteCommunicationClientTest.cpp | 1 + unittests/Utility/TimeoutTest.cpp | 18 +++++-- 28 files changed, 221 insertions(+), 222 deletions(-) create mode 100644 unittests/Core/StreamCallbackTest.cpp