Searched refs:phpdbg_watchpoint_segfault_handler (Results 1 – 4 of 4) sorted by relevance
124 int phpdbg_watchpoint_segfault_handler(siginfo_t *info, void *context);126 int phpdbg_watchpoint_segfault_handler(void *addr);
35 if (phpdbg_watchpoint_segfault_handler((void *)xr->ExceptionInformation[1]) == SUCCESS) { in phpdbg_exception_handler_win32()
256 int phpdbg_watchpoint_segfault_handler(void *addr) { function258 int phpdbg_watchpoint_segfault_handler(siginfo_t *info, void *context) {
1291 is_handled = phpdbg_watchpoint_segfault_handler(info, context); in phpdbg_signal_handler()
Completed in 23 milliseconds