aprantl added a comment.

> @aprantl Do you know if we can detect the end of the scope ? I'm not sure 
> it's possible currently ... But even if we could do it, that wouldn't cover 
> the following case:

When setting a variable watchpoint, you would have to store the scope the 
variable is in, and then ignore all hits that are (1) on the same thread but 
(2) where the scope is not any of the lexical scopes in any of the stack 
frames. Because you still want to find modifications in child frames or on 
other threads.


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

https://reviews.llvm.org/D151366

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

Reply via email to