[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 Sep 1 09:02:14 PDT 2021


mgorny updated this revision to Diff 369949.
mgorny added a comment.

Rebased. Changed hw breakpoint sizes to match the normal sending code.


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.369949.patch
Type: text/x-patch
Size: 15574 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210901/7f59aed2/attachment-0001.bin>


More information about the lldb-commits mailing list