diff options
author | Greg Clayton <gclayton@apple.com> | 2013-06-13 21:23:23 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2013-06-13 21:23:23 +0000 |
commit | 1d4c540688dbd7033485d41aa3ad064c106f3893 (patch) | |
tree | e0f53539a6537f8b83244d5553bcbfa5529c7fa9 /lldb/scripts/Python/interface | |
parent | 4f35da77a6f7da332f9e2f2e0016230df4e78661 (diff) | |
download | bcm5719-llvm-1d4c540688dbd7033485d41aa3ad064c106f3893.tar.gz bcm5719-llvm-1d4c540688dbd7033485d41aa3ad064c106f3893.zip |
Added a SBSection::GetParent() to the API.
llvm-svn: 183948
Diffstat (limited to 'lldb/scripts/Python/interface')
-rw-r--r-- | lldb/scripts/Python/interface/SBSection.i | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/scripts/Python/interface/SBSection.i b/lldb/scripts/Python/interface/SBSection.i index cf41bdf2038..5bbf9ee10d5 100644 --- a/lldb/scripts/Python/interface/SBSection.i +++ b/lldb/scripts/Python/interface/SBSection.i @@ -54,6 +54,9 @@ public: GetName (); lldb::SBSection + GetParent(); + + lldb::SBSection FindSubSection (const char *sect_name); size_t |