Searched refs:watchpoint_hit (Results 1 – 2 of 2) sorted by relevance
261 bool watchpoint_hit; /* a watchpoint was hit */ variable
163 PHPDBG_G(watchpoint_hit) = 1; in phpdbg_print_watch_diff()766 PHPDBG_G(watchpoint_hit) = 1;1042 PHPDBG_G(watchpoint_hit) = 1;1198 ret = PHPDBG_G(watchpoint_hit) ? SUCCESS : FAILURE;1199 PHPDBG_G(watchpoint_hit) = 0;1479 PHPDBG_G(watchpoint_hit) = false;
Completed in 13 milliseconds