Subject: CVS commit: src/gnu/dist/gdb/gdb
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 01/13/2005 12:29:41
Module Name:	src
Committed By:	drochner
Date:		Thu Jan 13 12:29:41 UTC 2005

Modified Files:
	src/gnu/dist/gdb/gdb: i386bsd-nat.c

Log Message:
Signal handlers don't get passed a "struct sigcontext"
anymore. Look in the ucontext_t for the next frame
instead. Backtrace through a signal handler invocation
works now.
(Since this change is NetBSD specific, this code shouldn't
be in a file which is shared among BSDs.)


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/gnu/dist/gdb/gdb/i386bsd-nat.c

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