Home
last modified time | relevance | path

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

/PHP-8.1/sapi/phpdbg/
H A Dphpdbg.h130 #define PHPDBG_HAS_FILE_BP (1ULL<<1) macro
174 #define PHPDBG_BP_MASK (PHPDBG_HAS_FILE_BP | PHPDBG_HAS_SYM_BP | PHPDBG_HAS_METHOD_B…
H A Dphpdbg_bp.c332 PHPDBG_G(flags) |= PHPDBG_HAS_FILE_BP; in phpdbg_set_breakpoint_file()
357 PHPDBG_G(flags) |= PHPDBG_HAS_FILE_BP; in phpdbg_resolve_pending_file_break_ex()
1157 …if ((PHPDBG_G(flags) & PHPDBG_HAS_FILE_BP) && (base = phpdbg_find_breakpoint_file(&execute_data->f… in phpdbg_find_breakpoint()
1477 case PHPDBG_BREAK_FILE: if ((PHPDBG_G(flags) & PHPDBG_HAS_FILE_BP)) { in phpdbg_print_breakpoints()

Completed in 9 milliseconds