[Lldb-commits] [PATCH] D55142: Minidump debugging using the native PDB reader

Leonard Mosescu via lldb-commits lldb-commits at lists.llvm.org
Mon Dec 10 11:23:49 PST 2018


> BTW: check my changes in: https://reviews.llvm.org/D55522
> It will be interesting to you since it parses the linux maps info if it
is available in breakpad generated minidump files. This will give us enough
info to create correct sections for object files when we have no ELF file
or no symbol file (ELF/DWARF or breakpad).

Looks interesting, thanks for pointing it out. From a quick glance it seems
that your change would complement the generic support I'm adding here.

On Mon, Dec 10, 2018 at 10:32 AM Greg Clayton via Phabricator <
reviews at reviews.llvm.org> wrote:

> clayborg added a comment.
>
> BTW: check my changes in: https://reviews.llvm.org/D55522
> It will be interesting to you since it parses the linux maps info if it is
> available in breakpad generated minidump files. This will give us enough
> info to create correct sections for object files when we have no ELF file
> or no symbol file (ELF/DWARF or breakpad).
>
>
> CHANGES SINCE LAST ACTION
>   https://reviews.llvm.org/D55142/new/
>
> https://reviews.llvm.org/D55142
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20181210/b22909a4/attachment.html>


More information about the lldb-commits mailing list