[Lldb-commits] [PATCH] D58962: Sanity check --max-gdbserver-port

Jason Molenda via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 5 09:28:40 PST 2019


jasonmolenda added a comment.

LGTM fwiw I think the --min-gdbserver-port and --max-gdbserver-port options were primarily/only used for iOS etc testsuite runs, where a fixed set of ports is relayed between the devices.  I was having some problems with lldb-server in platform mode on these devices and thought it would be nice to have a standalone implementation of the platform protocol packets, so I wrote one a couple months ago and that's what we're using now for this environment.  I should probably upstream it, I think it would work on linux too, it doesn't use any of lldb/llvm so it has several areas that are primitive because I was going for "good enough" and moving on, e.g. it has a dumb logging class and the networking could use some work, etc.  I want to keep this completely free of lldb/llvm dependencies so it's a little bit of an oddball.


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D58962





More information about the lldb-commits mailing list