forked from Imagelibrary/binutils-gdb
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>
|
2007-08-18 Michael Snyder <msnyder@svkmacdonelllnx>
|
||||||
|
|
||||||
* stabsread.c (dbx_lookup_type): Memory leak.
|
* stabsread.c (dbx_lookup_type): Memory leak.
|
||||||
|
|||||||
@@ -1067,6 +1067,7 @@ read_command_lines (char *prompt_arg, int from_tty)
|
|||||||
|
|
||||||
while (1)
|
while (1)
|
||||||
{
|
{
|
||||||
|
dont_repeat ();
|
||||||
val = read_next_line (&next);
|
val = read_next_line (&next);
|
||||||
|
|
||||||
/* Ignore blank lines or comments. */
|
/* Ignore blank lines or comments. */
|
||||||
|
|||||||
Reference in New Issue
Block a user