Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp182 if (IsConnected()) { in GetRemoteWorkingDirectory()
197 if (IsConnected()) { in SetRemoteWorkingDirectory()
218 if (IsConnected()) { in ConnectRemote()
330 if (!IsConnected()) in LaunchProcess()
590 if (IsConnected()) in OpenFile()
596 if (IsConnected()) in CloseFile()
604 if (IsConnected()) in GetFileSize()
611 if (IsConnected()) in AutoCompleteDiskFileOrDirectory()
618 if (IsConnected()) in ReadFile()
627 if (IsConnected()) in WriteFile()
[all …]
H A DPlatformRemoteGDBServer.h96 bool IsConnected() const override;
/freebsd-14.2/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.cpp402 bool SBPlatform::IsConnected() { in IsConnected() function in SBPlatform
407 return platform_sp->IsConnected(); in IsConnected()
586 if (platform_sp->IsConnected()) { in Attach()
605 if (platform_sp->IsConnected()) { in GetAllProcesses()
629 if (platform_sp->IsConnected()) in ExecuteConnected()
/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DConnection.h90 virtual bool IsConnected() const = 0;
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommunication.h54 bool IsConnected() const;
H A DSBPlatform.h127 bool IsConnected();
/freebsd-14.2/contrib/llvm-project/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()
H A DPlatform.cpp307 const bool is_connected = IsConnected(); in GetStatus()
319 if (!IsConnected()) in GetStatus()
345 const bool is_connected = IsConnected(); in GetOSVersion()
752 if (IsConnected()) in SetOSVersion()
895 const bool is_connected = IsConnected(); in GetSystemArchitecture()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DCommunication.h83 bool IsConnected() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.h58 bool IsConnected() const override { return true; } in IsConnected() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp120 bool ConnectionFileDescriptor::IsConnected() const { in IsConnected() function in ConnectionFileDescriptor
198 if (!IsConnected()) { in Disconnect()
365 if (!IsConnected()) { in Write()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DConnectionFileDescriptorPosix.h42 bool IsConnected() const override;
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h86 bool IsConnected() const override;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.cpp75 if (!IsConnected()) { in GetPacketAndSendResponse()
H A DGDBRemoteCommunication.cpp73 if (IsConnected()) { in ~GDBRemoteCommunication()
150 if (IsConnected()) { in SendRawPacketNoLock()
255 while (IsConnected() && !timed_out) { in WaitForPacketNoLock()
H A DProcessGDBRemote.cpp819 while (!m_gdb_comm.IsConnected()) { in ConnectToDebugserver()
835 if (!m_gdb_comm.IsConnected()) { in ConnectToDebugserver()
978 if (platform_sp && platform_sp->IsConnected()) in DidLaunchOrAttach()
2426 if (m_gdb_comm.IsConnected()) { in DoDestroy()
2497 return m_gdb_comm.IsConnected() && Process::IsAlive(); in IsAlive()
2934 if (m_stdio_communication.IsConnected()) { in PutSTDIN()
3314 if (m_gdb_comm.IsConnected()) in EstablishConnectionIfNeeded()
3431 if (m_gdb_comm.IsConnected()) { in LaunchAndConnectToDebugserver()
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp213 if (conn_up->IsConnected()) { in ScriptInterpreterIORedirect()
/freebsd-14.2/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp329 if (platform.IsConnected()) { in main_platform()
H A Dlldb-gdbserver.cpp459 if (!gdb_server.IsConnected()) { in main_gdbserver()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp164 return IsConnected(); in CanDebugProcess()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp185 return IsConnected(); in CanDebugProcess()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp618 auto IsConnected = [&](SCC &C) { in switchInternalEdgeToCall() local
629 if (IsConnected(*C)) in switchInternalEdgeToCall()
1026 auto IsConnected = [&](RefSCC &RC) { in insertIncomingRefEdge() local
1038 if (IsConnected(*C)) in insertIncomingRefEdge()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp340 if (platform_sp->IsConnected()) { in DoExecute()
1578 if (platform_sp->IsConnected()) { in DoExecute()

12