[Lldb-commits] [lldb] [lldb] refactor PlatformAndroid (PR #145382)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 25 06:16:24 PDT 2025


================
@@ -220,6 +220,12 @@ ConnectionStatus ConnectionFileDescriptor::Disconnect(Status *error_ptr) {
   // Prevents reads and writes during shutdown.
   m_shutting_down = true;
 
+  if (!m_io_sp) {
----------------
labath wrote:

Is this still needed? I mean, it sort of makes sense, but it'd be nice if we could keep this patch contained to the ADB code.

https://github.com/llvm/llvm-project/pull/145382


More information about the lldb-commits mailing list