Bug ID 47528
Summary LLDB isn’t checking signatures when loading modules from a minidump
Product lldb
Version unspecified
Hardware PC
OS Windows NT
Status NEW
Severity enhancement
Priority P
Component All Bugs
Assignee lldb-dev@lists.llvm.org
Reporter amccarth@google.com
CC jdevlieghere@apple.com, llvm-bugs@lists.llvm.org
Adrian McCarthy changed bug 47528
What | Removed | Added |
- | - | - |
Assignee | lldb-dev@lists.llvm.org | amccarth@google.com |
Comment # 2 on bug 47528 from Adrian McCarthy
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.