Subject: CVS commit: src/gnu/dist/toolchain/gdb
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 02/17/2003 22:32:05
Module Name: src
Committed By: nathanw
Date: Mon Feb 17 20:32:05 UTC 2003
Modified Files:
src/gnu/dist/toolchain/gdb: nbsd-thread.c
Log Message:
Include both application threads and "raw" LWPs in GDB's list of
threads. This is useful for a variety of things, including examing the
internal state of the thread library when things are going wrong
there.
Currently only works on core files; both ptrace and gdb will need a
bit more work before this will be useful on live processes.
Inspired by the similar behavior of the Solaris thread module.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/gnu/dist/toolchain/gdb/nbsd-thread.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.