Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.h160 #define PHPDBG_HAS_OPCODE_BP (1ULL<<7) macro
205 …HPDBG_HAS_METHOD_BP | PHPDBG_HAS_OPLINE_BP | PHPDBG_HAS_COND_BP | PHPDBG_HAS_OPCODE_BP | PHPDBG_HA…
H A Dphpdbg_bp.c803 PHPDBG_G(flags) |= PHPDBG_HAS_OPCODE_BP; in phpdbg_set_breakpoint_opcode()
1182 …if ((PHPDBG_G(flags) & PHPDBG_HAS_OPCODE_BP) && (base = phpdbg_find_breakpoint_opcode(execute_data… in phpdbg_find_breakpoint()
1662 case PHPDBG_BREAK_OPCODE: if (PHPDBG_G(flags) & PHPDBG_HAS_OPCODE_BP) { in phpdbg_print_breakpoints()

Completed in 9 milliseconds