Searched refs:phpdbg_watchpoint_segfault_handler (Results 1 – 4 of 4) sorted by relevance
84 int phpdbg_watchpoint_segfault_handler(siginfo_t *info, void *context TSRMLS_DC);86 int phpdbg_watchpoint_segfault_handler(void *addr TSRMLS_DC);
36 …if (phpdbg_watchpoint_segfault_handler((void *)xr->ExceptionInformation[1] TSRMLS_CC) == SUCCESS) { in phpdbg_exception_handler_win32()
504 int phpdbg_watchpoint_segfault_handler(void *addr TSRMLS_DC) { function506 int phpdbg_watchpoint_segfault_handler(siginfo_t *info, void *context TSRMLS_DC) {
917 is_handled = phpdbg_watchpoint_segfault_handler(info, context TSRMLS_CC);
Completed in 15 milliseconds