* linux-nat.c (linux_nat_terminal_inferior)
authorPedro Alves <palves@redhat.com>
Thu, 21 May 2009 16:00:14 +0000 (16:00 +0000)
committerPedro Alves <palves@redhat.com>
Thu, 21 May 2009 16:00:14 +0000 (16:00 +0000)
commitd9d2d8b6c09d51c13c6c26a7bfa6bc1bbddf574a
tree4ca9a31ba1b55d69dfdc0821ebd47a4b4d22dd6d
parent47608cb1acc3880b330b8d3a8ad6aa29218046d9
* linux-nat.c (linux_nat_terminal_inferior)
(linux_nat_terminal_ours): Don't check sync_execution.
* remote.c (remote_terminal_inferior, remote_terminal_ours):
Don't check sync_execution.  Update comments.
* target.c (target_terminal_inferior): New.
* target.h (target_terminal_inferior): Delete macro, and declare
as function.
* event-top.c (async_disable_stdin): Make idempotent.  Don't give
the target the terminal here.
* inflow.c (terminal_ours_1): Don't return early without setting
`terminal_is_ours'.
gdb/ChangeLog
gdb/event-top.c
gdb/inflow.c
gdb/linux-nat.c
gdb/remote.c
gdb/target.c
gdb/target.h
This page took 0.038206 seconds and 4 git commands to generate.