mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-21 00:15:13 +00:00
2007-08-29 Michael Snyder <msnyder@access-company.com>
* event-top.c (gdb_readline2): Return after EOF.
This commit is contained in:
parent
d8faab4eaa
commit
13ce713376
@ -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.
|
||||
|
@ -863,6 +863,7 @@ gdb_readline2 (gdb_client_data client_data)
|
||||
break;
|
||||
xfree (result);
|
||||
(*input_handler) (0);
|
||||
return;
|
||||
}
|
||||
|
||||
if (c == '\n')
|
||||
|
Loading…
x
Reference in New Issue
Block a user