http://llvm.org/bugs/show_bug.cgi?id=22221
Bug ID: 22221
Summary: llvm-dwarfdump doesn't dump DW_AT_frame_base
Product: new-bugs
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
Created attachment 13683
--> http://llvm.org/bugs/attachment.cgi?id=13683&action=edit
An object file
llvm-dwarfdump doesn't dump DW_FORM_exprloc/DW_AT_frame_base:
[hjl@gnu-6 bin]$ readelf -w debug.o | grep DW_AT_frame_base
<37> DW_AT_frame_base : 1 byte block: 56 (DW_OP_reg6 (rbp))
<5f> DW_AT_frame_base : 1 byte block: 56 (DW_OP_reg6 (rbp))
DW_AT_frame_base DW_FORM_exprloc
DW_AT_frame_base DW_FORM_exprloc
[hjl@gnu-6 bin]$ ./llvm-dwarfdump debug.o | grep DW_AT_frame_base
DW_AT_frame_base DW_FORM_exprloc
DW_AT_frame_base DW_FORM_exprloc
DW_AT_frame_base [DW_FORM_exprloc] (<0x1> 56 )
DW_AT_frame_base [DW_FORM_exprloc] (<0x1> 56 )
[hjl@gnu-6 bin]$
readelf can dump DW_AT_frame_base. llvm-dwarfdump only shows DW_FORM_exprloc.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs