forked from OSchip/llvm-project
Add fuzz call for watchpoint location iterator, too.
llvm-svn: 141036
This commit is contained in:
parent
b92574ffb9
commit
8c3dc3d0fd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue