[Lldb-commits] [PATCH] D128638: [lldb] [llgs] Add base nonstop fork/vfork tests
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 29 01:42:22 PDT 2022
labath added a comment.
This looks like a genuine problem, see https://lab.llvm.org/buildbot/#/builders/68/builds/34903. If I had to guess, I'd say the problem is you're overwriting the context object holding the first pid (here: https://github.com/llvm/llvm-project/blob/main/lldb/test/API/tools/lldb-server/TestGdbRemoteForkNonStop.py#L87)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128638/new/
https://reviews.llvm.org/D128638
More information about the lldb-commits
mailing list