Specifies the information to list in a disassembly.
-show keyword[,...]
The choices for keyword are:
only | none
Shows no disassembly. Begin a list of choices with only or none to prevent default information from appearing in the disassembly.
all
Shows binary, executable code, detailed, data, extended, and exception information in the disassembly.
binary | nobinary
Shows or does not show address and op-code values.
code | nocode
Shows or does not show executable code sections.
text | notext
Equivalent to the code and nocode choices, respectively.
data | nodata
Shows or does not show data sections.
detail | nodetail
Shows or does not show extra information.
extended | noextended
Shows or does not show extended mnemonics.
exceptions | noexceptions
Shows or does not show C++ exception tables. This option also shows data sections.
xtab[les] | noxtab[les]
Equivalent to the exceptions and noexceptions choices, respectively.
headers | noheaders
Shows or does not show object header information.
debug | nodebug
Shows or does not show debugging information.
dwarf | nodwarf
Equivalent to the debug and nodebug choices, respectively.
tables | notables
Shows or does not show character string and symbol tables.
source | nosource
Interleaves the code dissassembly with c or c++ source code.
The default setting for this option is
-show binary,code,data,extended,headers,tables
This is a linker option.