Home
last modified time | relevance | path

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

/qemu/accel/tcg/
H A Dcpu-exec.c348 bool match_bp = false; in check_for_breakpoints_slow() local
351 match_bp = true; in check_for_breakpoints_slow()
358 match_bp = tcg_ops->debug_check_breakpoint(cpu); in check_for_breakpoints_slow()
362 if (match_bp) { in check_for_breakpoints_slow()