]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* linux-nat.c (linux_nat_attach, linux_nat_detach): Make attach/
authorNick Roberts <nickrob@snap.net.nz>
Mon, 28 Aug 2006 06:12:56 +0000 (06:12 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Mon, 28 Aug 2006 06:12:56 +0000 (06:12 +0000)
commitb3b33279f52454cc633da845a1c03025be035965
treed4c8900e616216a01f9e9bac0f9b8b2a0de9cda8
parentbbf8641ea787eef10622d62decccc40de3dd1b59
* linux-nat.c (linux_nat_attach, linux_nat_detach): Make attach/
detach work asynchronously.

* inf-ptrace.c (inf_ptrace_attach): Ditto.

* infcmd.c (attach_command): Ditto.

* inf-child.c (inf_child_target): Reset to_terminal_inferior/
to_terminal_ours to synchronous methods.

* async-nat-inferior.c (gdb_process_events): Don't poll for
exceptions.
(gdb_process_pending_event): Use pid_to_ptid.
(gdb_inferior_reset): Remove last_thread component.

* async-nat-inferior.h (struct gdb_inferior_status): Remove
last_thread component.
gdb/async-nat-inferior.c
gdb/async-nat-inferior.h
gdb/inf-child.c
gdb/inf-ptrace.c
gdb/infcmd.c
gdb/linux-nat.c