Searched refs:hw_write (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/contrib/gdb-7/gdb/ |
| HD | i386-nat.c | 326 type == hw_write ? "data-write" in i386_show_dr() 364 case hw_write: in i386_length_and_rw_bits() 674 WP_COUNT, addr, len, hw_write); in i386_region_ok_for_watchpoint() 747 i386_show_dr (state, "watchpoint_hit", addr, -1, hw_write); in i386_stopped_data_address() 751 i386_show_dr (state, "stopped_data_addr", 0, 0, hw_write); in i386_stopped_data_address()
|
| HD | breakpoint.h | 220 hw_write = 0, /* Common HW watchpoint */ enumerator
|
| HD | breakpoint.c | 1855 type = hw_write; in update_watchpoint() 11268 watch_command_1 (arg, hw_write, from_tty, 0, internal); in watch_command_wrapper() 11293 watch_maybe_just_location (arg, hw_write, from_tty); in watch_command()
|
| HD | remote.c | 8157 case hw_write: in watchpoint_to_Z_packet()
|
| /dragonfly/contrib/gdb-7/gdb/python/ |
| HD | py-breakpoint.c | 70 { "WP_WRITE", hw_write}, 595 int access_type = hw_write; in bppy_init() 636 if (access_type == hw_write) in bppy_init()
|