Home
last modified time | relevance | path

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

/php-src/sapi/phpdbg/
H A Dphpdbg_watch.c238 static void phpdbg_change_watchpoint_access(phpdbg_watchpoint_t *watch, int access) { in phpdbg_change_watchpoint_access() function
274 phpdbg_change_watchpoint_access(watch, PROT_READ); in phpdbg_activate_watchpoint()
278 phpdbg_change_watchpoint_access(watch, PROT_READ | PROT_WRITE); in phpdbg_deactivate_watchpoint()

Completed in 7 milliseconds