Bug ID 27373
Summary Loading a minidump takes a very long time
Product lldb
Version unspecified
Hardware PC
OS Windows NT
Status NEW
Severity normal
Priority P
Component All Bugs
Assignee lldb-dev@lists.llvm.org
Reporter amccarth@google.com
CC llvm-bugs@lists.llvm.org
Classification Unclassified
Loading a minidump for a non-trivial application, like Chrome, takes a very
long time. It appears that RegisterContext::InitializeNonZerothFrame causes
the entire .text section (3.8 MB) to be disassembled twice.