From: Nick Roberts Date: Mon, 28 Aug 2006 06:11:18 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bbf8641ea787eef10622d62decccc40de3dd1b59;p=thirdparty%2Fbinutils-gdb.git *** empty log message *** --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 079a5172537..76332a43a80 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,23 @@ +2006-08-28 Nick Roberts + + * 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 * inf-ptrace.c (inf_ptrace_wait): Add extra argument.