[Lldb-commits] [PATCH] D127290: [lldb] [llgs] Refactor fork/vfork tests, verify state
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 8 04:14:17 PDT 2022
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.
Refactor the fork and vfork tests to reuse the code better, avoid
unnecessary regexps and avoid unnecessary conversions between
hex-strings and integers.
Verify the server state after detaching. In particular, verify that
the detached process' PID/TID pair is no longer valid,
and that the correct process remains running.
Sponsored by: The FreeBSD Foundation
https://reviews.llvm.org/D127290
Files:
lldb/test/API/tools/lldb-server/TestGdbRemoteFork.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127290.435099.patch
Type: text/x-patch
Size: 10743 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220608/f481e8cf/attachment-0001.bin>
More information about the lldb-commits
mailing list