| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 182 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 D | PlatformRemoteGDBServer.h | 96 bool IsConnected() const override;
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBCommunication.cpp | 76 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 D | SBPlatform.cpp | 402 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 D | Communication.cpp | 77 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 D | Connection.h | 90 virtual bool IsConnected() const = 0;
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBCommunication.h | 54 bool IsConnected() const;
|
| H A D | SBPlatform.h | 127 bool IsConnected();
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | RemoteAwarePlatform.cpp | 345 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 D | Platform.cpp | 307 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 D | Communication.h | 83 bool IsConnected() const;
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/ |
| H A D | PlatformQemuUser.h | 58 bool IsConnected() const override { return true; } in IsConnected() function
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Host/posix/ |
| H A D | ConnectionFileDescriptorPosix.cpp | 120 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 D | ConnectionFileDescriptorPosix.h | 42 bool IsConnected() const override;
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | RemoteAwarePlatform.h | 86 bool IsConnected() const override;
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServer.cpp | 75 if (!IsConnected()) { in GetPacketAndSendResponse()
|
| H A D | GDBRemoteCommunication.cpp | 73 if (IsConnected()) { in ~GDBRemoteCommunication() 150 if (IsConnected()) { in SendRawPacketNoLock() 255 while (IsConnected() && !timed_out) { in WaitForPacketNoLock()
|
| H A D | ProcessGDBRemote.cpp | 819 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 D | ScriptInterpreter.cpp | 213 if (conn_up->IsConnected()) { in ScriptInterpreterIORedirect()
|
| /freebsd-14.2/contrib/llvm-project/lldb/tools/lldb-server/ |
| H A D | lldb-platform.cpp | 329 if (platform.IsConnected()) { in main_platform()
|
| H A D | lldb-gdbserver.cpp | 459 if (!gdb_server.IsConnected()) { in main_gdbserver()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/ |
| H A D | PlatformFreeBSD.cpp | 164 return IsConnected(); in CanDebugProcess()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/ |
| H A D | PlatformNetBSD.cpp | 185 return IsConnected(); in CanDebugProcess()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LazyCallGraph.cpp | 618 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 D | CommandObjectPlatform.cpp | 340 if (platform_sp->IsConnected()) { in DoExecute() 1578 if (platform_sp->IsConnected()) { in DoExecute()
|