summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_frame.h
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2016-09-28 13:26:08 +0200
committerBob Weinand <bobwei9@hotmail.com>2016-09-28 13:26:08 +0200
commite5d75d72688fb047ab1dbc7b19e51fe4a3dc0fc9 (patch)
tree19b723c8d4c4b71c7a1e697148527dc7b52e5534 /sapi/phpdbg/phpdbg_frame.h
parent21f0be4792f60d303ddd025803ac647620b2a8f1 (diff)
downloadphp-git-e5d75d72688fb047ab1dbc7b19e51fe4a3dc0fc9.tar.gz
Add phpdbg generator command
Diffstat (limited to 'sapi/phpdbg/phpdbg_frame.h')
-rw-r--r--sapi/phpdbg/phpdbg_frame.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sapi/phpdbg/phpdbg_frame.h b/sapi/phpdbg/phpdbg_frame.h
index 237848c29b..d0baf4b2e0 100644
--- a/sapi/phpdbg/phpdbg_frame.h
+++ b/sapi/phpdbg/phpdbg_frame.h
@@ -23,8 +23,10 @@
#include "TSRM.h"
+zend_string *phpdbg_compile_stackframe(zend_execute_data *);
void phpdbg_restore_frame(void);
void phpdbg_switch_frame(int);
void phpdbg_dump_backtrace(size_t);
+void phpdbg_open_generator_frame(zend_generator *);
#endif /* PHPDBG_FRAME_H */