DavidSpickett marked 6 inline comments as done. DavidSpickett added inline comments.
================ Comment at: lldb/tools/lldb-server/lldb-platform.cpp:234 if (ch == 'P') - gdbserver_portmap[portnum] = LLDB_INVALID_PROCESS_ID; + gdbserver_portmap.AllowPort(static_cast<uint16_t>(portnum)); else if (ch == 'm') ---------------- labath wrote: > Why the cast? Me misreading a warning I think, removed here and below. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D91634/new/ https://reviews.llvm.org/D91634 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits