NAME
mkdbstr - load structure templates into the kernel debugger
SYNOPSIS
mkdbstr file
DESCRIPTION
mkdbstr loads the contents of the named file into the kernel
debugger (kdb). The next time the kernel debugger is entered,
the loaded structures are read and available. mkdbstr is
useful for storing structure templates, in a file rather than
having to manually determine structure offsets.
SEE ALSO
kdb(1)