From f429d7d03d62ba2816db1701f3b4d6d49a93b36f Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Tue, 21 Aug 2007 13:35:00 +0000 Subject: 2007-08-21 Chris Smith * cli/cli-script.c (read_command_lines): Call dont_repeat for each line. --- gdb/cli/cli-script.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/cli') diff --git a/gdb/cli/cli-script.c b/gdb/cli/cli-script.c index 5916008..503ce31 100644 --- a/gdb/cli/cli-script.c +++ b/gdb/cli/cli-script.c @@ -1067,6 +1067,7 @@ read_command_lines (char *prompt_arg, int from_tty) while (1) { + dont_repeat (); val = read_next_line (&next); /* Ignore blank lines or comments. */ -- cgit v1.1