Searched refs:hw_write (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | i386-nat.c | 263 type == hw_write ? "data-write" in i386_show_dr() 298 case hw_write: in i386_length_and_rw_bits() 563 nregs = i386_handle_nonaligned_watchpoint (WP_COUNT, addr, len, hw_write); in i386_region_ok_for_watchpoint() 590 i386_show_dr ("watchpoint_hit", addr, -1, hw_write); in i386_stopped_data_address() 594 i386_show_dr ("stopped_data_addr", 0, 0, hw_write); in i386_stopped_data_address()
|
| H A D | breakpoint.h | 182 hw_write = 0, /* Common HW watchpoint */ enumerator
|
| H A D | breakpoint.c | 958 type = hw_write; in insert_bp_location() 1490 type = hw_write; in remove_breakpoint() 5992 watch_command_1 (arg, hw_write, from_tty); in watch_command()
|
| H A D | remote.c | 4539 case hw_write: in watchpoint_to_Z_packet()
|
| H A D | procfs.c | 5170 case hw_write: /* default watchpoint (write) */ in procfs_set_watchpoint()
|
| /freebsd-12.1/contrib/gdb/gdb/doc/ |
| H A D | gdbint.texinfo | 456 hw_write = 0, /* Common (write) HW watchpoint */
|