DUMPSTABS(1)
NAME
dumpstabs − batch utility for dumping out debug information
SYNOPSIS
dumpstabs [ −h | −p | −s | −t | −d ] object_file
DESCRIPTION
dumpstabs is a batch interface used to dump out the debug information present in object files.
OPTIONS
The default is all of the following:
−h Dump the object file header.
−p Dump the program and section table.
−s Dump the debugging stabs.
−t Dump the linker symbols.
−d Dump the dynamic linking information.
EXAMPLES
Dump all the debugging information of program hello:
dumpstabs hello
Dump only the debugging stabs of object file mach.o:
dumpstabs -s mach.o
ENVIRONMENT
There are no environment variable requirements.
SEE ALSO
SunOS 3.0.1 — Last change: 04 Sep 1996