Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/gnu/dist/gdb/gdb



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.




Home | Main Index | Thread Index | Old Index