[Lldb-commits] [PATCH] D127291: [lldb] [llgs] Add a test for detach-all packet

2022-06-21 Thread Michał Górny via Phabricator via lldb-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG13eb5b3455fb: [lldb] [llgs] Add a test for detach-all packet (authored by mgorny). Herald added a project: LLDB. Repository: rG LLVM Github Monore

[Lldb-commits] [PATCH] D127291: [lldb] [llgs] Add a test for detach-all packet

2022-06-08 Thread Michał Górny via Phabricator via lldb-commits
mgorny updated this revision to Diff 435162. mgorny added a comment. Remove leftover local `fork_regex`. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D127291/new/ https://reviews.llvm.org/D127291 Files: lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp lld

[Lldb-commits] [PATCH] D127291: [lldb] [llgs] Add a test for detach-all packet

2022-06-08 Thread Michał Górny via Phabricator via lldb-commits
mgorny created this revision. mgorny added reviewers: labath, krytarowski, emaste. Herald added a subscriber: arichardson. Herald added a project: All. mgorny requested review of this revision. Add a test verifying that plain 'D' packet correctly detaches all processes. Sponsored by: The FreeBSD