- More work on file:line breakpoint

This commit is contained in:
Felipe Pena 2013-11-10 13:11:56 -02:00
commit 23cfc8ed35
6 changed files with 115 additions and 27 deletions

View file

@ -72,7 +72,7 @@ int phpdbg_do_cmd(const phpdbg_command_t *command, char *cmd_line, size_t cmd_le
#define PHPDBG_COMMAND(name) \
int phpdbg_do_##name(const char *expr, size_t expr_len TSRMLS_DC)
void phpdbg_interactive(int argc, char **argv TSRMLS_DC);
int phpdbg_interactive(int argc, char **argv TSRMLS_DC);
void phpdbg_execute_ex(zend_execute_data *execute_data TSRMLS_DC);
#endif /* PHPDBG_PROMPT_H */