Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
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 …]
DPlatformRemoteGDBServer.h96 bool IsConnected() const override;
/openbsd/src/gnu/llvm/lldb/source/API/
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()
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/
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/
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/
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/
DSBCommunication.i53 IsConnected () const;
DSBPlatform.i157 IsConnected();
/openbsd/src/gnu/llvm/lldb/source/Target/
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/include/lldb/Utility/
DConnection.h90 virtual bool IsConnected() const = 0;
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/
DRNBSocket.h54 bool IsConnected() const { return m_fd != -1; } in IsConnected() function
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/Android/
DPlatformAndroidRemoteGDBServer.cpp85 assert(IsConnected()); in LaunchGDBServer()
108 assert(IsConnected()); in KillSpawnedProcess()
DPlatformAndroid.cpp257 if (!IsConnected()) in GetSdkVersion()
371 if (m_adb_sync_svc && m_adb_sync_svc->IsConnected()) in GetSyncService()
DAdbClient.h48 bool IsConnected() const;
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBCommunication.h54 bool IsConnected() const;
DSBPlatform.h123 bool IsConnected();
/openbsd/src/gnu/llvm/lldb/include/lldb/Host/windows/
DConnectionGenericFileWindows.h28 bool IsConnected() const override;
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DCommunication.h83 bool IsConnected() const;
/openbsd/src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
Dlldbgdbclient.py98 self.assertTrue(self.dbg.GetSelectedPlatform().IsConnected())
/openbsd/src/gnu/llvm/lldb/source/Host/posix/
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/
DPlatformOpenBSD.cpp156 return IsConnected(); in CanDebugProcess()
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DRemoteAwarePlatform.h86 bool IsConnected() const override;
/openbsd/src/gnu/llvm/lldb/include/lldb/Host/posix/
DConnectionFileDescriptorPosix.h42 bool IsConnected() const override;
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServer.cpp75 if (!IsConnected()) { in GetPacketAndSendResponse()

12