This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from a5380b7 Fix a bug when using a StructuredData darwin-log plugin where [...] new 0b49553 Add methods to enable using formatv syntax in LLDB.
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/Core/Error.h | 7 ++++ include/lldb/Core/Log.h | 44 +++++++++------------ include/lldb/Core/ModuleSpec.h | 2 +- include/lldb/Core/Stream.h | 6 +++ include/lldb/Host/FileSpec.h | 28 ++++++++++++++ include/lldb/Interpreter/CommandReturnObject.h | 16 ++++++++ source/Breakpoint/BreakpointOptions.cpp | 4 +- source/Commands/CommandObjectApropos.cpp | 6 +-- source/Core/Log.cpp | 53 -------------------------- source/Host/common/FileSpec.cpp | 51 +++++++++++++++++++++++-- source/Symbol/ClangASTContext.cpp | 12 +++--- source/Target/Target.cpp | 8 ++-- unittests/Host/FileSpecTest.cpp | 24 ++++++++++++ 13 files changed, 161 insertions(+), 100 deletions(-)