History log of /netbsd-src/usr.sbin/crash/arch/generic.c (Results 1 – 2 of 2)
Revision Date Author Comments
# f55073df 12-Apr-2023 riastradh <riastradh@NetBSD.org>

crash(8): Add powerpc support.

XXX pullup-8
XXX pullup-9
XXX pullup-10


# 101a9782 07-Mar-2009 ad <ad@NetBSD.org>

Add crash(8), a utility to diagnose kernel crashes. This is basically
ddb running on crash dumps, but with two notable changes:

- Breakpoints, watches, etc are obviously never going to work so they

Add crash(8), a utility to diagnose kernel crashes. This is basically
ddb running on crash dumps, but with two notable changes:

- Breakpoints, watches, etc are obviously never going to work so they
are not handled.

- You can pipe output to the shell, e.g. ps | grep foo

Items remaining to be done:

- Port it to architectures other than i386. This isn't difficult, just
a case of making db_disasm.c/db_trace.c or their equivalent compile
and work.

- Make more of the "show" commands work, e.g "show uvmexp".

show more ...