Searched refs:i386_show_dr (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Di386-nat.c252 i386_show_dr (const char *func, CORE_ADDR addr, function
524 i386_show_dr ("insert_watchpoint", addr, len, type);
548 i386_show_dr ("remove_watchpoint", addr, len, type);
593 i386_show_dr ("watchpoint_hit", addr, -1, hw_write);
597 i386_show_dr ("stopped_data_addr", 0, 0, hw_write);
621 i386_show_dr ("stopped_by_hwbp", 0, 0, hw_execute);
641 i386_show_dr ("insert_hwbp", addr, 1, hw_execute);
656 i386_show_dr ("remove_hwbp", addr, 1, hw_execute);

Completed in 110 milliseconds