Searched refs:phpdbg_watchpoint_segfault_handler (Results 1 – 4 of 4) sorted by relevance
94 int phpdbg_watchpoint_segfault_handler(siginfo_t *info, void *context);96 int phpdbg_watchpoint_segfault_handler(void *addr);
35 if (phpdbg_watchpoint_segfault_handler((void *)xr->ExceptionInformation[1]) == SUCCESS) { in phpdbg_exception_handler_win32()
805 int phpdbg_watchpoint_segfault_handler(void *addr) { function807 int phpdbg_watchpoint_segfault_handler(siginfo_t *info, void *context) {
1274 is_handled = phpdbg_watchpoint_segfault_handler(info, context); in phpdbg_signal_handler()
Completed in 21 milliseconds