NetBSD/sbin/savecore
ad 101a9782a2 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".
2009-03-07 22:08:07 +00:00
..
Makefile
savecore.8 Add crash(8), a utility to diagnose kernel crashes. This is basically 2009-03-07 22:08:07 +00:00
savecore.c fix dev_t format. 2008-12-28 20:17:11 +00:00
zopen.c