Subject: CVS commit: [netbsd-3] src/gnu/dist/gdb/gdb
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 10/08/2005 16:01:14
Module Name: src
Committed By: tron
Date: Sat Oct 8 16:01:14 UTC 2005
Modified Files:
src/gnu/dist/gdb/gdb [netbsd-3]: nbsd-thread.c
Log Message:
Pull up following revision(s) (requested by chs in ticket #874):
gnu/dist/gdb/gdb/nbsd-thread.c: revision 1.16
nbsd_thread_resume(): make sure that we've been passed a thread ID in
ptid before invoking the suspend-all-but-this-thread logic. Otherwise,
when passed an LWP (as a result of 1.15 making LWPs the primary
identifier of live execution contexts), we try to suspend everything,
which goes poorly.
To generate a diff of this commit:
cvs rdiff -r1.15 -r1.15.2.1 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.