Searched refs:phpdbg_find_breakpoint_opcode (Results 1 – 1 of 1) sorted by relevance
34 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() function1175 …if ((PHPDBG_G(flags) & PHPDBG_HAS_OPCODE_BP) && (base = phpdbg_find_breakpoint_opcode(execute_data… in phpdbg_find_breakpoint()
Completed in 7 milliseconds