Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_bp.c51 #define PHPDBG_BREAK_MAPPING(id, table) _phpdbg_break_mapping(id, table) macro
314 PHPDBG_BREAK_MAPPING(new_break.id, broken); in phpdbg_set_breakpoint_file()
374 PHPDBG_BREAK_MAPPING(brake->id, master); in phpdbg_resolve_pending_file_break_ex()
430 PHPDBG_BREAK_MAPPING(new_break.id, &PHPDBG_G(bp)[PHPDBG_BREAK_SYM]); in phpdbg_set_breakpoint_symbol()
473 PHPDBG_BREAK_MAPPING(new_break.id, class_table); in phpdbg_set_breakpoint_method()
497 PHPDBG_BREAK_MAPPING(new_break.id, &PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE]); in phpdbg_set_breakpoint_opline()
689 PHPDBG_BREAK_MAPPING(new_break.id, method_table); in phpdbg_set_breakpoint_method_opline()
733 PHPDBG_BREAK_MAPPING(new_break.id, func_table); in phpdbg_set_breakpoint_function_opline()
779 PHPDBG_BREAK_MAPPING(new_break.id, file_table); in phpdbg_set_breakpoint_file_opline()
806 PHPDBG_BREAK_MAPPING(new_break.id, &PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE]); in phpdbg_set_breakpoint_opcode()
[all …]

Completed in 9 milliseconds