diff options
author | Daniel Jacobowitz <drow@false.org> | 2002-08-29 18:50:25 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2002-08-29 18:50:25 +0000 |
commit | a9fa9f7daf3fdb5a1cc0149156ac8d497893cf0f (patch) | |
tree | a7aca92dbeec50d8e44abc5bc83432371681279b /gdb/gdbserver/ChangeLog | |
parent | e551c2572e97cf7ab0a431f5a1f25207d9a4d179 (diff) | |
download | gdb-a9fa9f7daf3fdb5a1cc0149156ac8d497893cf0f.zip gdb-a9fa9f7daf3fdb5a1cc0149156ac8d497893cf0f.tar.gz gdb-a9fa9f7daf3fdb5a1cc0149156ac8d497893cf0f.tar.bz2 |
* linux-low.c (linux_create_inferior): Call setpgid. Return
the new PID.
(unstopped_p, linux_signal_pid): Remove.
(linux_target_ops): Remove linux_signal_pid.
* remote-utils.c (putpkt, input_interrupt): Use signal_pid
global instead of target method.
* target.h (struct target_ops): Remove signal_pid. Update comment
for create_inferior.
* server.c (signal_pid): New variable.
(create_inferior): Set signal_pid. Block SIGTTOU and SIGTTIN in
gdbserver. Set the child to be the foreground process group.
(attach_inferior): Set signal_pid.
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r-- | gdb/gdbserver/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index c5365cf..e7ab609 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,18 @@ +2002-08-29 Daniel Jacobowitz <drow@mvista.com> + + * linux-low.c (linux_create_inferior): Call setpgid. Return + the new PID. + (unstopped_p, linux_signal_pid): Remove. + (linux_target_ops): Remove linux_signal_pid. + * remote-utils.c (putpkt, input_interrupt): Use signal_pid + global instead of target method. + * target.h (struct target_ops): Remove signal_pid. Update comment + for create_inferior. + * server.c (signal_pid): New variable. + (create_inferior): Set signal_pid. Block SIGTTOU and SIGTTIN in + gdbserver. Set the child to be the foreground process group. + (attach_inferior): Set signal_pid. + 2002-08-23 Daniel Jacobowitz <drow@mvista.com> * ChangeLog: New file, with entries from gdb/ChangeLog after GDB 5.2. |