Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/
H A DTestPlatformClient.py68 self.dbg.GetSelectedPlatform().DisconnectRemote()
92 plat.DisconnectRemote()
106 plat.DisconnectRemote()
H A DTestGDBRemotePlatformFile.py169 self.dbg.GetSelectedPlatform().DisconnectRemote()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroidRemoteGDBServer.cpp149 Status PlatformAndroidRemoteGDBServer::DisconnectRemote() { in DisconnectRemote() function in PlatformAndroidRemoteGDBServer
151 return PlatformRemoteGDBServer::DisconnectRemote(); in DisconnectRemote()
H A DPlatformAndroidRemoteGDBServer.h33 Status DisconnectRemote() override;
H A DPlatformAndroid.h56 Status DisconnectRemote() override;
H A DPlatformAndroid.cpp242 Status PlatformAndroid::DisconnectRemote() { in DisconnectRemote() function in PlatformAndroid
243 Status error = PlatformLinux::DisconnectRemote(); in DisconnectRemote()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBPlatform.i154 DisconnectRemote ();
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbgdbclient.py101 self.dbg.GetSelectedPlatform().DisconnectRemote()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.h45 lldb_private::Status DisconnectRemote() override;
H A DPlatformWindows.cpp440 Status PlatformWindows::DisconnectRemote() { in DisconnectRemote() function in PlatformWindows
449 error = m_remote_platform_sp->DisconnectRemote(); in DisconnectRemote()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBPlatform.h121 void DisconnectRemote();
/llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h59 lldb_private::Status DisconnectRemote() override;
H A DPlatformPOSIX.cpp346 Status PlatformPOSIX::DisconnectRemote() { in DisconnectRemote() function in PlatformPOSIX
355 error = m_remote_platform_sp->DisconnectRemote(); in DisconnectRemote()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformAppleSimulator.h80 Status DisconnectRemote() override;
H A DPlatformAppleSimulator.cpp136 DisconnectRemote(); in ConnectRemote()
170 Status PlatformAppleSimulator::DisconnectRemote() { in DisconnectRemote() function in PlatformAppleSimulator
/llvm-project-15.0.7/lldb/source/API/
H A DSBPlatform.cpp390 void SBPlatform::DisconnectRemote() { in DisconnectRemote() function in SBPlatform
395 platform_sp->DisconnectRemote(); in DisconnectRemote()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h99 Status DisconnectRemote() override;
H A DPlatformRemoteGDBServer.cpp275 Status PlatformRemoteGDBServer::DisconnectRemote() { in DisconnectRemote() function in PlatformRemoteGDBServer
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h300 virtual Status DisconnectRemote();
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectPlatform.cpp348 error = platform_sp->DisconnectRemote(); in DoExecute()
/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp960 Status Platform::DisconnectRemote() { in DisconnectRemote() function in Platform