From cd90fad3b2a610f5646d0633f8b3eb6e1020fa4d Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Wed, 2 Aug 2006 17:40:18 +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(). --- ChangeLog.csl | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog.csl b/ChangeLog.csl index f5c6570aa..7ea98706c 100644 --- a/ChangeLog.csl +++ b/ChangeLog.csl @@ -1,3 +1,13 @@ +2006-08-02 Richard Sandiford + + 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(). + 2006-08-01 Vladimir Prus gdb/ -- cgit v1.2.3