Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: simonb
Date: Wed Sep 23 09:52:02 UTC 2020
Modified Files:
src/sys/arch/mips/mips: mips_stacktrace.c
src/sys/kern: kern_ksyms.c
src/sys/sys: ksyms.h
Log Message:
The current MIPS DDB stacktrace code doesn't work if no symbols are
available, so fall back to old-fashioned unwind code if no symbols.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/mips/mips/mips_stacktrace.c
cvs rdiff -u -r1.88 -r1.89 src/sys/kern/kern_ksyms.c
cvs rdiff -u -r1.37 -r1.38 src/sys/sys/ksyms.h
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