From: John Gilmore Date: Thu, 5 Dec 1991 02:26:45 +0000 (+0000) Subject: * main.c (input_from_terminal_p): Check whether GDB has a terminal at all. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=3c7cc3b70e09a3747bf0173a228314bd1c21c3b1;p=deliverable%2Fbinutils-gdb.git * main.c (input_from_terminal_p): Check whether GDB has a terminal at all. (initialize_main): Revise doc for `set editing'. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3db034b200..a5117bb531 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,14 @@ +Wed Dec 4 18:24:39 1991 John Gilmore (gnu at cygnus.com) + + * main.c (input_from_terminal_p): Check whether GDB has a + terminal at all. + (initialize_main): Revise doc for `set editing'. + +Wed Dec 4 15:36:39 1991 Fred Fish (fnf at cygnus.com) + + * dwarfread.c (struct_type): Handle structures and unions which + contain DIE's other than just member dies. + Wed Dec 4 01:59:05 1991 John Gilmore (gnu at cygnus.com) * symfile.c (reread_symbols): Avoid kludging mtime_set, now that