[Lldb-commits] [PATCH] D100206: [lldb] [llgs client] Support minimal fork/vfork handling
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 9 08:13:12 PDT 2021
mgorny created this revision.
mgorny added reviewers: labath, emaste, krytarowski.
mgorny requested review of this revision.
Add a support for handling fork/vfork stops in LLGS client. At this
point, it only sends a detach packet for the newly forked child
(and implicitly resumes the parent).
https://reviews.llvm.org/D100206
Files:
lldb/include/lldb/Target/Process.h
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
lldb/source/Target/StopInfo.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100206.336469.patch
Type: text/x-patch
Size: 4651 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210409/29752d9e/attachment.bin>
More information about the lldb-commits
mailing list