src/gdb/gdbserver ChangeLog linux-low.c

palves@sourceware.org palves@sourceware.org
Fri May 11 13:34:00 GMT 2012


CVSROOT:	/cvs/src
Module name:	src
Changes by:	palves@sourceware.org	2012-05-11 13:34:34

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

Log message:
	2012-05-11  Yao Qi  <yao@codesourcery.com>
	Pedro Alves  <palves@redhat.com>
	
	* linux-low.c (enum stopping_threads_kind): New.
	(stopping_threads): Change type to `enum stopping_threads_kind'.
	(handle_extended_wait): If stopping and suspending threads, leave
	the new_lwp suspended too.
	(linux_wait_for_event): Adjust.
	(stop_all_lwps): Set `stopping_threads' to
	STOPPING_AND_SUSPENDING_THREADS or STOPPING_THREADS depending on
	whether we're suspending threads or just stopping them.  Assert no
	recursion happens.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/ChangeLog.diff?cvsroot=src&r1=1.614&r2=1.615
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/linux-low.c.diff?cvsroot=src&r1=1.214&r2=1.215



More information about the Gdb-cvs mailing list