From 1d4c540688dbd7033485d41aa3ad064c106f3893 Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Thu, 13 Jun 2013 21:23:23 +0000 Subject: Added a SBSection::GetParent() to the API. llvm-svn: 183948 --- lldb/scripts/Python/interface/SBSection.i | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lldb/scripts/Python') 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 @@ -53,6 +53,9 @@ public: const char * GetName (); + lldb::SBSection + GetParent(); + lldb::SBSection FindSubSection (const char *sect_name); -- cgit v1.2.3