From: John Gilmore Date: Sat, 23 Nov 1991 05:22:34 +0000 (+0000) Subject: Add some error checking around ioctl's for terminal switching. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=378d8e737ca0813cffc0d759e24dbaa05775eca7;p=deliverable%2Fbinutils-gdb.git Add some error checking around ioctl's for terminal switching. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8198f339c4..126f90f481 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.