This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from b873401 NPL: Fix one more bug in the single step workaround new 746ac4b Reapply "Refactor log channel registration mechanism" new 1dda361 Fix VASprintfTest on darwin
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 | 96 +++++---- 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/Log.cpp | 217 ++++++++++++--------- source/Core/PluginManager.cpp | 87 --------- .../Plugins/SymbolFile/DWARF/LogChannelDWARF.cpp | 208 +++----------------- source/Plugins/SymbolFile/DWARF/LogChannelDWARF.h | 45 +---- .../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 2 +- unittests/Core/LogTest.cpp | 113 +++++++++++ unittests/Utility/VASprintfTest.cpp | 4 +- 12 files changed, 341 insertions(+), 494 deletions(-)