labath added a comment. In D90313#2359273 <https://reviews.llvm.org/D90313#2359273>, @JDevlieghere wrote:
> On GreenDragon we've also noticed the increased flakiness and it sounds like > it could very well be the same issue? It seems like this would only solve it > for lldb-server, while we run these tests with debugserver. The latter > doesn't support `--reverse-connect`, so I'm wondering if there's something > else we can do to solve the flakiness for both? Should we just return to > using `127.0.0.1`? It does support --reverse-connect, and I've checked that this works with it. The only tricky part is that the option does not show up in its --help output. (it didn't used to show for lldb-server either, that's why I did the libOption patch :P). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D90313/new/ https://reviews.llvm.org/D90313 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits