| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 85 if (IsConnected()) { in GetDescription() 176 if (IsConnected()) { in GetRemoteWorkingDirectory() 191 if (IsConnected()) { in SetRemoteWorkingDirectory() 202 bool PlatformRemoteGDBServer::IsConnected() const { in IsConnected() function in PlatformRemoteGDBServer 204 assert(m_gdb_client_up->IsConnected()); in IsConnected() 212 if (IsConnected()) { in ConnectRemote() 324 if (!IsConnected()) in LaunchProcess() 412 if (IsConnected()) { in DebugProcess() 448 assert(IsConnected()); in LaunchGDBServer() 479 assert(IsConnected()); in KillSpawnedProcess() [all …]
|
| /openbsd-src/gnu/llvm/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 | 398 bool SBPlatform::IsConnected() { in IsConnected() function in SBPlatform 403 return platform_sp->IsConnected(); in IsConnected() 588 if (platform_sp->IsConnected()) in ExecuteConnected()
|
| /openbsd-src/gnu/llvm/lldb/source/Host/windows/ |
| H A D | ConnectionGenericFileWindows.cpp | 68 if (m_owns_file && IsConnected()) in ~ConnectionGenericFile() 88 bool ConnectionGenericFile::IsConnected() const { in IsConnected() function in ConnectionGenericFile 105 if (IsConnected()) { in Connect() 140 if (!IsConnected()) in Disconnect() 174 if (!IsConnected()) { in Read() 267 if (!IsConnected()) { in Write()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/ |
| H A D | ProcessKDP.cpp | 233 if (conn_up->IsConnected()) { in DoConnectRemote() 546 if (!keep_stopped && m_comm.IsConnected()) { in DoDetach() 578 return m_comm.IsConnected() && Process::IsAlive(); in IsAlive() 585 if (m_comm.IsConnected()) { in DoReadMemory() 612 if (m_comm.IsConnected()) in DoWriteMemory()
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBCommunication.i | 53 IsConnected () const;
|
| H A D | SBPlatform.i | 157 IsConnected();
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | RNBSocket.h | 54 bool IsConnected() const { return m_fd != -1; } in IsConnected() function
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | Connection.h | 90 virtual bool IsConnected() const = 0;
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Android/ |
| H A D | PlatformAndroidRemoteGDBServer.cpp | 85 assert(IsConnected()); in LaunchGDBServer() 108 assert(IsConnected()); in KillSpawnedProcess()
|
| H A D | PlatformAndroid.cpp | 257 if (!IsConnected()) in GetSdkVersion() 371 if (m_adb_sync_svc && m_adb_sync_svc->IsConnected()) in GetSyncService()
|
| H A D | AdbClient.h | 48 bool IsConnected() const;
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBCommunication.h | 54 bool IsConnected() const;
|
| H A D | SBPlatform.h | 123 bool IsConnected();
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Host/windows/ |
| H A D | ConnectionGenericFileWindows.h | 28 bool IsConnected() const override;
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | Communication.h | 83 bool IsConnected() const;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/ |
| H A D | PlatformQemuUser.h | 58 bool IsConnected() const override { return true; } in IsConnected() function
|
| /openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbgdbclient.py | 98 self.assertTrue(self.dbg.GetSelectedPlatform().IsConnected())
|
| /openbsd-src/gnu/llvm/lldb/source/Host/posix/ |
| H A D | ConnectionFileDescriptorPosix.cpp | 119 bool ConnectionFileDescriptor::IsConnected() const { in IsConnected() function in ConnectionFileDescriptor 197 if (!IsConnected()) { in Disconnect() 367 if (!IsConnected()) { in Write()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/OpenBSD/ |
| H A D | PlatformOpenBSD.cpp | 156 return IsConnected(); in CanDebugProcess()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | RemoteAwarePlatform.h | 86 bool IsConnected() const override;
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Host/posix/ |
| H A D | ConnectionFileDescriptorPosix.h | 42 bool IsConnected() const override;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServer.cpp | 75 if (!IsConnected()) { in GetPacketAndSendResponse()
|