Instructs AEST to print information about the source Alpha image, the resulting I64 image, and possibly some internal information into a listing file. Default: /DUMP=NONE Format /DUMP=(list)
1 – Qualifier Values
list This is one or a combination of: ALPHA[=list], IA64[=list], INTERNAL[=list]. For a more details see Description section.
2 – Description
/DUMP instructs AEST to print information about the source Alpha image, the resulting I64 image, and possibly some internal information into a listing file. If /DUMP is specified it is equivalent to: /DUMP=(ALPHA=ALL,IA64=ALL,INTERNAL=NONE) The following formats are allowed for /DUMP qualifier: Format /DUMP=(ALPHA[=keywords]) Default: ALL Keywords: NONE prevents printing of source (Alpha) image information ALL default, prints all information listed below, except for code HEADERS prints image headers SECTIONS prints list of image sections SHR_IMAGES prints list of shared images referred by the translated image FIXUPS prints list of fixups RELOCATIONS prints list of relocations SYMB_VECTOR prints contents of symbol vector (if present) SYMB_TABLE prints contents of symbol table (if present) INSTRUCTIONS prints Alpha code instructions BLOCKS prints Alpha code basic blocks with instructions ENTRY_POINTS prints list of found entry points VERBOSE adds some verbosity to listing, particularly section list will contain more information Format /DUMP=(IA64[=keywords]) Default: ALL Keywords: NONE prevents printing of translated image information ALL default, prints all information listed below (except for BUNDLES) HEADERS prints translated image headers (in internal representation) SEGMENTS prints brief list of translated image segments SHR_IMAGES prints list of shared images referred by the translated image FIXUPS prints list of fixups RELOCATIONS prints list of relocations SYMB_VECTOR prints contents of symbol vector (if present) SYMB_TABLE prints contents of symbol table (if present) BUNDLES prints generated I64 code BLOCKS prints Alpha Basic blocks together with correspondent I64 bunldes. Initialization code (and other generated I64 code) is printed as well. TII prints TIE Information structures TRANS_VECTOR prints transfer vector GOT prints Global Offset Table contents Format /DUMP=(INTERNAL[=keywords]) This qualifier is intended for problem solving purposes only. Normally you will not need the corresponding printouts. Default: ALL Keywords: NONE prevents printing ALL prints all information below INTFIX prints internal fixups (do not appear in translated image) INTSYM prints internal symbols (do not appear in translated image) FDS prints list of function descriptors generated by translator.