[Lldb-commits] [lldb] [lldb] refactor PlatformAndroid (PR #145382)
Chad Smith via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 28 07:52:16 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) {
----------------
cs01 wrote:
I will remove and possibly add in a different PR
https://github.com/llvm/llvm-project/pull/145382
More information about the lldb-commits
mailing list