Searched refs:PHPDBG_BREAK_OPCODE (Results 1 – 4 of 4) sorted by relevance
/php-src/sapi/phpdbg/ |
H A D | phpdbg_bp.h | 29 #define PHPDBG_BREAK_OPCODE 6 macro
|
H A D | phpdbg_bp.c | 182 case PHPDBG_BREAK_OPCODE: { in phpdbg_export_breakpoints_to_string() 789 if (zend_hash_index_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE], hash)) { in phpdbg_set_breakpoint_opcode() 794 PHPDBG_BREAK_INIT(new_break, PHPDBG_BREAK_OPCODE); in phpdbg_set_breakpoint_opcode() 798 …zend_hash_index_update_mem(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE], hash, &new_break, sizeof(phpdbg_bre… in phpdbg_set_breakpoint_opcode() 803 PHPDBG_BREAK_MAPPING(new_break.id, &PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE]); in phpdbg_set_breakpoint_opcode() 1020 …return zend_hash_index_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE], zend_hash_func(opname, strlen(… in phpdbg_find_breakpoint_opcode() 1263 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE]); in phpdbg_clear_breakpoints() 1344 case PHPDBG_BREAK_OPCODE: { in phpdbg_print_breakpoint() 1653 case PHPDBG_BREAK_OPCODE: if (PHPDBG_G(flags) & PHPDBG_HAS_OPCODE_BP) { in phpdbg_print_breakpoints() 1658 ZEND_HASH_MAP_FOREACH_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE], brake) { in phpdbg_print_breakpoints()
|
H A D | phpdbg_info.c | 55 phpdbg_print_breakpoints(PHPDBG_BREAK_OPCODE); in PHPDBG_INFO()
|
H A D | phpdbg.c | 161 zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE], 8, NULL, php_phpdbg_destroy_bp_opcode, 0); in PHP_MINIT_FUNCTION() 798 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE]); in php_sapi_phpdbg_deactivate()
|
Completed in 32 milliseconds