Searched refs:watchpoint_hit (Results 1 – 2 of 2) sorted by relevance
265 zend_bool watchpoint_hit; /* a watchpoint was hit */ variable
155 PHPDBG_G(watchpoint_hit) = 1; in phpdbg_print_watch_diff()714 PHPDBG_G(watchpoint_hit) = 1;986 PHPDBG_G(watchpoint_hit) = 1;1127 ret = PHPDBG_G(watchpoint_hit) ? SUCCESS : FAILURE;1128 PHPDBG_G(watchpoint_hit) = 0;
Completed in 9 milliseconds