Home
last modified time | relevance | path

Searched refs:bp_watchpoint (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Daarch64-nat.c77 || type == bp_access_watchpoint || type == bp_watchpoint) in aarch64_can_use_hw_breakpoint()
Dbreakpoint.c1928 || bpt->type == bp_watchpoint); in is_watchpoint()
2147 b->type = bp_watchpoint; in update_watchpoint()
2269 bp->type = bp_watchpoint; in update_watchpoint()
2300 if (type == bp_watchpoint) in update_watchpoint()
2352 loc_type = (b->type == bp_watchpoint? bp_loc_software_watchpoint in update_watchpoint()
2363 if (b->type == bp_watchpoint && !b->has_locations ()) in update_watchpoint()
4289 case bp_watchpoint: in breakpoint_init_inferior()
5406 if (b->type == bp_watchpoint) in bpstat_check_watchpoint()
5529 || b->type == bp_watchpoint) in bpstat_check_watchpoint()
6015 case bp_watchpoint: in bpstat_what()
[all …]
Dbreakpoint.h91 bp_watchpoint, /* Watchpoint */ enumerator
Darm-linux-nat.c667 || type == bp_access_watchpoint || type == bp_watchpoint) in can_use_hw_breakpoint()
Dppc-linux-nat.c2075 || type == bp_access_watchpoint || type == bp_watchpoint) in can_use_hw_breakpoint()
DChangeLog-19991024 * breakpoint.c (print_it_typical): Add output for bp_watchpoint,
1028 (mention): Add output for bp_watchpoint, bp_hardware_watchpoint,
DChangeLog-2008117 * breakpoint.c (update_watchpoint): Convert the bp_watchpoint and
DChangeLog-200931 bp_watchpoint before calling hw_watchpoint_used_count.
/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-breakpoint.c120 { "BP_WATCHPOINT", bp_watchpoint},
880 if (type == bp_watchpoint) in bppy_init_validate_args()
1035 case bp_watchpoint: in bppy_init()
1244 && bp->type != bp_watchpoint in gdbpy_breakpoint_created()
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git61769 return (type != bp_watchpoint && type != bp_catchpoint);