This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 4553e8d Add support for Objective-C class properties. new 36923c1 fix command-line LLDB so NSLog messages show up
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/Interpreter/Args.h | 17 +++ .../objc/objc-dyn-sbtype => macosx/nslog}/Makefile | 5 +- .../test/macosx/nslog/TestDarwinNSLogOutput.py | 141 +++++++++++++++++++++ .../lldbsuite/test/macosx/nslog/darwin_log.py | 139 ++++++++++++++++++++ .../lldb-mi/main.cpp => macosx/nslog/main.m} | 11 +- source/Interpreter/Args.cpp | 41 ++++++ source/Plugins/Platform/MacOSX/PlatformDarwin.cpp | 25 ++++ source/Plugins/Platform/MacOSX/PlatformDarwin.h | 3 + 8 files changed, 373 insertions(+), 9 deletions(-) copy packages/Python/lldbsuite/test/{lang/objc/objc-dyn-sbtype => macosx/nslog}/Ma [...] create mode 100644 packages/Python/lldbsuite/test/macosx/nslog/TestDarwinNSLogOutput.py create mode 100644 packages/Python/lldbsuite/test/macosx/nslog/darwin_log.py copy packages/Python/lldbsuite/test/{tools/lldb-mi/main.cpp => macosx/nslog/main.m} (57%)