diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2015-04-19 12:53:06 +0200 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2015-04-19 12:53:29 +0200 |
commit | 740c86bcbd578c59d455b9ec831108b03808e912 (patch) | |
tree | 02b8c16abaed720069b96b24587cabefb366dd55 /sapi/phpdbg/phpdbg.h | |
parent | 4eb375320e33f031d9d2aab2e46c384eb16a5da8 (diff) | |
download | php-git-740c86bcbd578c59d455b9ec831108b03808e912.tar.gz |
Stabilize watchpoints
Diffstat (limited to 'sapi/phpdbg/phpdbg.h')
-rw-r--r-- | sapi/phpdbg/phpdbg.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |