mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-05 23:26:51 +08:00
2007-08-21 Chris Smith <chris.smith@st.com>
* cli/cli-script.c (read_command_lines): Call dont_repeat for each line.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2007-08-21 Chris Smith <chris.smith@st.com>
|
||||
|
||||
* cli/cli-script.c (read_command_lines): Call dont_repeat for each
|
||||
line.
|
||||
|
||||
2007-08-18 Michael Snyder <msnyder@svkmacdonelllnx>
|
||||
|
||||
* stabsread.c (dbx_lookup_type): Memory leak.
|
||||
|
@ -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. */
|
||||
|
Reference in New Issue
Block a user