mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
- More work on file:line breakpoint
This commit is contained in:
commit
23cfc8ed35
6 changed files with 115 additions and 27 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue