Subject: debugging a crash dump -- getting backtraces
To: None <tech-kern@netbsd.org>
From: Ethan Solomita <ethan@geocast.com>
List: tech-kern
Date: 01/26/2000 15:30:55
	This is probably an FAQ question (in fact it is one), but how to I get
backtraces of an arbitrary process from gdb when debugging a kernel core
dump? The FAQ mentions typing "bt", but that only seems to give me a
backtrace for the process that called cpu_reboot().

	Thanks!
	-- Ethan