Added "macro" option to "-debug-dump" flag, which trigger parsing & dumping of the ".debug_macinfo" section.
Note: Once DWARF 5.0 is published this same option can be used to parse & dump ".debug_macro" section as well.
Differential D14294
Add macro support to llvm-dwarfdump tool aaboud on Nov 3 2015, 10:25 AM. Authored by
Details Added "macro" option to "-debug-dump" flag, which trigger parsing & dumping of the ".debug_macinfo" section. Note: Once DWARF 5.0 is published this same option can be used to parse & dump ".debug_macro" section as well.
Diff Detail
Event Timeline
Comment Actions Hi Alexey, Please, see my answers below.
Comment Actions Applied Alexey comments. Please, let me know if there is anything else I should change.
Comment Actions Applied more changes according to Alexey comments. Please, let me know if there is anything else I should change. Comment Actions Looks mostly good. A few remaining comments below.
Comment Actions Thanks Alexey for catching these leftovers that I forgot to modify to fit the recent changes. I hope that this patch is good for commit. Thanks, |