https://bugs.llvm.org/show_bug.cgi?id=47528

Adrian McCarthy <amcca...@google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|lldb-dev@lists.llvm.org     |amcca...@google.com

--- Comment #2 from Adrian McCarthy <amcca...@google.com> ---
Thanks for the tip.  There's definitely a special path through the code for a
file that matches the path stored in the minidump.  That path is bypassing the
version checking.  The solution might involve keeping it as a candidate match
and proceeding through the search to see if there's one that does have a
matching UUID.  Obviously, a matching UUID should win.  But if there if there
are no matches, then we can use the candidate that didn't have the UUID.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to