Displaying 3 results from an estimated 3 matches for "b557dced".
2011 Aug 03
0
[LLVMdev] dwarf directory table and file table
Hi Nick,
On Aug 2, 2011, at 6:56 PM, Nick Lewycky wrote:
> I've been looking into the debug info in llvm recently. After conferring with a DWARF expert, I think what we really want for a file is to enter the actual name of the header that the preprocessor found between "" or <> on the #include line, and for the directory it should be the actual header search path used.
2011 Aug 03
1
[LLVMdev] dwarf directory table and file table
...gt; pretty surprising that I would need to! Have I gotten myself on the wrong
> track?
> >
> > Nick
> >
>
> -
> Devang
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110803/b557dced/attachment.html>
2011 Aug 03
3
[LLVMdev] dwarf directory table and file table
I've been looking into the debug info in llvm recently. After conferring
with a DWARF expert, I think what we really want for a file is to enter the
actual name of the header that the preprocessor found between "" or <> on
the #include line, and for the directory it should be the actual header
search path used.
I started by taking a look at how LLVM encodes this in a .s file