Home
last modified time | relevance | path

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

/openbmc/qemu/accel/tcg/
H A Dcpu-exec.c345 bool match_bp = false; in check_for_breakpoints_slow() local
348 match_bp = true; in check_for_breakpoints_slow()
355 match_bp = tcg_ops->debug_check_breakpoint(cpu); in check_for_breakpoints_slow()
359 if (match_bp) { in check_for_breakpoints_slow()