labath added a comment.

(The fix seems to make LLDB do the right thing, although I can't claim to fully 
understand what is going on. From what I can tell, we're currently detaching 
from the fork child when the fork event gets pulled off the public event queue, 
and this code is preventing that from happening. Intuitively it seems like the 
public event queue pull is slightly too late to be doing this kind of thing.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141605

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

Reply via email to