[Lldb-commits] [lldb] [lldb] Have lldb-server assign ports to children in platform mode (PR #88845)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 18 01:52:04 PDT 2024
================
@@ -282,17 +282,10 @@ int main_platform(int argc, char *argv[]) {
}
}
- do {
- GDBRemoteCommunicationServerPlatform platform(
- acceptor_up->GetSocketProtocol(), acceptor_up->GetSocketScheme());
-
- if (port_offset > 0)
----------------
DavidSpickett wrote:
`port_offset` still needs to be set.
https://github.com/llvm/llvm-project/pull/88845
More information about the lldb-commits
mailing list