Home
last modified time | relevance | path

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

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_watch.h84 int phpdbg_watchpoint_segfault_handler(siginfo_t *info, void *context TSRMLS_DC);
86 int phpdbg_watchpoint_segfault_handler(void *addr TSRMLS_DC);
H A Dphpdbg_win.c36 …if (phpdbg_watchpoint_segfault_handler((void *)xr->ExceptionInformation[1] TSRMLS_CC) == SUCCESS) { in phpdbg_exception_handler_win32()
H A Dphpdbg_watch.c504 int phpdbg_watchpoint_segfault_handler(void *addr TSRMLS_DC) { function
506 int phpdbg_watchpoint_segfault_handler(siginfo_t *info, void *context TSRMLS_DC) {
H A Dphpdbg.c917 is_handled = phpdbg_watchpoint_segfault_handler(info, context TSRMLS_CC);

Completed in 17 milliseconds