Home
last modified time | relevance | path

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

/qemu/include/hw/core/
H A Dcpu.h1077 #define BP_WATCHPOINT_HIT_WRITE (BP_MEM_WRITE << BP_HIT_SHIFT) macro
/qemu/target/arm/
H A Ddebug_helper.c479 bool wnr = (wp_hit->flags & BP_WATCHPOINT_HIT_WRITE) != 0; in arm_debug_excp_handler()