diff options
-rw-r--r-- | lldb/test/python_api/default-constructor/sb_target.py | 2 |
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 |