mgorny added a comment. In D100208#2705455 <https://reviews.llvm.org/D100208#2705455>, @labath wrote:
> This seems reasonable. > > Why don't we have tests that detach from the parent process (and maybe > continue the child)? Does that already work? (or in general, what is expected > to work after this patch?) It doesn't, we need D100261 <https://reviews.llvm.org/D100261> for that. Right now `current_process` will become `nullptr` if we detach the parent. That said, technically we could test that after detaching the parent we get an error from other requests ;-). CHANGES SINCE LAST ACTION https://reviews.llvm.org/D100208/new/ https://reviews.llvm.org/D100208 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits