We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b2eee5 commit 3511388Copy full SHA for 3511388
lldb/bindings/interface/SBSectionDocstrings.i
@@ -4,7 +4,7 @@
4
SBSection supports iteration through its subsection, represented as SBSection
5
as well. For example, ::
6
7
- for sec in exe_module:
+ for sec in exe_module.section_iter():
8
if sec.GetName() == '__TEXT':
9
print sec
10
break
0 commit comments