[Lldb-commits] [lldb] [lldb] Removed gdbserver ports map from lldb-server (PR #104238)
Dmitry Vasilyev via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 1 08:26:16 PDT 2024
slydiman wrote:
> I think the biggest blocker right now are the global variables in the platform class. I don't like globals, and I don't think they should be necessary to solve the problem at hand. If you can revert those (put them into a separate patch so we can continue the discussion), I think we can wrap this up relatively quickly.
Ok, I will remove globals and let it crash.
https://github.com/llvm/llvm-project/pull/104238
More information about the lldb-commits
mailing list