Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommunication.cpp79 if (m_opaque->IsConnected()) in AdoptFileDesriptor()
84 if (m_opaque->IsConnected()) in AdoptFileDesriptor()
102 bool SBCommunication::IsConnected() const { in IsConnected() function in SBCommunication
103 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBCommunication, IsConnected); in IsConnected()
105 return m_opaque ? m_opaque->IsConnected() : false; in IsConnected()
205 LLDB_REGISTER_METHOD_CONST(bool, SBCommunication, IsConnected, ()); in RegisterMethods()
H A DSBPlatform.cpp432 bool SBPlatform::IsConnected() { in IsConnected() function in SBPlatform
433 LLDB_RECORD_METHOD_NO_ARGS(bool, SBPlatform, IsConnected); in IsConnected()
437 return platform_sp->IsConnected(); in IsConnected()
629 if (platform_sp->IsConnected()) in ExecuteConnected()
769 LLDB_REGISTER_METHOD(bool, SBPlatform, IsConnected, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp87 if (IsConnected()) { in GetDescription()
258 if (IsConnected()) { in GetRemoteWorkingDirectory()
273 if (IsConnected()) { in SetRemoteWorkingDirectory()
284 bool PlatformRemoteGDBServer::IsConnected() const { in IsConnected() function in PlatformRemoteGDBServer
285 return m_gdb_client.IsConnected(); in IsConnected()
290 if (IsConnected()) { in ConnectRemote()
485 if (IsConnected()) { in DebugProcess()
569 if (IsConnected()) { in Attach()
732 if (!IsConnected()) in GetRemoteUnixSignals()
H A DPlatformRemoteGDBServer.h102 bool IsConnected() const override;
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommunication.i53 IsConnected () const;
H A DSBPlatform.i157 IsConnected();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DConnection.h90 virtual bool IsConnected() const = 0;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommunication.h54 bool IsConnected() const;
H A DSBPlatform.h123 bool IsConnected();
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DCommunication.cpp116 bool Communication::IsConnected() const { in IsConnected() function in Communication
118 return (connection_sp ? connection_sp->IsConnected() : false); in IsConnected()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DConnectionFileDescriptorPosix.h50 bool IsConnected() const override;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DCommunication.h158 bool IsConnected() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp145 bool ConnectionFileDescriptor::IsConnected() const { in IsConnected() function in ConnectionFileDescriptor
302 if (!IsConnected()) { in Disconnect()
474 if (!IsConnected()) { in Write()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp77 if (IsConnected()) { in ~GDBRemoteCommunication()
136 if (IsConnected()) { in SendRawPacketNoLock()
242 auto pred = [&] { return !m_packet_queue.empty() && IsConnected(); }; in PopPacketFromQueue()
251 if (!IsConnected()) in PopPacketFromQueue()
280 while (IsConnected() && !timed_out) { in WaitForPacketNoLock()
H A DGDBRemoteCommunicationServer.cpp76 if (!IsConnected()) { in GetPacketAndSendResponse()
H A DGDBRemoteCommunicationReplayServer.cpp102 if (!IsConnected()) { in GetPacketAndSendResponse()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h85 bool IsConnected() const override;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp222 return IsConnected(); in CanDebugProcess()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp380 bool RemoteAwarePlatform::IsConnected() const { in IsConnected() function in RemoteAwarePlatform
384 return m_remote_platform_sp->IsConnected(); in IsConnected()
H A DPlatform.cpp433 const bool is_connected = IsConnected(); in GetStatus()
442 if (!IsConnected()) in GetStatus()
468 const bool is_connected = IsConnected(); in GetOSVersion()
841 if (IsConnected()) in SetOSVersion()
916 const bool is_connected = IsConnected(); in GetSystemArchitecture()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp228 return IsConnected(); in CanDebugProcess()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp186 if (conn_up->IsConnected()) { in ScriptInterpreterIORedirect()
/freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp353 if (platform.IsConnected()) { in main_platform()
H A Dlldb-gdbserver.cpp514 if (!gdb_server.IsConnected()) { in main_gdbserver()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp627 auto IsConnected = [&](SCC &C) { in switchInternalEdgeToCall() local
638 if (IsConnected(*C)) in switchInternalEdgeToCall()
1041 auto IsConnected = [&](RefSCC &RC) { in insertIncomingRefEdge() local
1053 if (IsConnected(*C)) in insertIncomingRefEdge()

12