Browse Source

Fixed too many args to putc_unfiltered.

gdb-4_18-branch
Thomas Lord 33 years ago
parent
commit
eb279da1db
  1. 9
      gdb/ChangeLog

9
gdb/ChangeLog

@ -1,3 +1,7 @@
Tue Nov 9 12:48:06 1993 Tom Lord (lord@cygnus.com)
* remote-hms.c (hms_wait): fixed too many arguments to putc_unfiltered.
Tue Nov 9 12:20:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
* utils.c (quit): Also call gdb_flush on standard output and error.
@ -147,6 +151,11 @@ Tue Nov 2 16:28:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
"set shell" rather than having "set env SHELL" affect GDB's
operation.
Tue Nov 2 15:03:08 1993 Tom Lord (lord@rtl.cygnus.com)
* utils.c (vfprintf_unfiltered): don't use maybe_filtered
since it involves a fixed size buffer.
Tue Nov 2 13:42:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
* findvar.c (value_of_register, value_from_register),

Loading…
Cancel
Save