[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:47:49 PST 2020


DavidSpickett updated this revision to Diff 307356.
DavidSpickett added a comment.
Herald added a subscriber: mgorny.

- Move PortMap into a class we can unittest
- Use llvm::Expected for GetNextAvailablePort


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91634

Files:
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.h
  lldb/tools/lldb-server/lldb-platform.cpp
  lldb/unittests/tools/lldb-server/tests/CMakeLists.txt
  lldb/unittests/tools/lldb-server/tests/PortMapTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91634.307356.patch
Type: text/x-patch
Size: 14073 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20201124/7c868433/attachment.bin>


More information about the lldb-commits mailing list