Home
last modified time | relevance | path

Searched refs:IsConnected (Results 1 – 25 of 49) sorted by relevance

12

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp85 if (IsConnected()) { in GetDescription()
176 if (IsConnected()) { in GetRemoteWorkingDirectory()
191 if (IsConnected()) { in SetRemoteWorkingDirectory()
202 bool PlatformRemoteGDBServer::IsConnected() const { in IsConnected() function in PlatformRemoteGDBServer
204 assert(m_gdb_client_up->IsConnected()); in IsConnected()
212 if (IsConnected()) { in ConnectRemote()
324 if (!IsConnected()) in LaunchProcess()
412 if (IsConnected()) { in DebugProcess()
448 assert(IsConnected()); in LaunchGDBServer()
479 assert(IsConnected()); in KillSpawnedProcess()
[all …]
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommunication.cpp76 if (m_opaque->IsConnected()) in AdoptFileDesriptor()
81 if (m_opaque->IsConnected()) in AdoptFileDesriptor()
98 bool SBCommunication::IsConnected() const { in IsConnected() function in SBCommunication
101 return m_opaque ? m_opaque->IsConnected() : false; in IsConnected()
H A DSBPlatform.cpp398 bool SBPlatform::IsConnected() { in IsConnected() function in SBPlatform
403 return platform_sp->IsConnected(); in IsConnected()
588 if (platform_sp->IsConnected()) in ExecuteConnected()
/openbsd-src/gnu/llvm/lldb/source/Host/windows/
H A DConnectionGenericFileWindows.cpp68 if (m_owns_file && IsConnected()) in ~ConnectionGenericFile()
88 bool ConnectionGenericFile::IsConnected() const { in IsConnected() function in ConnectionGenericFile
105 if (IsConnected()) { in Connect()
140 if (!IsConnected()) in Disconnect()
174 if (!IsConnected()) { in Read()
267 if (!IsConnected()) { in Write()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DCommunication.cpp77 bool Communication::IsConnected() const { in IsConnected() function in Communication
79 return (connection_sp ? connection_sp->IsConnected() : false); in IsConnected()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp233 if (conn_up->IsConnected()) { in DoConnectRemote()
546 if (!keep_stopped && m_comm.IsConnected()) { in DoDetach()
578 return m_comm.IsConnected() && Process::IsAlive(); in IsAlive()
585 if (m_comm.IsConnected()) { in DoReadMemory()
612 if (m_comm.IsConnected()) in DoWriteMemory()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBCommunication.i53 IsConnected () const;
H A DSBPlatform.i157 IsConnected();
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DRNBSocket.h54 bool IsConnected() const { return m_fd != -1; } in IsConnected() function
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DConnection.h90 virtual bool IsConnected() const = 0;
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DRemoteAwarePlatform.cpp345 bool RemoteAwarePlatform::IsConnected() const { in IsConnected() function in RemoteAwarePlatform
347 return m_remote_platform_sp->IsConnected(); in IsConnected()
348 return Platform::IsConnected(); in IsConnected()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroidRemoteGDBServer.cpp85 assert(IsConnected()); in LaunchGDBServer()
108 assert(IsConnected()); in KillSpawnedProcess()
H A DPlatformAndroid.cpp257 if (!IsConnected()) in GetSdkVersion()
371 if (m_adb_sync_svc && m_adb_sync_svc->IsConnected()) in GetSyncService()
H A DAdbClient.h48 bool IsConnected() const;
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBCommunication.h54 bool IsConnected() const;
H A DSBPlatform.h123 bool IsConnected();
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/windows/
H A DConnectionGenericFileWindows.h28 bool IsConnected() const override;
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DCommunication.h83 bool IsConnected() const;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.h58 bool IsConnected() const override { return true; } in IsConnected() function
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbgdbclient.py98 self.assertTrue(self.dbg.GetSelectedPlatform().IsConnected())
/openbsd-src/gnu/llvm/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp119 bool ConnectionFileDescriptor::IsConnected() const { in IsConnected() function in ConnectionFileDescriptor
197 if (!IsConnected()) { in Disconnect()
367 if (!IsConnected()) { in Write()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp156 return IsConnected(); in CanDebugProcess()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h86 bool IsConnected() const override;
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/posix/
H A DConnectionFileDescriptorPosix.h42 bool IsConnected() const override;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.cpp75 if (!IsConnected()) { in GetPacketAndSendResponse()

12