search for: code_align

Displaying 7 results from an estimated 7 matches for "code_align".

2015 Apr 11
2
[LLVMdev] __eh_frame info changes in Clang?
...ed (x86_64) ---------------------------------------------------------------------- Exception handling frame information for section __eh_frame 0x00000000: CIE length: 0x00000014 CIE_id: 0xffffffff - version: 0x01 + version: 0x03 augmentation: "zR" code_align: 1 data_align: -8 when compiled with Clang 6.1 (3.6.0svn) or llvm.org clang 3.6.0. The detailed steps to obtain those test files are listed at https://llvm.org/bugs/show_bug.cgi?id=23192. Jack
2010 Sep 01
2
[LLVMdev] "Cannot fine DIE"
...thanks, that's helpful. I tried what you suggested, and it prints out about 4000 lines and then segfaults, The last lines that it prints out are: .debug_frame contents: 0x00000000: CIE length: 0x00000010 CIE_id: 0xffffffff version: 0x01 augmentation: "" code_align: 1 data_align: -4 ra_register: 0x08 DW_CFA_def_cfa (4 (esp), 4) DW_CFA_offset (8 (eip), 0) DW_CFA_nop DW_CFA_nop Instructions: Init State: CFA=esp+4 eip=[CFA] 0x00000014: FDE length: 0x00000028 CIE_pointer: 0x...
2010 Sep 01
0
[LLVMdev] "Cannot fine DIE"
On 01 Sep 2010, at 08:47, Talin wrote: > Once again, I have no idea what this means or how to go about > debugging it. > This is my biggest frustration with DIFactory - there's absolutely > no way to > verify that the DWARF debugging information that I've emitted into > my module > is correct or even sensible. The only way to test it is to try and > debug
2010 Sep 01
0
[LLVMdev] "Cannot fine DIE"
...gested, and it prints out about 4000 lines and then > segfaults, The last lines that it prints out are: > > .debug_frame contents: > > 0x00000000: CIE > length: 0x00000010 > CIE_id: 0xffffffff > version: 0x01 > augmentation: "" > code_align: 1 > data_align: -4 > ra_register: 0x08 > DW_CFA_def_cfa (4 (esp), 4) > DW_CFA_offset (8 (eip), 0) > DW_CFA_nop > DW_CFA_nop > Instructions: Init State: CFA=esp+4 eip=[CFA] > > > 0x00000014: F...
2015 Apr 27
2
[LLVMdev] __eh_frame info changes in Clang?
...> Exception handling frame information for section __eh_frame > > > > 0x00000000: CIE > > length: 0x00000014 > > CIE_id: 0xffffffff > > - version: 0x01 > > + version: 0x03 > > augmentation: "zR" > > code_align: 1 > > data_align: -8 > > > > when compiled with Clang 6.1 (3.6.0svn) or llvm.org clang 3.6.0. The > > detailed steps to obtain those test files are listed at > > https://llvm.org/bugs/show_bug.cgi?id=23192. > > Jack > > ______________________...
2010 Sep 01
2
[LLVMdev] "Cannot fine DIE"
On Sat, Aug 28, 2010 at 10:58 PM, Talin <viridia at gmail.com> wrote: > On Sat, Aug 28, 2010 at 4:05 PM, Talin <viridia at gmail.com> wrote: > >> On Mon, Aug 23, 2010 at 5:58 PM, Devang Patel <devang.patel at gmail.com>wrote: >> >>> >>> On Sun, Aug 22, 2010 at 12:50 PM, Talin <viridia at gmail.com> wrote: >>> >>>> I
2010 Sep 05
2
[LLVMdev] More DIFactory questions - still stumped
...ouple hundred pages of debug info, and then segfaults. The last few lines before the segfault look like this: .debug_inlined contents: < EMPTY > .debug_frame contents: 0x00000000: CIE length: 0x00000010 CIE_id: 0xffffffff version: 0x01 augmentation: "" code_align: 1 data_align: -4 ra_register: 0x08 DW_CFA_def_cfa (esp, 4) DW_CFA_offset (eip, 0) DW_CFA_nop DW_CFA_nop Instructions: Init State: CFA=esp+4 eip=[esp+4] 0x00000014: FDE length: 0x00000028 CIE_pointer: 0x000000...