[Lldb-commits] [PATCH] D127755: [lldb] Add test for resuming via c in multiprocess scenarios

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 14 08:51:38 PDT 2022


mgorny created this revision.
mgorny added reviewers: labath, jingham, emaste, krytarowski.
Herald added a subscriber: arichardson.
Herald added a project: All.
mgorny requested review of this revision.

Add a test verifying that it is possible to resume a single process
via the `c` packet when multiple processes are being debugged.  This
includes a tiny change to the test program — when `fork()` is called,
the child process is no longer terminated immediately but continues
performing the same tasks as queued for the parent.

Sponsored by: The FreeBSD Foundation


https://reviews.llvm.org/D127755

Files:
  lldb/test/API/tools/lldb-server/TestGdbRemoteFork.py
  lldb/test/API/tools/lldb-server/main.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127755.436805.patch
Type: text/x-patch
Size: 4157 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220614/e21baee6/attachment.bin>


More information about the lldb-commits mailing list