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.
2 parents b7dca04 + 3511388 commit a3521e4Copy full SHA for a3521e4
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