[Lldb-commits] [PATCH] D98822: [lldb] [Process/Linux] Watch for fork/vfork notifications

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 24 11:19:24 PDT 2021


mgorny updated this revision to Diff 333064.
mgorny retitled this revision from "[lldb] [Process/Linux] Watch for fork notifications" to "[lldb] [Process/Linux] Watch for fork/vfork notifications".
mgorny edited the summary of this revision.
mgorny added a comment.

Included `vfork()`. Still have to look into other `clone()` variants, then other platforms.


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

https://reviews.llvm.org/D98822

Files:
  lldb/include/lldb/Host/common/NativeProcessProtocol.h
  lldb/source/Host/common/NativeProcessProtocol.cpp
  lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
  lldb/source/Plugins/Process/Linux/NativeProcessLinux.h
  lldb/test/Shell/Subprocess/Inputs/fork.c
  lldb/test/Shell/Subprocess/Inputs/vfork.c
  lldb/test/Shell/Subprocess/fork-follow-parent-softbp.test
  lldb/test/Shell/Subprocess/fork-follow-parent-wp.test
  lldb/test/Shell/Subprocess/fork-follow-parent.test
  lldb/test/Shell/Subprocess/vfork-follow-parent-softbp.test
  lldb/test/Shell/Subprocess/vfork-follow-parent.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98822.333064.patch
Type: text/x-patch
Size: 17043 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210324/0e176930/attachment-0001.bin>


More information about the lldb-commits mailing list