This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 8f3996e72 Re-sort the lldb.xcodeproj project file and commit the script [...] new 0ca37fe1c Add new API to SBTarget and SBModule classes.
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/SBModule.h | 15 +++++++++++++ include/lldb/API/SBTarget.h | 15 +++++++++++++ .../module_section/TestModuleAndSection.py | 26 ++++++++++++++++++++++ .../test/python_api/target/TestTargetAPI.py | 22 ++++++++++++++++++ scripts/interface/SBModule.i | 17 ++++++++++++++ scripts/interface/SBTarget.i | 17 ++++++++++++++ source/API/SBModule.cpp | 11 +++++++++ source/API/SBTarget.cpp | 12 ++++++++++ 8 files changed, 135 insertions(+)