dbsym(1M) — ADMINISTRATOR COMMANDS
NAME
dbsym − add symbols to kernel debugger
SYNOPSIS
dbsym [ -v ] file1 file2
DESCRIPTION
dbsym extracts the symbolic names and addresses from the kernel executable file, file1, and enters the data into file2. When the system is rebooted with file2, the symbolic information can now be used by the kernel debugger. Note that file1 and file2 can be the same.
-v The verbose option , -v, displays various symbol information.
SEE ALSO
kdb(1M), dbcmd(1M), kcrash(1M)
— Multiprocessing