diff options
Diffstat (limited to 'lldb/scripts/Python/interface/SBSection.i')
-rw-r--r-- | lldb/scripts/Python/interface/SBSection.i | 5 |
1 files changed, 4 insertions, 1 deletions
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 |