scott.smith added a comment. In https://reviews.llvm.org/D32598#739804, @jingham wrote:
> Instead of having the cache priming be determined by platform or something > like that, it would be better to add a setting (on the target level seems > right) that controls this. I think you are right that in most common usage, > there's going to be an unrestricted query that will end up looking through > all the symbols, and in that case, having ingested them in parallel would be > a win. So the correct default would be to do this eagerly. Define "a setting." A method on class Target? A parameter when constructing class Target? Or something via the command line, or lldbinit? Repository: rL LLVM https://reviews.llvm.org/D32598 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits