clayborg wrote:

Does this setting only apply to the downloading of symbols that are auto 
downloaded for stack traces? Or does it apply to any other areas that auto 
download stuff? Do we want a setting to control the auto downloading of symbols 
to clarify? Something like:
```
(lldb) settings set symbols.auto-download-stack-symbols true
```
Right now your setting seems to be targeting stack auto symbol downloads, but 
this setting is pretty generic and could apply to other things in the future 
like auto downloading symbols when an address lookup happens on a module, 
finding the real definition for a type when we know a type lives in a shared 
library (like ObjC and C++ vtables can easily tell us).



https://github.com/llvm/llvm-project/pull/80890
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to