From 740c86bcbd578c59d455b9ec831108b03808e912 Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Sun, 19 Apr 2015 12:53:06 +0200 Subject: Stabilize watchpoints --- sapi/phpdbg/phpdbg.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sapi/phpdbg/phpdbg.h') diff --git a/sapi/phpdbg/phpdbg.h b/sapi/phpdbg/phpdbg.h index 5fe35674e9..c636a7c791 100644 --- a/sapi/phpdbg/phpdbg.h +++ b/sapi/phpdbg/phpdbg.h @@ -248,6 +248,7 @@ ZEND_BEGIN_MODULE_GLOBALS(phpdbg) zend_llist watchlist_mem; /* triggered watchpoints */ zend_bool watchpoint_hit; /* a watchpoint was hit */ void (*original_free_function)(void *); /* the original AG(mm_heap)->_free function */ + phpdbg_watchpoint_t *watch_tmp; /* temporary pointer for a watchpoint */ char *exec; /* file to execute */ size_t exec_len; /* size of exec */ -- cgit v1.2.1