Subject: Re: debugging a crash dump -- getting backtraces
To: Ethan Solomita <ethan@geocast.com>
From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
List: tech-kern
Date: 01/26/2000 20:45:00
> 	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().

see the "pcb" and "proc" commands in gdb 

					- Bill