| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBCommunication.cpp | 79 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 D | SBPlatform.cpp | 432 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 D | PlatformRemoteGDBServer.cpp | 87 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 D | PlatformRemoteGDBServer.h | 102 bool IsConnected() const override;
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBCommunication.i | 53 IsConnected () const;
|
| H A D | SBPlatform.i | 157 IsConnected();
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | Connection.h | 90 virtual bool IsConnected() const = 0;
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBCommunication.h | 54 bool IsConnected() const;
|
| H A D | SBPlatform.h | 123 bool IsConnected();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Communication.cpp | 116 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 D | ConnectionFileDescriptorPosix.h | 50 bool IsConnected() const override;
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Communication.h | 158 bool IsConnected() const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/ |
| H A D | ConnectionFileDescriptorPosix.cpp | 145 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 D | GDBRemoteCommunication.cpp | 77 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 D | GDBRemoteCommunicationServer.cpp | 76 if (!IsConnected()) { in GetPacketAndSendResponse()
|
| H A D | GDBRemoteCommunicationReplayServer.cpp | 102 if (!IsConnected()) { in GetPacketAndSendResponse()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | RemoteAwarePlatform.h | 85 bool IsConnected() const override;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/ |
| H A D | PlatformFreeBSD.cpp | 222 return IsConnected(); in CanDebugProcess()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | RemoteAwarePlatform.cpp | 380 bool RemoteAwarePlatform::IsConnected() const { in IsConnected() function in RemoteAwarePlatform 384 return m_remote_platform_sp->IsConnected(); in IsConnected()
|
| H A D | Platform.cpp | 433 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 D | PlatformNetBSD.cpp | 228 return IsConnected(); in CanDebugProcess()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | ScriptInterpreter.cpp | 186 if (conn_up->IsConnected()) { in ScriptInterpreterIORedirect()
|
| /freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/ |
| H A D | lldb-platform.cpp | 353 if (platform.IsConnected()) { in main_platform()
|
| H A D | lldb-gdbserver.cpp | 514 if (!gdb_server.IsConnected()) { in main_gdbserver()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LazyCallGraph.cpp | 627 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()
|