aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1994-01-07 19:45:45 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1994-01-07 19:45:45 +0000
commit17d059d413c79a6e4b4bf0cd4524287005b16464 (patch)
tree0e3a94f012fb429619fc3279132a94be56ae240a /gdb/ChangeLog
parentd1463af1d1218ce56c464c0ddd2f48eb19e70d6c (diff)
downloadgdb-17d059d413c79a6e4b4bf0cd4524287005b16464.zip
gdb-17d059d413c79a6e4b4bf0cd4524287005b16464.tar.gz
gdb-17d059d413c79a6e4b4bf0cd4524287005b16464.tar.bz2
* utils.c (print_sys_errmsg): Call gdb_flush (gdb_stdout) before
printing to gdb_stderr. * remote-udi.c (udi_kill): Don't close the connection, just set inferior_pid to zero. (udi_mourn): Call remove_breakpoints. * remote-udi.c: Remove obsolete need_artificial_traps comment.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 49d1201..3974196 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,14 @@
Fri Jan 7 12:55:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
+ * utils.c (print_sys_errmsg): Call gdb_flush (gdb_stdout) before
+ printing to gdb_stderr.
+
+ * remote-udi.c (udi_kill): Don't close the connection, just set
+ inferior_pid to zero.
+ (udi_mourn): Call remove_breakpoints.
+
+ * remote-udi.c: Remove obsolete need_artificial_traps comment.
+
* i386b-nat.c (sregmap): If sEAX, etc., not defined, use tEAX, etc.
Thu Jan 6 07:17:53 1994 Jim Kingdon (kingdon@deneb.cygnus.com)