| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBCommunication.cpp | 67 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 D | SBPlatform.cpp | 275 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 D | PlatformRemoteGDBServer.cpp | 84 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 D | PlatformRemoteGDBServer.h | 108 bool IsConnected() const override;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBCommunication.h | 53 bool IsConnected() const;
|
| H A D | SBPlatform.h | 109 bool IsConnected();
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | Connection.h | 105 virtual bool IsConnected() const = 0;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Communication.cpp | 115 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 D | ConnectionFileDescriptorPosix.cpp | 147 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 D | GDBRemoteCommunication.cpp | 81 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 D | GDBRemoteCommunicationServer.cpp | 76 if (!IsConnected()) { in GetPacketAndSendResponse()
|
| H A D | GDBRemoteCommunicationReplayServer.cpp | 63 if (!IsConnected()) { in GetPacketAndSendResponse()
|
| H A D | ProcessGDBRemote.cpp | 786 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 D | GDBRemoteCommunicationClient.cpp | 111 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 D | ConnectionFileDescriptorPosix.h | 51 bool IsConnected() const override;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | Communication.h | 178 bool IsConnected() const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Platform.cpp | 438 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 D | PlatformNetBSD.cpp | 232 return IsConnected(); in CanDebugProcess()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.h | 86 bool IsConnected() const override;
|
| H A D | PlatformPOSIX.cpp | 84 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 D | lldb-platform.cpp | 340 if (platform.IsConnected()) { in main_platform()
|
| H A D | lldb-gdbserver.cpp | 531 if (!gdb_server.IsConnected()) { in main_gdbserver()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | LazyCallGraph.cpp | 560 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 D | Platform.h | 493 virtual bool IsConnected() const { in IsConnected() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectPlatform.cpp | 376 if (platform_sp->IsConnected()) { in DoExecute() 1443 if (platform_sp->IsConnected()) { in DoExecute()
|