Searched refs:PHPDBG_BREAK_MAPPING (Results 1 – 1 of 1) sorted by relevance
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_bp.c | 48 #define PHPDBG_BREAK_MAPPING(id, table) _phpdbg_break_mapping(id, table) macro 311 PHPDBG_BREAK_MAPPING(new_break.id, broken); in phpdbg_set_breakpoint_file() 371 PHPDBG_BREAK_MAPPING(brake->id, master); in phpdbg_resolve_pending_file_break_ex() 427 PHPDBG_BREAK_MAPPING(new_break.id, &PHPDBG_G(bp)[PHPDBG_BREAK_SYM]); in phpdbg_set_breakpoint_symbol() 470 PHPDBG_BREAK_MAPPING(new_break.id, class_table); in phpdbg_set_breakpoint_method() 494 PHPDBG_BREAK_MAPPING(new_break.id, &PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE]); in phpdbg_set_breakpoint_opline() 686 PHPDBG_BREAK_MAPPING(new_break.id, method_table); in phpdbg_set_breakpoint_method_opline() 730 PHPDBG_BREAK_MAPPING(new_break.id, func_table); in phpdbg_set_breakpoint_function_opline() 776 PHPDBG_BREAK_MAPPING(new_break.id, file_table); in phpdbg_set_breakpoint_file_opline() 803 PHPDBG_BREAK_MAPPING(new_break.id, &PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE]); in phpdbg_set_breakpoint_opcode() [all …]
|
Completed in 7 milliseconds