Use this panel to specify the GCC disassembler settings. The following table lists and describes the various options available on the GCC Disassembler Settings panel.
| Option | Description |
|---|---|
| Disassemble All Section Content (including debug information) (-D) | Check this option to specify the -D command to the disassembler, to disassemble all section content and sends the output to a file. This command is global and case-sensitive. |
| Disassemble Executable Section Content (-d) | Check this option to specify the -d command to the disassembler, to disassemble all executable content and send output to a file. |
| Intermix Source Code With Disassembly (-S) | Check this option to specify the -S command to the disassembler, to convert jbsr into jsr. |
| Display All Header Content (-x) | Check this option to specify the -x command to the disassembler, to display the contents of all headers. |
| Display Archive Header information (-a) | Check this option to specify the -a command to the disassembler, to display the archive header information. |
| Display Overall File Header content (-f) | Check this option to specify the -f command to the disassembler, to display the contents of the overall file header. |
| Display Object Format Specific File Header Contents (-p) | Check this option to specify the -p command to the disassembler, to display the file header contents and object format |
| Display Section Header Content (-h) | Check this option to specify the -h command to the disassembler, to display the section header of the file. |
| Display Full Section Content (-s) | Check this option to specify the -s command to the disassembler, to display the full section of the file. |
| Display Debug Information (-g) | Check this option to specify the -g command to the disassembler, to display debug information in the object file. |
| Display Debug Information Using ctage Style (-e) | Check this option to specify the -e command to the disassembler, to display debug information using the ctags style. |
| Display STABS Information (-G) | Check this option to specify the -G command to the disassembler, to display any STABS information in the file, in raw form. |
| Display DWARF Information (-W) | Check this option to specify the -W command to the disassembler, to display any DWARF information in the file. |
| Display Symbol Table Content (-t) | Check this option to specify the -t command to the disassembler, to display the contents of the symbol tables. |
| Display Dynamic Symbol Table Content (-T) | Check this option to specify the -T command to the disassembler, to display the contents of the dynamic symbol table. |
| Display Relocation Entries (-r) | Check this option to specify the -r command to the disassembler, to display the relocation entries in the file. |
| Display Dynamic Relocation Entries (-R) | Check this option to specify the -R command to the disassembler, to display the dynamic relocation entries in the file. |