[Lldb-commits] [PATCH] D100503: [lldb] [client] Implement follow-fork-mode
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 20 01:20:32 PDT 2021
mgorny updated this revision to Diff 360049.
mgorny added a comment.
Rebased. Switched to watchpoint iterator API.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100503/new/
https://reviews.llvm.org/D100503
Files:
lldb/include/lldb/Target/Process.h
lldb/include/lldb/lldb-private-enumerations.h
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
lldb/source/Target/Process.cpp
lldb/source/Target/TargetProperties.td
lldb/test/Shell/Subprocess/clone-follow-child-softbp.test
lldb/test/Shell/Subprocess/clone-follow-child-wp.test
lldb/test/Shell/Subprocess/clone-follow-child.test
lldb/test/Shell/Subprocess/fork-follow-child-softbp.test
lldb/test/Shell/Subprocess/fork-follow-child-wp.test
lldb/test/Shell/Subprocess/fork-follow-child.test
lldb/test/Shell/Subprocess/fork-follow-parent-softbp.test
lldb/test/Shell/Subprocess/vfork-follow-child-softbp.test
lldb/test/Shell/Subprocess/vfork-follow-child-wp.test
lldb/test/Shell/Subprocess/vfork-follow-child.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100503.360049.patch
Type: text/x-patch
Size: 15569 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210720/1062aae2/attachment-0001.bin>
More information about the lldb-commits
mailing list