Searched refs:PHPDBG_BREAK_SYM (Results 1 – 5 of 5) sorted by relevance
/php-src/sapi/phpdbg/ |
H A D | phpdbg_bp.c | 145 case PHPDBG_BREAK_SYM: { in phpdbg_export_breakpoints_to_string() 415 if (!zend_hash_str_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], name, name_len)) { in phpdbg_set_breakpoint_symbol() 420 PHPDBG_BREAK_INIT(new_break, PHPDBG_BREAK_SYM); in phpdbg_set_breakpoint_symbol() 423 …zend_hash_str_update_mem(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], lcname, name_len, &new_break, sizeof(php… in phpdbg_set_breakpoint_symbol() 427 PHPDBG_BREAK_MAPPING(new_break.id, &PHPDBG_G(bp)[PHPDBG_BREAK_SYM]); in phpdbg_set_breakpoint_symbol() 974 brake = zend_hash_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], fname); in phpdbg_find_breakpoint_symbol() 979 return zend_hash_str_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], ZEND_STRL("main")); in phpdbg_find_breakpoint_symbol() 1258 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM]); in phpdbg_clear_breakpoints() 1296 case PHPDBG_BREAK_SYM: { in phpdbg_print_breakpoint() 1449 case PHPDBG_BREAK_SYM: if ((PHPDBG_G(flags) & PHPDBG_HAS_SYM_BP)) { in phpdbg_print_breakpoints() [all …]
|
H A D | phpdbg_bp.h | 25 #define PHPDBG_BREAK_SYM 2 macro
|
H A D | phpdbg_info.c | 48 phpdbg_print_breakpoints(PHPDBG_BREAK_SYM); in PHPDBG_INFO()
|
H A D | phpdbg.c | 156 zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], 8, NULL, php_phpdbg_destroy_bp_symbol, 0); in PHP_MINIT_FUNCTION() 367 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM]); in PHP_FUNCTION() 793 zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM]); in php_sapi_phpdbg_deactivate()
|
H A D | phpdbg_prompt.c | 1470 phpdbg_writeln("Functions %d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM])); in PHPDBG_COMMAND()
|
Completed in 20 milliseconds