dwarf2cpp icon indicating copy to clipboard operation
dwarf2cpp copied to clipboard

Converts DWARF v1 debug data into C/C++ definitions.

Results 4 dwarf2cpp issues
Sort by recently updated
recently updated
newest added

The MetroWerkz compiler contains a number of extension attributes which provide a little more information about the original sources: ```c // tags TAG_MW_overlay_branch = 0x4080, // attributes AT_MW_mangled = 0x2000...

I noticed that dwarf2CPP doesn't preserve signed types being explicitly declared as such (for example, "signed char" being just "char," with the "signed" being discarded). It'd be cool if we...

There are fewer and fewer 32bit ELF, but more and more 64bit ELF in the real world. Do you have any plan to support 64bit ELF ?

Hi everyone There's no discussion board, and no way to contact the (main) developer, so as a last-ditch effort I'm creating an issue to ask a question. Apologies in advance....