[Lldb-commits] [PATCH] D100208: [lldb] [Process/Linux] Report fork/vfork stop reason
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 21 10:43:51 PDT 2021
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
More information about the lldb-commits
mailing list