Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBCommunication.cpp67 if (m_opaque->IsConnected()) in AdoptFileDesriptor()
71 if (m_opaque->IsConnected()) in AdoptFileDesriptor()
101 bool SBCommunication::IsConnected() const { in IsConnected() function in SBCommunication
105 result = m_opaque->IsConnected(); in IsConnected()
H A DSBPlatform.cpp275 bool SBPlatform::IsConnected() { in IsConnected() function in SBPlatform
278 return platform_sp->IsConnected(); in IsConnected()
437 if (platform_sp->IsConnected()) in ExecuteConnected()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp84 if (IsConnected()) { in GetDescription()
254 if (IsConnected()) { in GetRemoteWorkingDirectory()
269 if (IsConnected()) { in SetRemoteWorkingDirectory()
281 bool PlatformRemoteGDBServer::IsConnected() const { in IsConnected() function in PlatformRemoteGDBServer
282 return m_gdb_client.IsConnected(); in IsConnected()
287 if (IsConnected()) { in ConnectRemote()
478 if (IsConnected()) { in DebugProcess()
564 if (IsConnected()) { in Attach()
724 if (!IsConnected()) in GetRemoteUnixSignals()
835 if (!IsRemote() || !IsConnected()) { in ConnectProcess()
H A DPlatformRemoteGDBServer.h108 bool IsConnected() const override;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBCommunication.h53 bool IsConnected() const;
H A DSBPlatform.h109 bool IsConnected();
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DConnection.h105 virtual bool IsConnected() const = 0;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DCommunication.cpp115 bool Communication::IsConnected() const { in IsConnected() function in Communication
117 return (connection_sp ? connection_sp->IsConnected() : false); in IsConnected()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp147 bool ConnectionFileDescriptor::IsConnected() const { in IsConnected() function in ConnectionFileDescriptor
304 if (!IsConnected()) { in Disconnect()
473 if (!IsConnected()) { in Write()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp81 if (IsConnected()) { in ~GDBRemoteCommunication()
142 if (IsConnected()) { in SendRawPacketNoLock()
250 auto pred = [&] { return !m_packet_queue.empty() && IsConnected(); }; in PopPacketFromQueue()
259 if (!IsConnected()) in PopPacketFromQueue()
288 while (IsConnected() && !timed_out) { in WaitForPacketNoLock()
H A DGDBRemoteCommunicationServer.cpp76 if (!IsConnected()) { in GetPacketAndSendResponse()
H A DGDBRemoteCommunicationReplayServer.cpp63 if (!IsConnected()) { in GetPacketAndSendResponse()
H A DProcessGDBRemote.cpp786 if (platform_sp && platform_sp->IsConnected()) in DoConnectRemote()
1023 while (!m_gdb_comm.IsConnected()) { in ConnectToDebugserver()
1042 if (!m_gdb_comm.IsConnected()) { in ConnectToDebugserver()
2615 if (m_gdb_comm.IsConnected()) { in DoDestroy()
2723 return m_gdb_comm.IsConnected() && Process::IsAlive(); in IsAlive()
3132 if (m_stdio_communication.IsConnected()) { in PutSTDIN()
3475 if (m_gdb_comm.IsConnected()) in EstablishConnectionIfNeeded()
3578 if (m_gdb_comm.IsConnected()) { in LaunchAndConnectToDebugserver()
H A DGDBRemoteCommunicationClient.cpp111 if (IsConnected()) in ~GDBRemoteCommunicationClient()
2573 if (response.IsUnsupportedResponse() && IsConnected()) { in SetCurrentThread()
2609 if (response.IsUnsupportedResponse() && IsConnected()) { in SetCurrentThreadForRun()
2748 thread_ids.size() == 0 && IsConnected()) { in GetCurrentThreadIDs()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/posix/
H A DConnectionFileDescriptorPosix.h51 bool IsConnected() const override;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DCommunication.h178 bool IsConnected() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp438 const bool is_connected = IsConnected(); in GetStatus()
447 if (!IsConnected()) in GetStatus()
470 const bool is_connected = IsConnected(); in GetOSVersion()
874 if (IsConnected()) in SetOSVersion()
949 const bool is_connected = IsConnected(); in GetSystemArchitecture()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp232 return IsConnected(); in CanDebugProcess()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h86 bool IsConnected() const override;
H A DPlatformPOSIX.cpp84 bool PlatformPOSIX::IsConnected() const { in IsConnected() function in PlatformPOSIX
88 return m_remote_platform_sp->IsConnected(); in IsConnected()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/
H A Dlldb-platform.cpp340 if (platform.IsConnected()) { in main_platform()
H A Dlldb-gdbserver.cpp531 if (!gdb_server.IsConnected()) { in main_gdbserver()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLazyCallGraph.cpp560 auto IsConnected = [&](SCC &C) { in switchInternalEdgeToCall() local
571 if (IsConnected(*C)) in switchInternalEdgeToCall()
984 auto IsConnected = [&](RefSCC &RC) { in insertIncomingRefEdge() local
996 if (IsConnected(*C)) in insertIncomingRefEdge()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h493 virtual bool IsConnected() const { in IsConnected() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectPlatform.cpp376 if (platform_sp->IsConnected()) { in DoExecute()
1443 if (platform_sp->IsConnected()) { in DoExecute()

12