[Lldb-commits] [lldb] [lldb][attempt #3] update lldb-server platform help parsing (PR #164904)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 24 02:00:19 PDT 2025


DavidSpickett wrote:

I'll let Adrian approve or not since they had the problems with that specific test.

> Remove test that starts and listens on a socket to avoid timeout issues

We have API tests for lldb-server in `lldb/test/API/tools/lldb-server/` and there is a utility function `lldbutil.wait_for_file_on_target` you could use.

I'd rather have the tests that do work landed, but if you do want to recreate that test, that's the things to look at.

https://github.com/llvm/llvm-project/pull/164904


More information about the lldb-commits mailing list