Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.h157 #define PHPDBG_HAS_OPLINE_BP (1ULL<<4) macro
205 … (PHPDBG_HAS_FILE_BP | PHPDBG_HAS_SYM_BP | PHPDBG_HAS_METHOD_BP | PHPDBG_HAS_OPLINE_BP | PHPDBG_HA…
H A Dphpdbg_bp.c487 PHPDBG_G(flags) |= PHPDBG_HAS_OPLINE_BP; in phpdbg_set_breakpoint_opline()
532 PHPDBG_G(flags) |= PHPDBG_HAS_OPLINE_BP; in phpdbg_resolve_op_array_break()
814 PHPDBG_G(flags) |= PHPDBG_HAS_OPLINE_BP; in phpdbg_set_breakpoint_opline_ex()
1178 …if ((PHPDBG_G(flags) & PHPDBG_HAS_OPLINE_BP) && (base = phpdbg_find_breakpoint_opline((phpdbg_opli… in phpdbg_find_breakpoint()
1233 PHPDBG_G(flags) &= PHPDBG_HAS_OPLINE_BP; in phpdbg_delete_breakpoint()
1516 case PHPDBG_BREAK_OPLINE: if ((PHPDBG_G(flags) & PHPDBG_HAS_OPLINE_BP)) { in phpdbg_print_breakpoints()

Completed in 11 milliseconds