Oracle Solaris Studio 12.4 Man Pages

Exit Print View

Updated: January 2015
 
 

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 information 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)