This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from aeed4a7de Componentize lldb/scripts to use with LLVM_DISTRIBUTION_COMPONENTS new d7457f37d [lldb] Fix crash on SBCommandReturnObject & assignment new da1ec196e [Host] Don't discard return value from RunShellCommand new 1c085fd1e [MachO] Reformat before making changes to this file (NFC) new 086b977fa [MachO] Add early returns to save some indentation.
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/API/SBCommandReturnObject.h | 21 +- .../Makefile | 0 .../TestSBCommandReturnObject.py} | 19 +- .../test/api/command-return-object/main.cpp | 35 + scripts/Python/python-wrapper.swig | 30 +- source/API/SBCommandInterpreter.cpp | 3 +- source/API/SBCommandReturnObject.cpp | 121 +- source/Host/macosx/objcxx/Host.mm | 11 +- source/Host/windows/Host.cpp | 10 +- .../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 5950 ++++++++++---------- 10 files changed, 3090 insertions(+), 3110 deletions(-) copy packages/Python/lldbsuite/test/api/{check_public_api_headers => command-retur [...] copy packages/Python/lldbsuite/test/api/{multiple-targets/TestMultipleTargets.py = [...] create mode 100644 packages/Python/lldbsuite/test/api/command-return-object/main.cpp