| /llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/ |
| H A D | TestPlatformClient.py | 68 self.dbg.GetSelectedPlatform().DisconnectRemote() 92 plat.DisconnectRemote() 106 plat.DisconnectRemote()
|
| H A D | TestGDBRemotePlatformFile.py | 169 self.dbg.GetSelectedPlatform().DisconnectRemote()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/Android/ |
| H A D | PlatformAndroidRemoteGDBServer.cpp | 149 Status PlatformAndroidRemoteGDBServer::DisconnectRemote() { in DisconnectRemote() function in PlatformAndroidRemoteGDBServer 151 return PlatformRemoteGDBServer::DisconnectRemote(); in DisconnectRemote()
|
| H A D | PlatformAndroidRemoteGDBServer.h | 33 Status DisconnectRemote() override;
|
| H A D | PlatformAndroid.h | 56 Status DisconnectRemote() override;
|
| H A D | PlatformAndroid.cpp | 242 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 D | SBPlatform.i | 154 DisconnectRemote ();
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbgdbclient.py | 101 self.dbg.GetSelectedPlatform().DisconnectRemote()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/Windows/ |
| H A D | PlatformWindows.h | 45 lldb_private::Status DisconnectRemote() override;
|
| H A D | PlatformWindows.cpp | 440 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 D | SBPlatform.h | 121 void DisconnectRemote();
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.h | 59 lldb_private::Status DisconnectRemote() override;
|
| H A D | PlatformPOSIX.cpp | 346 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 D | PlatformAppleSimulator.h | 80 Status DisconnectRemote() override;
|
| H A D | PlatformAppleSimulator.cpp | 136 DisconnectRemote(); in ConnectRemote() 170 Status PlatformAppleSimulator::DisconnectRemote() { in DisconnectRemote() function in PlatformAppleSimulator
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBPlatform.cpp | 390 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 D | PlatformRemoteGDBServer.h | 99 Status DisconnectRemote() override;
|
| H A D | PlatformRemoteGDBServer.cpp | 275 Status PlatformRemoteGDBServer::DisconnectRemote() { in DisconnectRemote() function in PlatformRemoteGDBServer
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | Platform.h | 300 virtual Status DisconnectRemote();
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectPlatform.cpp | 348 error = platform_sp->DisconnectRemote(); in DoExecute()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Platform.cpp | 960 Status Platform::DisconnectRemote() { in DisconnectRemote() function in Platform
|