src/gdb ChangeLog linux-nat.c i386-linux-nat.c ...

palves@sourceware.org palves@sourceware.org
Tue Dec 20 10:40:00 GMT 2011


CVSROOT:	/cvs/src
Module name:	src
Changes by:	palves@sourceware.org	2011-12-20 10:40:15

Modified files:
	gdb            : ChangeLog linux-nat.c i386-linux-nat.c 
	                 amd64-linux-nat.c 

Log message:
	2011-12-20  Pedro Alves  <alves.ped@gmail.com>
	Jan Kratochvil  <jan.kratochvil@redhat.com>
	
	* linux-nat.c (add_lwp): Don't call linux_nat_new_thread on the
	first LWP.
	* amd64-linux-nat.c (update_debug_registers_callback): Instantiate
	`lwp->arch_private' if NULL.
	(amd64_linux_prepare_to_resume): Do nothing if `lwp->arch_private'
	is NULL.
	* i386-linux-nat.c (update_debug_registers_callback): Instantiate
	`lwp->arch_private' if NULL.
	(i386_linux_prepare_to_resume): Do nothing if `lwp->arch_private'
	is NULL.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.13650&r2=1.13651
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/linux-nat.c.diff?cvsroot=src&r1=1.230&r2=1.231
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/i386-linux-nat.c.diff?cvsroot=src&r1=1.107&r2=1.108
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/amd64-linux-nat.c.diff?cvsroot=src&r1=1.38&r2=1.39



More information about the Gdb-cvs mailing list