We probably don't.  Windows debug info in LLDB is currently based off of
DIA SDK, which handles everything for us (but obviously only works on
Windows).  That's one of the things that would need to be fixed to debug
Windows minidumps on Linux (I assume).

On Wed, Aug 29, 2018 at 10:47 AM Leonard Mosescu <mose...@google.com> wrote:

> I'm curious too: where did the PDB70 age create matching problems?
>
> On a related note, I just noticed that ObjectFilePECOFF::GetUUID() doesn't
> have a real implementation (just returns false). How do we extract module
> UUID for PE/COFF files?
>
> On Wed, Aug 29, 2018 at 10:28 AM, Zachary Turner via Phabricator <
> revi...@reviews.llvm.org> wrote:
>
>> zturner added a subscriber: clayborg.
>> zturner added a comment.
>>
>> For PE/COFF files, the Age is also in the executable and Guid+Age actually
>> constitute a 20-byte UUID. Is this not the case on Apple? What object file
>> format are you dealing with?
>>
>>
>> https://reviews.llvm.org/D51442
>>
>>
>>
>>
>
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to