[Lldb-commits] [PATCH] D83446: [WIP][lldb/Reproducers] Synchronize the command interpreter with asynchronous events

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 9 13:46:26 PDT 2020


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





More information about the lldb-commits mailing list