]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
*** empty log message ***
authorNick Roberts <nickrob@snap.net.nz>
Mon, 28 Aug 2006 06:11:18 +0000 (06:11 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Mon, 28 Aug 2006 06:11:18 +0000 (06:11 +0000)
gdb/ChangeLog

index 079a51725370e580effe9b76ade37ffce200c64a..76332a43a80c6fa398069f6ddc932c33ca839042 100644 (file)
@@ -1,3 +1,23 @@
+2006-08-28  Nick Roberts  <nickrob@snap.net.nz>
+
+       * 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.
+
 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
 
        * inf-ptrace.c (inf_ptrace_wait):  Add extra argument.