summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/default-constructor/sb_target.py
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-10-03 22:08:35 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-10-03 22:08:35 +0000
commit8c3dc3d0fd16f7bc486b7a06675c828fb0c5b7a5 (patch)
tree88c9e18787ff878383c3406e84a42df060ac4687 /lldb/test/python_api/default-constructor/sb_target.py
parentb92574ffb96b1940619a12dd6a4aef123ec9af57 (diff)
downloadbcm5719-llvm-8c3dc3d0fd16f7bc486b7a06675c828fb0c5b7a5.tar.gz
bcm5719-llvm-8c3dc3d0fd16f7bc486b7a06675c828fb0c5b7a5.zip
Add fuzz call for watchpoint location iterator, too.
llvm-svn: 141036
Diffstat (limited to 'lldb/test/python_api/default-constructor/sb_target.py')
-rw-r--r--lldb/test/python_api/default-constructor/sb_target.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/python_api/default-constructor/sb_target.py b/lldb/test/python_api/default-constructor/sb_target.py
index d7eab047693..6b7bf777a06 100644
--- a/lldb/test/python_api/default-constructor/sb_target.py
+++ b/lldb/test/python_api/default-constructor/sb_target.py
@@ -55,3 +55,5 @@ def fuzz_obj(obj):
print module
for bp in obj.breakpoint_iter():
print bp
+ for wp_loc in obj.watchpoint_location_iter():
+ print wp_loc
OpenPOWER on IntegriCloud