Subject: Re: kernel postmortem?
To: Frederick Bruckman <fb@enteract.com>
From: Bill Studenmund <wrstuden@nas.nasa.gov>
List: port-mac68k
Date: 05/26/1999 10:36:35
On Wed, 26 May 1999, Frederick Bruckman wrote:

> On Wed, 26 May 1999, John Valdes wrote:
> 
> > Does NetBSD/mac68k have any tools for analyzing the core files created
> > by savecore?  gdb doesn't seem to recognize them as core file, and I
> > couldn't find dbx or adb...
> 
> I'm not experienced with this, but it can be done with gdb:
> 
> (gdb) set target kcore /dev/mem
> No symbol table is loaded.  Use the "file" command.
> (gdb) file /netbsd

"target kcore <corefile>" is right.

Take care,

Bill