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



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to