aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2006-08-02 17:40:18 +0000
committerRichard Sandiford <rdsandiford@googlemail.com>2006-08-02 17:40:18 +0000
commitcd90fad3b2a610f5646d0633f8b3eb6e1020fa4d (patch)
treece84abf041740472427ecbbc361d3785cc8302f9
parentfeb43d8ab5426faa8a9c1e1482014d65f7d54eec (diff)
downloadnewlib-gdb-csl-20060226-branch.zip
newlib-gdb-csl-20060226-branch.tar.gz
newlib-gdb-csl-20060226-branch.tar.bz2
* 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 f5c6570..7ea9870 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/