"(lldb) settings set target.cache-priming foo"<br><div class="gmail_quote"><div dir="ltr">On Thu, Apr 27, 2017 at 11:53 AM Scott Smith via Phabricator via lldb-commits <<a href="mailto:lldb-commits@lists.llvm.org">lldb-commits@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">scott.smith added a comment.<br>
<br>
In <a href="https://reviews.llvm.org/D32598#739804" rel="noreferrer" target="_blank">https://reviews.llvm.org/D32598#739804</a>, @jingham wrote:<br>
<br>
> 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.<br>
<br>
<br>
Define "a setting."  A method on class Target?  A parameter when constructing class Target?  Or something via the command line, or lldbinit?<br>
<br>
<br>
Repository:<br>
  rL LLVM<br>
<br>
<a href="https://reviews.llvm.org/D32598" rel="noreferrer" target="_blank">https://reviews.llvm.org/D32598</a><br>
<br>
<br>
<br>
_______________________________________________<br>
lldb-commits mailing list<br>
<a href="mailto:lldb-commits@lists.llvm.org" target="_blank">lldb-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits</a><br>
</blockquote></div>