mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 10:58:11 +08:00
Add fuzz call for watchpoint location iterator, too.
llvm-svn: 141036
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user