summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/module_section/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add a simple test TestModuleAndSection.py to exercise some ↵Johnny Chen2011-09-271-0/+128
module/section-related APIs. In particular, it iterates through the executable module's SBSections, looking for the '__TEXT' section and further iterates on its subsections (of SBSection type, too). llvm-svn: 140654
OpenPOWER on IntegriCloud