summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2011-09-24 01:37:21 +0000
committerGreg Clayton <gclayton@apple.com>2011-09-24 01:37:21 +0000
commitf644ddf4296ab0d1b1b1bf242086147a119431b4 (patch)
treec8a384eeb1ca116a28fef8f549db65acb82f2f93 /lldb/scripts/Python
parente96273e75dd75f8bf5e05a94cabeaa670c88619d (diff)
downloadbcm5719-llvm-f644ddf4296ab0d1b1b1bf242086147a119431b4.tar.gz
bcm5719-llvm-f644ddf4296ab0d1b1b1bf242086147a119431b4.zip
Fixed build issues after recent checkin.
Added the ability to get the name of the SBSection. llvm-svn: 140444
Diffstat (limited to 'lldb/scripts/Python')
-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 27b329e7855..a206b34b3cf 100644
--- a/lldb/scripts/Python/interface/SBSection.i
+++ b/lldb/scripts/Python/interface/SBSection.i
@@ -26,6 +26,9 @@ public:
bool
IsValid () const;
+ const char *
+ GetName ();
+
lldb::SBSection
FindSubSection (const char *sect_name);
OpenPOWER on IntegriCloud