src/gdb/gdbserver ChangeLog linux-low.h

palves@sourceware.org palves@sourceware.org
Tue Apr 16 18:22:00 GMT 2013


CVSROOT:	/cvs/src
Module name:	src
Changes by:	palves@sourceware.org	2013-04-16 18:22:15

Modified files:
	gdb/gdbserver  : ChangeLog linux-low.h 

Log message:
	Only define 'struct lwp_info'::thread_known if using libthread-db.
	
	A small cleanup.  'struct lwp_info'::thread_known is only useful for
	thread-db.c.
	
	gdbserver/
	2013-04-16  Pedro Alves  <palves@redhat.com>
	
	* linux-low.h (struct lwp_info) <thread_known>: Move under
	the USE_THREAD_DB #ifdef.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/ChangeLog.diff?cvsroot=src&r1=1.705&r2=1.706
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/linux-low.h.diff?cvsroot=src&r1=1.59&r2=1.60



More information about the Gdb-cvs mailing list