History log of /netbsd/usr.sbin/crash/crash.8 (Results 1 – 8 of 8)
Revision Date Author Comments
# a0cbda20 23-Mar-2019 mrg <mrg@NetBSD.org>

add an example shell pipeline that will print *all* kernel stack traces.
bump date.


# 56b14ee0 03-Jul-2017 wiz <wiz@NetBSD.org>

Remove workaround for ancient HTML generation code.


# aae6d98b 10-Dec-2016 mrg <mrg@NetBSD.org>

note that crash/sparc is unstable


# 1d940d42 05-Oct-2014 wiz <wiz@NetBSD.org>

usage police
XXX: is the program usage correct? (/dev/ksyms)


# c97283ae 05-Oct-2014 christos <christos@NetBSD.org>

add -w


# 66f1fa8e 10-Apr-2011 pgoyette <pgoyette@NetBSD.org>

Synchronize -N option name in Synopsis with that in the Description


# 2f43aa5f 15-Mar-2009 wiz <wiz@NetBSD.org>

Fix Xref, prepare for HTML output.


# 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 ...