[Lldb-commits] [PATCH] D100503: [lldb] [client] Implement follow-fork-mode

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 21 14:28:11 PDT 2021


mgorny added a comment.

In D100503#2894584 <https://reviews.llvm.org/D100503#2894584>, @vadimcn wrote:

> @mgorny  Do your changes allow debugging both the parent and child processes after a fork?

No. This patch supports choosing either the parent or the child but it's a step in that direction. Further work is necessary to support debugging multiple processes simultaneously.


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

https://reviews.llvm.org/D100503



More information about the lldb-commits mailing list