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:   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.




Home | Main Index | Thread Index | Old Index