aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-11-23 05:22:34 +0000
committerJohn Gilmore <gnu@cygnus>1991-11-23 05:22:34 +0000
commit378d8e737ca0813cffc0d759e24dbaa05775eca7 (patch)
tree84312d5aea4c8133a78ef8554c226ba61edf9202 /gdb
parente6e265ce3a710b8e819d11578eed1e9113c8d5b8 (diff)
downloadgdb-378d8e737ca0813cffc0d759e24dbaa05775eca7.zip
gdb-378d8e737ca0813cffc0d759e24dbaa05775eca7.tar.gz
gdb-378d8e737ca0813cffc0d759e24dbaa05775eca7.tar.bz2
Add some error checking around ioctl's for terminal switching.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 8198f33..126f90f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
Fri Nov 22 16:39:57 1991 John Gilmore (gnu at cygnus.com)
+ * inflow.c (terminal_inferior): Check the results of ioctl's, and
+ print a message if any of them fail.
+ (terminal_ours_1): Store result of ioctl's for debugging, but
+ don't print (the terminal isn't ours...).
+
* tm-tahoe.h (FRAME_ARGS_ADDRESS): No need to offset from frame
pointer.