2007-08-29 Michael Snyder <msnyder@access-company.com>

* event-top.c (gdb_readline2): Return after EOF.
This commit is contained in:
Michael Snyder 2007-08-29 22:04:15 +00:00
parent d8faab4eaa
commit 13ce713376
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2007-08-29 Michael Snyder <msnyder@access-company.com>
* event-top.c (gdb_readline2): Return after EOF.
2007-08-29 Joel Brobecker <brobecker@adacore.com>
* symtab.c: Remove a function that has been commented out 3 years ago.

View File

@ -863,6 +863,7 @@ gdb_readline2 (gdb_client_data client_data)
break;
xfree (result);
(*input_handler) (0);
return;
}
if (c == '\n')