Home
last modified time | relevance | path

Searched refs:hw_write (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
HDi386-nat.c326 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()
HDbreakpoint.h220 hw_write = 0, /* Common HW watchpoint */ enumerator
HDbreakpoint.c1855 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()
HDremote.c8157 case hw_write: in watchpoint_to_Z_packet()
/dragonfly/contrib/gdb-7/gdb/python/
HDpy-breakpoint.c70 { "WP_WRITE", hw_write},
595 int access_type = hw_write; in bppy_init()
636 if (access_type == hw_write) in bppy_init()