jimingham wrote:

Loading of symbols in lldb is controlled by user settings because lldb serves a 
lot of different usage cases and how to load symbols is an important part of 
that.  One of those settings is:

  symbols.enable-background-lookup -- Alias for backward compatibility: when 
enabled this is the equivalent to 'symbols.auto-download background'.

The one significant change that this PR has is to force background lookup 
disregarding the user's setting for this feature.

That isn't a good change.

It's also unclear to me why just because you are loading symbols in the 
background you don't need to monitor the health of the connection.  At some 
point you are going to need some symbol and at that point you still care about 
how they are getting to you.

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

Reply via email to