[Lldb-commits] [PATCH] D55614: Fix MinidumpParser::GetFilteredModuleList() and test it
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Dec 12 13:37:12 PST 2018
clayborg added a comment.
The order in the modules list is maintained by changing the llvm::StringMap to map from module name to "filtered_modules" index. This avoids having to iterate across the StringMap in the end and make the filtered_modules in a different ordering.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55614/new/
https://reviews.llvm.org/D55614
More information about the lldb-commits
mailing list