SPRU513Z August 2001 – October 2023 SM320F28335-EP
A subset of the DWARF symbolic debugging directives are always listed in the assembly language file that the compiler creates for program analysis purposes. To list the complete set used for full symbolic debug, invoke the compiler with the --symdebug:dwarf option, as shown below:
cl2000 --symdebug:dwarf --keep_asm input_file
The --keep_asm option instructs the compiler to retain the generated assembly file.
To disable the generation of all symbolic debug directives, invoke the compiler with the -symdebug:none option:
cl2000 --symdebug:none --keep_asm input_file
The DWARF debugging format consists of the following directives: