summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/interface
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/scripts/Python/interface')
-rw-r--r--lldb/scripts/Python/interface/SBModule.i3
-rw-r--r--lldb/scripts/Python/interface/SBSection.i5
2 files changed, 6 insertions, 2 deletions
diff --git a/lldb/scripts/Python/interface/SBModule.i b/lldb/scripts/Python/interface/SBModule.i
index 466fcfad796..b85b8965024 100644
--- a/lldb/scripts/Python/interface/SBModule.i
+++ b/lldb/scripts/Python/interface/SBModule.i
@@ -31,7 +31,8 @@ and rich comparion methods which allow the API program to use,
if thisModule == thatModule:
print 'This module is the same as that module'
-to test module equality."
+to test module equality. A module also contains object file sections, namely
+SBSection. SBModule supports section iteration through section_iter()."
) SBModule;
class SBModule
{
diff --git a/lldb/scripts/Python/interface/SBSection.i b/lldb/scripts/Python/interface/SBSection.i
index a206b34b3cf..990a7053f5f 100644
--- a/lldb/scripts/Python/interface/SBSection.i
+++ b/lldb/scripts/Python/interface/SBSection.i
@@ -10,7 +10,10 @@
namespace lldb {
%feature("docstring",
-"Represents an executable image section."
+"Represents an executable image section.
+
+SBSection supports iteration through its subsection, represented as SBSection
+as well."
) SBSection;
class SBSection
OpenPOWER on IntegriCloud