summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg.h
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2015-04-21 12:31:43 +0200
committerBob Weinand <bobwei9@hotmail.com>2015-04-21 12:31:57 +0200
commitf83ee6a05d9b0213ba43831a5c55ad7992a825c0 (patch)
tree442021febad15273bce93a3264929c89ec88a19a /sapi/phpdbg/phpdbg.h
parentca76a86fe62ef87dc25905c5ca90244d9b84a81f (diff)
downloadphp-git-f83ee6a05d9b0213ba43831a5c55ad7992a825c0.tar.gz
Add next command / Fix recursion/exceptions with u/F/L
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 c636a7c791..6de6e9e2b8 100644
--- a/sapi/phpdbg/phpdbg.h
+++ b/sapi/phpdbg/phpdbg.h
@@ -232,6 +232,7 @@ ZEND_BEGIN_MODULE_GLOBALS(phpdbg)
HashTable bp[PHPDBG_BREAK_TABLES]; /* break points */
HashTable registered; /* registered */
HashTable seek; /* seek oplines */
+ zend_execute_data *seek_ex; /* call frame of oplines to seek to */
phpdbg_frame_t frame; /* frame */
uint32_t last_line; /* last executed line */