[Lldb-commits] [PATCH] D100263: [lldb] [gdb-remote client] Remove breakpoints in forked processes

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 14 12:41:37 PDT 2021


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

Now uses a helper function to switch breakpoints. Might not seem necessary here but the next patch makes heavy use of it.


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

https://reviews.llvm.org/D100263

Files:
  lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
  lldb/test/Shell/Subprocess/clone-follow-parent-softbp.test
  lldb/test/Shell/Subprocess/fork-follow-parent-softbp.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100263.337523.patch
Type: text/x-patch
Size: 4067 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210414/d7f28f37/attachment-0001.bin>


More information about the lldb-commits mailing list