search for: 5e540415

Displaying 2 results from an estimated 2 matches for "5e540415".

2011 Apr 13
0
[LLVMdev] Extra padding on DWARF debug info?
...ted) when the DWARF debug_line table was empty (source file with no functions). The fix was to pad out the line table with a couple of no-ops. -Nick -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110413/5e540415/attachment.html>
2011 Apr 13
4
[LLVMdev] Extra padding on DWARF debug info?
>> Does anybody know what the bug is in GDB that this works around? The >> workaround was added as part of r103439[1], which added support for >> multiple compilation units in one module. Does the bug ever affect >> modules with only a single compilation unit? >> > > It was not added by r103439. In fact, it was added by r32035. > >