https://github.com/labath commented:

I'm not very fond of the amount of validity checks this PR is adding. What's up 
with that? Is it somehow related to you passing a non-nullptr-but-uninitialized 
Connection object (`std::make_unique<ConnectionFileDescriptor>()`) into the 
AdbClient? Any chance to get rid of that? Maybe by using a nullptr to mean "no 
connection"? Or by reducing the amount of moving around?

https://github.com/llvm/llvm-project/pull/145382
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to