diff options
author | Greg Clayton <gclayton@apple.com> | 2011-09-24 01:37:21 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2011-09-24 01:37:21 +0000 |
commit | f644ddf4296ab0d1b1b1bf242086147a119431b4 (patch) | |
tree | c8a384eeb1ca116a28fef8f549db65acb82f2f93 /lldb/scripts/Python | |
parent | e96273e75dd75f8bf5e05a94cabeaa670c88619d (diff) | |
download | bcm5719-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.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 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); |