Move the backtrace() function from kern_subr.c to kern_debug.c.
authorHiten Pandya <hmp@dragonflybsd.org>
Sun, 3 Aug 2003 12:29:05 +0000 (12:29 +0000)
committerHiten Pandya <hmp@dragonflybsd.org>
Sun, 3 Aug 2003 12:29:05 +0000 (12:29 +0000)
commit2b5dbafda7b349b54a9d6ecc45bcbd2e816181d0
tree4c37bcde9ddbe10e6819d32cefa38b0021fa85a9
parentf0f0df1c37f26f0b38f20300a8ebed815b66d5ec
Move the backtrace() function from kern_subr.c to  kern_debug.c.

All debugging related kernel functions, and syscalls should
be added into this file.

Discussed with: Matt (about kern_debug.c)
sys/conf/files
sys/kern/kern_debug.c [new file with mode: 0644]
sys/kern/kern_subr.c