Subject: Re: Help with crashing m68k machines
To: None <port-amiga@NetBSD.org, port-mac68k@NetBSD.org>
From: Bernd Ernesti <netbsd@lists.veego.de>
List: port-mac68k
Date: 12/07/2005 07:44:27
On Tue, Dec 06, 2005 at 04:10:17PM -0800, John Klos wrote:
> Hello,
>
> Does anyone know of a sure way to get into the debugger on either mac68k
> or Amiga machines? pkgsrc/sysutils/crashme STILL crashes both mac68k and
> Amiga systems, and I can get into the debugger on neither system. Or does
> anyone with a clue have the time / desire to figure out what's going on
> here?
man ddb, if you mean the kernel debugger:
ddb may also be activated from the console. In general, sending a break
on a serial console will activate ddb. There are also key sequences for
each port that will activate ddb from the keyboard:
amiga <LAlt>-<LAmiga>-<F10>
mac68k <Command>-<Power>, or the Interrupt switch.
Bernd