Add new API to SBTarget and SBModule classes.
authorAlexander Polyakov <polyakov.alx@gmail.com>
Tue, 3 Jul 2018 14:22:44 +0000 (14:22 +0000)
committerAlexander Polyakov <polyakov.alx@gmail.com>
Tue, 3 Jul 2018 14:22:44 +0000 (14:22 +0000)
commitda0c081f7e363497a150f3bb14b9460bfc495a6d
tree0cb7bc7a67f0979577219aefe84b8abaf1a0f84b
parentb5d6e76bb7baba6885e92d0f8d639bf2b1da379d
Add new API to SBTarget and SBModule classes.

Summary: The new API allows to find a list of compile units related to target/module.

Reviewers: aprantl, clayborg

Reviewed By: aprantl

Subscribers: jingham, lldb-commits

Differential Revision: https://reviews.llvm.org/D48801

llvm-svn: 336200
lldb/include/lldb/API/SBModule.h
lldb/include/lldb/API/SBTarget.h
lldb/packages/Python/lldbsuite/test/python_api/module_section/TestModuleAndSection.py
lldb/packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py
lldb/scripts/interface/SBModule.i
lldb/scripts/interface/SBTarget.i
lldb/source/API/SBModule.cpp
lldb/source/API/SBTarget.cpp