This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from b82206161 The save_crashlog command was still looking at lldb.target an [...] new ee6087d5d Committing this for Larry D'Anna:
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/API/SBDebugger.h | 2 + include/lldb/Core/Debugger.h | 2 + include/lldb/Host/File.h | 14 ++- scripts/interface/SBDebugger.i | 3 + source/API/SBDebugger.cpp | 12 ++ source/Core/Debugger.cpp | 14 +++ source/Host/common/File.cpp | 124 ++++++++++++++++++ .../ScriptInterpreter/Python/PythonDataObjects.cpp | 139 +++++++++++++++++++-- .../Python/ScriptInterpreterPython.cpp | 5 +- .../Python/ScriptInterpreterPython.h | 8 +- 10 files changed, 302 insertions(+), 21 deletions(-)