Searched refs:PHPDBG_HAS_SYM_BP (Results 1 – 2 of 2) sorted by relevance
128 #define PHPDBG_HAS_SYM_BP (1ULL<<3) macro170 #define PHPDBG_BP_MASK (PHPDBG_HAS_FILE_BP | PHPDBG_HAS_SYM_BP | PHPDBG_HAS_METHOD_B…
418 PHPDBG_G(flags) |= PHPDBG_HAS_SYM_BP; in phpdbg_set_breakpoint_symbol()1161 if (PHPDBG_G(flags) & (PHPDBG_HAS_METHOD_BP|PHPDBG_HAS_SYM_BP)) { in phpdbg_find_breakpoint()1449 case PHPDBG_BREAK_SYM: if ((PHPDBG_G(flags) & PHPDBG_HAS_SYM_BP)) { in phpdbg_print_breakpoints()
Completed in 10 milliseconds