jingham added a comment.

I want to be careful not to conflate lldb's general event behavior with the way 
the command interpreter happens to run things.

For instance, there's no requirement that the debugger be the event listener 
for processes.  You can have a listener per process under the same debugger.  
Again, I think the synchronization between what the command interpreter is 
allowed to do and what's going on in individual processes is best governed by 
whether each individual process is stopped or not...


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D83446



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

Reply via email to