summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/interface/SBSection.i
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2013-06-13 21:23:23 +0000
committerGreg Clayton <gclayton@apple.com>2013-06-13 21:23:23 +0000
commit1d4c540688dbd7033485d41aa3ad064c106f3893 (patch)
treee0f53539a6537f8b83244d5553bcbfa5529c7fa9 /lldb/scripts/Python/interface/SBSection.i
parent4f35da77a6f7da332f9e2f2e0016230df4e78661 (diff)
downloadbcm5719-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/SBSection.i')
-rw-r--r--lldb/scripts/Python/interface/SBSection.i3
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
OpenPOWER on IntegriCloud