]> granicus.if.org Git - php/commitdiff
Merge branch 'master' of github.com:krakjoe/phpdbg
authorFelipe Pena <felipensp@gmail.com>
Mon, 18 Nov 2013 00:56:07 +0000 (22:56 -0200)
committerFelipe Pena <felipensp@gmail.com>
Mon, 18 Nov 2013 00:56:07 +0000 (22:56 -0200)
1  2 
phpdbg_prompt.c

diff --cc phpdbg_prompt.c
index 583549c4a5a5e177d58e1bf110abd96d0e33d224,96645f54f664da8ae3aa6bf728c898ebe561d181..058f3de6ab483522374efd388e93a6b3b1226b53
@@@ -64,10 -64,10 +64,10 @@@ static const phpdbg_command_t phpdbg_pr
        PHPDBG_COMMAND_D(next,    "continue execution",                       'n', NULL, 0),
        PHPDBG_COMMAND_D(run,     "attempt execution",                        'r', NULL, 0),
        PHPDBG_COMMAND_D(eval,    "evaluate some code",                       'E', NULL, 1),
-       PHPDBG_COMMAND_D(until,   "continue until reaches next line",         'u', NULL, 0),
+       PHPDBG_COMMAND_D(until,   "continue past the current line",           'u', NULL, 0),
        PHPDBG_COMMAND_D(finish,  "continue past the end of the stack",       'f', NULL, 0),
        PHPDBG_COMMAND_D(leave,   "continue until the end of the stack",      'L', NULL, 0),
 -      PHPDBG_COMMAND_D(print,   "print something",                          'p', phpdbg_print_commands, 1),
 +      PHPDBG_COMMAND_D(print,   "print something",                          'p', phpdbg_print_commands, 2),
        PHPDBG_COMMAND_D(break,   "set breakpoint",                           'b', phpdbg_break_commands, 1),
        PHPDBG_COMMAND_D(back,    "show trace",                               't', NULL, 0),
        PHPDBG_COMMAND_D(list,    "lists some code",                          'l', phpdbg_list_commands, 2),