[Lldb-commits] [PATCH] D129012: [lldb] [test] Improve stability of llgs vCont-threads tests

2022-07-03 Thread Michał Górny via Phabricator via lldb-commits
mgorny updated this revision to Diff 441940. mgorny added a comment. Ok, unsurprisingly it turned out that using `exit()` when the main thread was potentially suspended was a bad idea (at least it was still fairly unstable on FreeBSD). I've managed to get around that by using `_exit()` but if yo

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

2022-07-03 Thread Michał Górny via Phabricator via lldb-commits
mgorny closed this revision. mgorny added a comment. This has been fixed properly in D128780 . Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D127755/new/ https://reviews.llvm.org/D127755 ___