summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg.h
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2015-04-19 12:53:06 +0200
committerBob Weinand <bobwei9@hotmail.com>2015-04-19 12:53:29 +0200
commit740c86bcbd578c59d455b9ec831108b03808e912 (patch)
tree02b8c16abaed720069b96b24587cabefb366dd55 /sapi/phpdbg/phpdbg.h
parent4eb375320e33f031d9d2aab2e46c384eb16a5da8 (diff)
downloadphp-git-740c86bcbd578c59d455b9ec831108b03808e912.tar.gz
Stabilize watchpoints
Diffstat (limited to 'sapi/phpdbg/phpdbg.h')
-rw-r--r--sapi/phpdbg/phpdbg.h1
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 */