diff options
author | John Gilmore <gnu@cygnus> | 1991-12-05 02:26:45 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-12-05 02:26:45 +0000 |
commit | 3c7cc3b70e09a3747bf0173a228314bd1c21c3b1 (patch) | |
tree | 6d8699b375f6a8dd02372a407616393932d70b57 /gdb | |
parent | 8b5b6fae67a4183c7f43080b84023e89d56d7884 (diff) | |
download | gdb-3c7cc3b70e09a3747bf0173a228314bd1c21c3b1.zip gdb-3c7cc3b70e09a3747bf0173a228314bd1c21c3b1.tar.gz gdb-3c7cc3b70e09a3747bf0173a228314bd1c21c3b1.tar.bz2 |
* main.c (input_from_terminal_p): Check whether GDB has a terminal at all.
(initialize_main): Revise doc for `set editing'.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3db034b..a5117bb 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 |