[Lldb-commits] [PATCH] D91634: [lldb] Error when there are no ports to launch a gdbserver on

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 24 07:56:00 PST 2020


DavidSpickett added inline comments.


================
Comment at: lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h:30
 public:
-  using PortMap = std::map<uint16_t, lldb::pid_t>;
   using PacketHandler =
----------------
Only the one in GDBRemoteCommunicationServerPlatform is/was used.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91634/new/

https://reviews.llvm.org/D91634



More information about the lldb-commits mailing list