Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Di386-nat.c440 int max_wp_len = TARGET_HAS_DR_LEN_8 ? 8 : 4; in i386_handle_nonaligned_watchpoint() local
456 int align = addr % max_wp_len; in i386_handle_nonaligned_watchpoint()
459 int try = (len > max_wp_len ? (max_wp_len - 1) : len - 1); in i386_handle_nonaligned_watchpoint()