]> granicus.if.org Git - php/commitdiff
fix command structure
authorkrakjoe <joe.watkins@live.co.uk>
Sun, 13 Apr 2014 10:17:04 +0000 (11:17 +0100)
committerkrakjoe <joe.watkins@live.co.uk>
Sun, 13 Apr 2014 10:17:04 +0000 (11:17 +0100)
phpdbg_watch.h

index b5aba3c23cd320986f4ed55d1817ef903ee5208f..7c3a160034c14a4f094cc2d8dfe104afa592e612 100644 (file)
@@ -45,6 +45,7 @@ static const phpdbg_command_t phpdbg_watch_commands[] = {
        PHPDBG_COMMAND_D_EX(array,      "create watchpoint on an array", 'a', watch_array,     NULL, "s"),
        PHPDBG_COMMAND_D_EX(delete,     "delete watchpoint",             'd', watch_delete,    NULL, "s"),
        PHPDBG_COMMAND_D_EX(recursive,  "create recursive watchpoints",  'r', watch_recursive, NULL, "s"),
+       PHPDBG_END_COMMAND
 };
 
 /* Watchpoint functions/typedefs */