Home
last modified time | relevance | path

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

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_bp.c49 #define PHPDBG_BREAK_MAPPING(id, table) _phpdbg_break_mapping(id, table) macro
312 PHPDBG_BREAK_MAPPING(new_break.id, broken); in phpdbg_set_breakpoint_file()
372 PHPDBG_BREAK_MAPPING(brake->id, master); in phpdbg_resolve_pending_file_break_ex()
428 PHPDBG_BREAK_MAPPING(new_break.id, &PHPDBG_G(bp)[PHPDBG_BREAK_SYM]); in phpdbg_set_breakpoint_symbol()
471 PHPDBG_BREAK_MAPPING(new_break.id, class_table); in phpdbg_set_breakpoint_method()
495 PHPDBG_BREAK_MAPPING(new_break.id, &PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE]); in phpdbg_set_breakpoint_opline()
687 PHPDBG_BREAK_MAPPING(new_break.id, method_table); in phpdbg_set_breakpoint_method_opline()
731 PHPDBG_BREAK_MAPPING(new_break.id, func_table); in phpdbg_set_breakpoint_function_opline()
777 PHPDBG_BREAK_MAPPING(new_break.id, file_table); in phpdbg_set_breakpoint_file_opline()
804 PHPDBG_BREAK_MAPPING(new_break.id, &PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE]); in phpdbg_set_breakpoint_opcode()
[all …]

Completed in 7 milliseconds