gdb/
[deliverable/binutils-gdb.git] / gdb / breakpoint.c
index 9bd8c6dd936c51f02a8d029b4801d201a09cbefc..2ed27036d9576f24469d06600213d45891e6b20c 100644 (file)
@@ -675,7 +675,7 @@ commands_command (char *arg, int from_tty)
        char *tmpbuf = xstrprintf ("Type commands for when breakpoint %d is hit, one per line.", 
                                 bnum);
        struct cleanup *cleanups = make_cleanup (xfree, tmpbuf);
-       l = read_command_lines (tmpbuf, from_tty);
+       l = read_command_lines (tmpbuf, from_tty, 1);
        do_cleanups (cleanups);
        free_command_lines (&b->commands);
        b->commands = l;
This page took 0.02421 seconds and 4 git commands to generate.