summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/default-constructor/sb_section.py
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-10-03 22:43:06 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-10-03 22:43:06 +0000
commit524e4ccb4919c2ed508f0061396589001901102d (patch)
tree9695d9b6db79220d52aeb9b6eef4eb7a7c41fc4d /lldb/test/python_api/default-constructor/sb_section.py
parent97a8695fff3c53eac4e3b3f242275100eecf986f (diff)
downloadbcm5719-llvm-524e4ccb4919c2ed508f0061396589001901102d.tar.gz
bcm5719-llvm-524e4ccb4919c2ed508f0061396589001901102d.zip
Add fuzz call for sub-section iteration for SBSection.
llvm-svn: 141041
Diffstat (limited to 'lldb/test/python_api/default-constructor/sb_section.py')
-rw-r--r--lldb/test/python_api/default-constructor/sb_section.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/python_api/default-constructor/sb_section.py b/lldb/test/python_api/default-constructor/sb_section.py
index df33338ac9d..6fc788296dd 100644
--- a/lldb/test/python_api/default-constructor/sb_section.py
+++ b/lldb/test/python_api/default-constructor/sb_section.py
@@ -18,3 +18,5 @@ def fuzz_obj(obj):
obj.GetSectionData(1000, 100)
obj.GetSectionType()
obj.GetDescription(lldb.SBStream())
+ for subsec in obj:
+ print subsec
OpenPOWER on IntegriCloud