Displaying 3 results from an estimated 3 matches for "35cce780".
2011 Apr 13
0
[LLVMdev] Extra padding on DWARF debug info?
On Apr 13, 2011, at 8:42 AM, Ken Dyck wrote:
> DwarfDebug::emitDebugInfo() always appends four zero bytes to the tail
> of the debug info section:
>
> emitDIE(Die);
> // FIXME - extra padding for gdb bug.
> Asm->OutStreamer.AddComment("4 extra padding bytes for GDB");
> Asm->EmitInt8(0);
> Asm->EmitInt8(0);
> Asm->EmitInt8(0);
2011 Apr 13
2
[LLVMdev] Extra padding on DWARF debug info?
DwarfDebug::emitDebugInfo() always appends four zero bytes to the tail
of the debug info section:
emitDIE(Die);
// FIXME - extra padding for gdb bug.
Asm->OutStreamer.AddComment("4 extra padding bytes for GDB");
Asm->EmitInt8(0);
Asm->EmitInt8(0);
Asm->EmitInt8(0);
Asm->EmitInt8(0);
2011 Apr 13
4
[LLVMdev] Extra padding on DWARF debug info?
...ints, and I do not have access to the author anymore.
Sounds like we should rip it out and see if there is any regression on the gdb testsuite.
-Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110413/35cce780/attachment.html>