[Lldb-commits] [PATCH] D134642: Propagate FORK events back to client
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jan 10 17:02:16 PST 2023
jingham added a comment.
Note, IMO the better solution to the problem of how to follow parent & child over a fork is to implement another "follow-fork" mode: "both" that when it sees the fork event, creates a separate target for the child process, and sets lldb debugging both. Then the user could set in a setting what they want to do, and lldb would just take care of it for them. But that's a bigger job than this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134642/new/
https://reviews.llvm.org/D134642
More information about the lldb-commits
mailing list