Home
last modified time | relevance | path

Searched refs:DisconnectRemote (Results 1 – 19 of 19) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/Android/
DPlatformAndroidRemoteGDBServer.cpp160 Status PlatformAndroidRemoteGDBServer::DisconnectRemote() { in DisconnectRemote() function in PlatformAndroidRemoteGDBServer
162 return PlatformRemoteGDBServer::DisconnectRemote(); in DisconnectRemote()
DPlatformAndroidRemoteGDBServer.h33 Status DisconnectRemote() override;
DPlatformAndroid.h56 Status DisconnectRemote() override;
DPlatformAndroid.cpp243 Status PlatformAndroid::DisconnectRemote() { in DisconnectRemote() function in PlatformAndroid
244 Status error = PlatformLinux::DisconnectRemote(); in DisconnectRemote()
/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBPlatform.i154 DisconnectRemote ();
/openbsd/src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
Dlldbgdbclient.py101 self.dbg.GetSelectedPlatform().DisconnectRemote()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/Windows/
DPlatformWindows.h45 lldb_private::Status DisconnectRemote() override;
DPlatformWindows.cpp443 Status PlatformWindows::DisconnectRemote() { in DisconnectRemote() function in PlatformWindows
452 error = m_remote_platform_sp->DisconnectRemote(); in DisconnectRemote()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.h59 lldb_private::Status DisconnectRemote() override;
DPlatformPOSIX.cpp347 Status PlatformPOSIX::DisconnectRemote() { in DisconnectRemote() function in PlatformPOSIX
356 error = m_remote_platform_sp->DisconnectRemote(); in DisconnectRemote()
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBPlatform.h121 void DisconnectRemote();
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
DPlatformAppleSimulator.h80 Status DisconnectRemote() override;
DPlatformAppleSimulator.cpp137 DisconnectRemote(); in ConnectRemote()
171 Status PlatformAppleSimulator::DisconnectRemote() { in DisconnectRemote() function in PlatformAppleSimulator
/openbsd/src/gnu/llvm/lldb/source/API/
DSBPlatform.cpp390 void SBPlatform::DisconnectRemote() { in DisconnectRemote() function in SBPlatform
395 platform_sp->DisconnectRemote(); in DisconnectRemote()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.h100 Status DisconnectRemote() override;
DPlatformRemoteGDBServer.cpp272 Status PlatformRemoteGDBServer::DisconnectRemote() { in DisconnectRemote() function in PlatformRemoteGDBServer
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DPlatform.h301 virtual Status DisconnectRemote();
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectPlatform.cpp348 error = platform_sp->DisconnectRemote(); in DoExecute()
/openbsd/src/gnu/llvm/lldb/source/Target/
DPlatform.cpp963 Status Platform::DisconnectRemote() { in DisconnectRemote() function in Platform