[Lldb-commits] [PATCH] D56462: Change SymbolFile::ParseTypes to ParseTypesForCompileUnit
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jan 9 09:55:21 PST 2019
clayborg added a comment.
So there really aren't that many things:
- module only filled out, parse all types
- compile unit only filled out, parse all type from a compile unit
- function filled out, parse all types in a function
- block filled out, parse all types in block, or we can skip this one
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56462/new/
https://reviews.llvm.org/D56462
More information about the lldb-commits
mailing list