Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2006-08-02 21:40:18 +0400
committerRichard Sandiford <rdsandiford@googlemail.com>2006-08-02 21:40:18 +0400
commitcd90fad3b2a610f5646d0633f8b3eb6e1020fa4d (patch)
treece84abf041740472427ecbbc361d3785cc8302f9
parentfeb43d8ab5426faa8a9c1e1482014d65f7d54eec (diff)
* 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().
-rw-r--r--ChangeLog.csl10
1 files changed, 10 insertions, 0 deletions
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 <richard@codesourcery.com>
+
+ 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 <vladimir@codesourcery.com>
gdb/