.\".\" Copyright 1987-1998 Sun Microsystems, Inc. .\" @(#)dumpstabs.1 1.6 98/06/05 SMI; .TH DUMPSTABS 1 "5 June 1998" .SH NAME dumpstabs \- utility for dumping out debug information .SH SYNOPSIS .B dumpstabs [ .BR "\-h \||" ] [ .BR "\-p \||" ] .BR "\-s \||" .BR "\-t \||" .BR "\-d" ] .I "object_file" .LP .SH DESCRIPTION .LP .B dumpstabs is a utility used to dump out the debug information present in object files. dumpstabs 2.0 can be used to dump out debug information in both ELF32 and ELF64 files. .SH OPTIONS .LP The default is all of the following: .TP .B \-f Display stabs fields. .TP .B \-V Display dumpstabs version. .TP .B \-h Dump the object file header. .TP .B \-p Dump the program and section table. .TP .B \-s Dump the debugging stabs. .TP .B \-t Dump the linker symbols. .TP .B \-d Dump the dynamic linking information. .SH EXAMPLES .LP Dump all the debugging information of program .BR hello : .IP .B dumpstabs hello .LP Dump only the debugging stabs of object file .BR mach.o : .IP .B dumpstabs -s mach.o .SH ENVIRONMENT .LP There are no environment variable requirements. .SH "SEE ALSO" .LP .BR dbx (1).