Man Page dumpstabs.1




NAME

     dumpstabs - utility for dumping out debug information


SYNOPSIS

     dumpstabs [ -h | ]	[ -p | ] -s | -t | -d ]	object_file


DESCRIPTION

     dumpstabs is a utility used to dump out the  debug	 informa-
     tion  present  in object files. dumpstabs 2.0 can be used to
     dump out debug information	in both	ELF32 and ELF64	files.



OPTIONS

     The default is all	of the following:

     -f	  Display stabs	fields.

     -V	  Display dumpstabs version.

     -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

     dbx(1).