This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 9fb7320 Fix unittests after r295088 new f3fa0a4 Fix debug build of unit tests new 84ced92 Refactor log channel registration mechanism
The 2 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/Log.h | 94 +++++---- include/lldb/Core/PluginManager.h | 16 -- include/lldb/lldb-forward.h | 2 - include/lldb/lldb-private-interfaces.h | 1 - source/Commands/CommandObjectLog.cpp | 44 +---- source/Core/CMakeLists.txt | 3 + source/Core/Log.cpp | 217 ++++++++++++--------- source/Core/PluginManager.cpp | 87 --------- .../Plugins/SymbolFile/DWARF/LogChannelDWARF.cpp | 200 ++----------------- source/Plugins/SymbolFile/DWARF/LogChannelDWARF.h | 45 +---- .../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 2 +- unittests/Core/LogTest.cpp | 113 +++++++++++ 12 files changed, 333 insertions(+), 491 deletions(-)