Home
last modified time | relevance | path

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

/php-src/sapi/phpdbg/
H A Dphpdbg_bp.c34 static inline phpdbg_breakbase_t *phpdbg_find_breakpoint_opcode(uint8_t);
1012 static inline phpdbg_breakbase_t *phpdbg_find_breakpoint_opcode(uint8_t opcode) /* {{{ */ in phpdbg_find_breakpoint_opcode() function
1175 …if ((PHPDBG_G(flags) & PHPDBG_HAS_OPCODE_BP) && (base = phpdbg_find_breakpoint_opcode(execute_data… in phpdbg_find_breakpoint()

Completed in 13 milliseconds