[Lldb-commits] [lldb] [lldb] Removed gdbserver ports map from lldb-server (PR #104238)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 15 01:56:26 PDT 2024
DavidSpickett wrote:
Thanks for putting so much work into this. I will test this out with my VM setup.
> Parameters --min-gdbserver-port and --max-gdbserver-port are deprecated now.
Are they just consumed but the port number is not used because it can use the first port for everything?
(I do see the logic of leaving the options in at first, so we can tell whether any problems are from the changes in this PR or purely from removing the options)
https://github.com/llvm/llvm-project/pull/104238
More information about the lldb-commits
mailing list