friss added a comment.

In D97739#2607961 <https://reviews.llvm.org/D97739#2607961>, @clayborg wrote:

> In D97739#2607869 <https://reviews.llvm.org/D97739#2607869>, @jingham wrote:
>
>> This way of doing progress is going to look odd in anything that uses 
>> multiple debuggers.  If I'm reading the code aright, if I have two 
>> debuggers, and a target in Debugger A starts doing something that would 
>> cause progress traffic, both debuggers will show activity.
>
> that is true, but it is a global module repository that benefits both 
> debuggers. And I very rarely debug two things at the same time, so most of 
> the time for most people this will be beneficial and shouldn't cause too much 
> confusion.

Just one tidbit here. Most users are actually routinely running tens of 
debuggers at the same time, because tests run in parallel and they have a 
debugger attached by default. Now if you have a long running operation kick in 
in your unit tests, you might already have a different kind of issue, but I’d 
like to avoid a world where the IDE displays spurious and wrong information 
because of this.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97739/new/

https://reviews.llvm.org/D97739

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to