Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp91 if (IsConnected()) { in GetDescription()
182 if (IsConnected()) { in GetRemoteWorkingDirectory()
197 if (IsConnected()) { in SetRemoteWorkingDirectory()
208 bool PlatformRemoteGDBServer::IsConnected() const { in IsConnected() function in PlatformRemoteGDBServer
209 return m_gdb_client_up && m_gdb_client_up->IsConnected(); in IsConnected()
214 if (IsConnected()) in ConnectRemote()
323 if (!IsConnected()) in LaunchProcess()
412 if (IsConnected()) { in DebugProcess()
449 assert(IsConnected()); in LaunchGDBServer()
480 assert(IsConnected()); in KillSpawnedProcess()
[all …]
H A DPlatformRemoteGDBServer.h96 bool IsConnected() const override;
/freebsd/contrib/llvm-project/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.cpp401 bool SBPlatform::IsConnected() { in IsConnected() function in SBPlatform
406 return platform_sp->IsConnected(); in IsConnected()
583 if (platform_sp->IsConnected()) { in Attach()
602 if (platform_sp->IsConnected()) { in GetAllProcesses()
626 if (platform_sp->IsConnected()) in ExecuteConnected()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp232 bool RemoteAwarePlatform::IsConnected() const { in IsConnected() function in RemoteAwarePlatform
234 return m_remote_platform_sp->IsConnected(); in IsConnected()
235 return Platform::IsConnected(); in IsConnected()
H A DPlatform.cpp273 const bool is_connected = IsConnected(); in GetStatus()
285 if (!IsConnected()) in GetStatus()
311 const bool is_connected = IsConnected(); in GetOSVersion()
721 if (IsConnected()) in SetOSVersion()
828 const bool is_connected = IsConnected(); in GetSystemArchitecture()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DConnection.h90 virtual bool IsConnected() const = 0;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommunication.h54 bool IsConnected() const;
H A DSBPlatform.h127 bool IsConnected();
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DCommunication.h83 bool IsConnected() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.h58 bool IsConnected() const override { return true; } in IsConnected() function
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp118 bool ConnectionFileDescriptor::IsConnected() const { in IsConnected() function in ConnectionFileDescriptor
193 if (!IsConnected()) { in Disconnect()
357 if (!IsConnected()) { in Write()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h87 bool IsConnected() const override;
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DConnectionFileDescriptorPosix.h39 bool IsConnected() const override;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.cpp75 if (!IsConnected()) { in GetPacketAndSendResponse()
H A DGDBRemoteCommunication.cpp62 if (IsConnected()) { in ~GDBRemoteCommunication()
139 if (IsConnected()) { in SendRawPacketNoLock()
244 while (IsConnected() && !timed_out) { in WaitForPacketNoLock()
H A DProcessGDBRemote.cpp829 while (!m_gdb_comm.IsConnected()) { in ConnectToDebugserver()
845 if (!m_gdb_comm.IsConnected()) { in ConnectToDebugserver()
988 if (platform_sp && platform_sp->IsConnected()) in DidLaunchOrAttach()
2536 if (m_gdb_comm.IsConnected()) { in DoDestroy()
2616 return m_gdb_comm.IsConnected() && Process::IsAlive(); in IsAlive()
3069 if (m_stdio_communication.IsConnected()) { in PutSTDIN()
3443 if (m_gdb_comm.IsConnected()) in EstablishConnectionIfNeeded()
3572 if (m_gdb_comm.IsConnected()) { in LaunchAndConnectToDebugserver()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp164 return IsConnected(); in CanDebugProcess()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp235 if (conn_up->IsConnected()) { in ScriptInterpreterIORedirect()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp185 return IsConnected(); in CanDebugProcess()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp628 auto IsConnected = [&](SCC &C) { in switchInternalEdgeToCall() local
639 if (IsConnected(*C)) in switchInternalEdgeToCall()
1036 auto IsConnected = [&](RefSCC &RC) { in insertIncomingRefEdge() local
1048 if (IsConnected(*C)) in insertIncomingRefEdge()
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp481 if (!gdb_server.IsConnected()) { in main_gdbserver()
H A Dlldb-platform.cpp233 if (!platform.IsConnected()) in client_handle()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp338 if (platform_sp->IsConnected()) { in DoExecute()
1483 if (platform_sp->IsConnected()) { in DoExecute()

12