This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/gdb infcmd.c


CVSROOT:	/cvs/src
Module name:	src
Branch: 	nickrob-async-20060513-branch
Changes by:	nickrob@sourceware.org	2006-08-28 06:12:31

Modified files:
	gdb            : infcmd.c 

Log message:
	* 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.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/infcmd.c.diff?cvsroot=src&only_with_tag=nickrob-async-20060513-branch&r1=1.144&r2=1.144.12.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]