search for: d16569

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

2016 Aug 17
2
CodeView and "line 0" ?
I've been playing with Fred Riss's "line 0" patch for DWARF (https://reviews.llvm.org/D16569) but in adapting it for current trunk, I find the DwarfDebug stuff has been refactored to allow either DWARF or CodeView. That's all good, but the question is whether the "line 0" patch should be DWARF-specific or common. The DWARF spec explicitly states that code not associated wit...
2016 Aug 17
2
CodeView and "line 0" ?
...currently handles this. > > -- adrian > > > On Aug 17, 2016, at 11:43 AM, Robinson, Paul via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > > > > I've been playing with Fred Riss's "line 0" patch for DWARF > > (https://reviews.llvm.org/D16569) but in adapting it for current trunk, > > I find the DwarfDebug stuff has been refactored to allow either DWARF > > or CodeView. That's all good, but the question is whether the "line 0" > > patch should be DWARF-specific or common. The DWARF spec explicitly >...