Tools: MPW
Advanced Search
Apple Developer Connection
Member Login Log In | Not a Member? Support

MPW Command Reference


DumpSYM

Tool

SYNTAX

DumpSYM symFile [-only table[,table]…]
DumpSYM symFile [-allbut table[,table]…]

DESCRIPTION

The DumpSYM tool displays the contents of a symbolic information file in a human-readable format that you can use to verify that the SYM file is correct. The DumpSYM tool currently supports the SYM 3.2 and SYM 3.4 formats.

INPUT

A .SYM or .xSYM file.

OUTPUT

A human-readable representation of the SYM file contents.

STATUS

None

PARAMETERS

symFile

The name of the symbolic information file.

table

One of the following tables:

CLTE
CMTE
CSNTE
CTTE
CVTE
FITE
FRTE
MTE
RTE
TINFO
TTE

Contained Label Table
Contained Module Table
Contained Statement Table
Contained Type Table
Contained Variable Table
File Information Table
File Reference Table
Module Table
Resource Table
Type Information Table
Type Table (Same as TINFO but more readable)

OPTIONS

-only

Includes only the specified tables in the generated output.

-allbut

Includes all but the specified tables in the generated output.

EXAMPLES

To display only the Resource Table, use the following command:

DumpSYM myapp.SYM -only RTE

To display all tables except the Resource Table, use the following command:

DumpSYM myapp.SYM -allbut RTE

SEE ALSO

DumpCode

DumpFile

DumpObj

DumpPEF

DumpXCOFF

 
 


Last Updated July 2000