[Lldb-commits] [Diffusion] rL245090: Move all clang type system DWARF type parsing into ClangASTContext.cpp.

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 27 10:19:01 PDT 2015


This is definitely going to be a serious problem once I integrate our PDB
support for Windows

On Wed, Aug 26, 2015 at 9:09 PM Dawn Perchik via lldb-commits <
lldb-commits at lists.llvm.org> wrote:

> dawn added a subscriber: dawn.
> dawn added a comment.
>
> Hi Greg,
>
> While I really appreciate that you're making lldb less Clang specific
> (e.g. renaming ClangASTType to CompilerType), I'm concerned about this
> commit because it moves DWARF knowledge from the SymbolFileDWARF plugin
> into ClangASTContext.cpp, making it impossible to support other debug
> formats as plugins.
>
> I realize some DWARF had leaked outside of the DWARF plugin before this
> commit (like the enums for language and calling convention), but those
> could easily be converted to/from other debug formats.  This new code
> really requires that the debug info be DWARF.
>
> Am I missing something?
> Thanks in advance, -Dawn
>
>
> http://reviews.llvm.org/rL245090
>
>
>
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150827/56a1b746/attachment.html>


More information about the lldb-commits mailing list