labath added a comment.

In D93926#2479749 <https://reviews.llvm.org/D93926#2479749>, @JDevlieghere 
wrote:

> Your argument is correct because the interactive script interpreter always 
> belongs to a single debugger.

I'm not sure that even this is true (for python, anyway). IIUC all SBDebuggers 
share the same python interpreter (because python does not allow the creation 
of completely independent python contexts). We do some trickery to make it it 
appear as if these were independent, but I am not sure the trickery extends to 
the `lldb` module...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93926

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

Reply via email to