Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/mips
Module Name: src
Committed By: mrg
Date: Sat Aug 15 07:42:07 UTC 2020
Modified Files:
src/sys/arch/mips/conf: files.mips
src/sys/arch/mips/include: locore.h
src/sys/arch/mips/mips: db_interface.c db_trace.c trap.c
Added Files:
src/sys/arch/mips/include: stacktrace.h
src/sys/arch/mips/mips: mips_stacktrace.c
Log Message:
move stacktrace_subr() from trap.c into new mips_stacktrace.c so
it can be shared between ddb, other mips kernel components (see
locore), and an upcoming crash(8) port.
remove second copy of kdbpeek() (hidden by old DDB_TRACE
option, but they're functionally equivalent.)
tested on octeon.
ok simonb@
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/sys/arch/mips/conf/files.mips
cvs rdiff -u -r1.113 -r1.114 src/sys/arch/mips/include/locore.h
cvs rdiff -u -r0 -r1.1 src/sys/arch/mips/include/stacktrace.h
cvs rdiff -u -r1.88 -r1.89 src/sys/arch/mips/mips/db_interface.c
cvs rdiff -u -r1.43 -r1.44 src/sys/arch/mips/mips/db_trace.c
cvs rdiff -u -r0 -r1.1 src/sys/arch/mips/mips/mips_stacktrace.c
cvs rdiff -u -r1.255 -r1.256 src/sys/arch/mips/mips/trap.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