search for: dwarf_version

Displaying 2 results from an estimated 2 matches for "dwarf_version".

2011 Jan 07
1
[LLVMdev] DWARF version
Hi, I have a newbie question regarding debugging support in llvm. Is llvm generating DWARF2 or DWARF3? The comments in the trunk source code refer to the DWARF 3 spec, but DWARF_VERSION is set to 2 in Support/Dwarf.h. What am I missing? Thanks. -- Yuan ----------------------------------------------------------------------------------- This email message is for the sole use of the intended recipient(s) and may contain confidential information. Any unauthorized review, use, d...
2013 Feb 06
0
[LLVMdev] [llvm] r174463 - Initial support for DWARF CFI parsing and dumping in LLVM
...pecial ID values that distinguish a CIE from a FDE in DWARF CFI. >> +// Not inside an enum because a 64-bit value is needed. >> +const uint32_t DW_CIE_ID = UINT32_MAX; >> +const uint64_t DW64_CIE_ID = UINT64_MAX; >> + >> + >> enum dwarf_constants { >> DWARF_VERSION = 2, >> >> >> Modified: llvm/trunk/lib/DebugInfo/DWARFContext.cpp >> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/DebugInfo/DWARFContext.cpp?rev=174463&r1=174462&r2=174463&view=diff >> =============================================================...