Home
last modified time | relevance | path

Searched refs:stepping (Results 1 – 4 of 4) sorted by relevance

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_set.h35 PHPDBG_SET(stepping);
H A Dphpdbg_set.c42 …PHPDBG_SET_COMMAND_D(stepping, "usage: set stepping [<line|op>]", 's', set_stepping, …
248 PHPDBG_SET(stepping) /* {{{ */ in PHPDBG_SET() argument
H A Dphpdbg_prompt.c950 zend_bool stepping = ((PHPDBG_G(flags) & PHPDBG_IS_STEPPING) == PHPDBG_IS_STEPPING); in PHPDBG_COMMAND() local
1010 if (stepping && !(PHPDBG_G(flags) & PHPDBG_IS_STEPONEVAL)) { in PHPDBG_COMMAND()
1767 goto stepping; in phpdbg_execute_ex()
1813 stepping: in phpdbg_execute_ex()
H A Dxml.md337 - stepping: @@ TODO (meaningless for now) @@
402 - steps by one line or opcode (as defined via set stepping) default is one line
563 - sets stepping to either opcode or line (so a step command will either advance one op or one line)

Completed in 13 milliseconds