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

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Di386-nat.c179 /* Types of operations supported by i386_handle_nonaligned_watchpoint. */
211 static int i386_handle_nonaligned_watchpoint (i386_wp_op_t what,
436 i386_handle_nonaligned_watchpoint (i386_wp_op_t what, CORE_ADDR addr, int len, function
482 Invalid value %d of operation in i386_handle_nonaligned_watchpoint.\n",
515 retval = i386_handle_nonaligned_watchpoint (WP_INSERT, addr, len, type);
539 retval = i386_handle_nonaligned_watchpoint (WP_REMOVE, addr, len, type);
563 nregs = i386_handle_nonaligned_watchpoint (WP_COUNT, addr, len, hw_write);

Completed in 112 milliseconds