Subject: CVS commit: src/gnu/dist/gdb/gdb
To: None <source-changes@NetBSD.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 07/20/2004 21:33:44
Module Name:	src
Committed By:	nathanw
Date:		Tue Jul 20 21:33:44 UTC 2004

Modified Files:
	src/gnu/dist/gdb/gdb: nbsd-thread.c

Log Message:
Jumbo update to address several issues.

Go back to activating thread debugging in new_objfile(), as well as
several other places, so that thread operations such as wait() can be
handled inside of the child_ops.create_inferior(). This addresses
spurious SIGTRAPs at the start of debugging threaded programs.

Make use of the libpthread_dbg suspend/resume interface to implement
single-thread stepping.

Be a little more sensible about the way IS_LWP and IS_THREAD work.

Don't try to look up mutex data for a spinlock sync object (ugh,
unions).


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/gnu/dist/gdb/gdb/nbsd-thread.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.