[Lldb-commits] [lldb] [lldb] Fixed the error `unable to launch a GDB server` in API tests (PR #98833)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 16 03:44:10 PDT 2024


DavidSpickett wrote:

Did you consider making `AllowPort(0)` do nothing?

My guess is that this port dance is complicated enough as it is, and `AllowPort(0)` doing nothing would be more implicit behaviour we have to pick apart later.

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


More information about the lldb-commits mailing list