From 290fadea96dc9b5f6b3b657a16633ce3f6f48edd Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Tue, 8 Aug 2006 16:03:29 +0000 Subject: gdb/gdbserver/ * server.c (terminal_fd): New variable. (old_foreground_pgrp): Likewise. (restore_old_foreground_pgrp): New function. (start_inferior): Record the terminal file descriptor in terminal_fd and its original foreground group in old_foreground_pgrp. Register restore_old_foreground_pgrp with atexit(). --- gdb/gdbserver/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'gdb/gdbserver/ChangeLog') diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index 220c19b..a5a735a 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,12 @@ +2006-08-08 Richard Sandiford + + * server.c (terminal_fd): New variable. + (old_foreground_pgrp): Likewise. + (restore_old_foreground_pgrp): New function. + (start_inferior): Record the terminal file descriptor in terminal_fd + and its original foreground group in old_foreground_pgrp. Register + restore_old_foreground_pgrp with atexit(). + 2006-07-26 Daniel Jacobowitz * server.c (handle_query): Correct qPart to qXfer. -- cgit v1.1