commit | 980c7500ca60ce7ee0917ea77bc9bb4563950c57 | [log] [tgz] |
---|---|---|
author | Greg Clayton <gclayton@apple.com> | Sat Sep 24 01:37:21 2011 +0000 |
committer | Greg Clayton <gclayton@apple.com> | Sat Sep 24 01:37:21 2011 +0000 |
tree | 3f8e8d6f8fc9daad0350e02d0cbbb90b1a04b3d1 | |
parent | 432efbc61170e508ef4424e4f87709ad279b6a1c [diff] |
Fixed build issues after recent checkin. Added the ability to get the name of the SBSection. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@140444 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/scripts/Python/interface/SBSection.i b/scripts/Python/interface/SBSection.i index 27b329e..a206b34 100644 --- a/scripts/Python/interface/SBSection.i +++ b/scripts/Python/interface/SBSection.i
@@ -26,6 +26,9 @@ bool IsValid () const; + const char * + GetName (); + lldb::SBSection FindSubSection (const char *sect_name);