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/gdbserver ChangeLog linux-low.h


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


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