diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2006-08-02 17:40:18 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2006-08-02 17:40:18 +0000 |
commit | cd90fad3b2a610f5646d0633f8b3eb6e1020fa4d (patch) | |
tree | ce84abf041740472427ecbbc361d3785cc8302f9 | |
parent | feb43d8ab5426faa8a9c1e1482014d65f7d54eec (diff) | |
download | newlib-gdb-csl-20060226-branch.zip newlib-gdb-csl-20060226-branch.tar.gz newlib-gdb-csl-20060226-branch.tar.bz2 |
gdb/gdbserver/github/gdb-csl-20060226-branchgdb-csl-20060226-branch
* 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.csl | 10 |
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/ |