Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h59 lldb_private::Status DisconnectRemote() override;
H A DPlatformPOSIX.cpp347 Status PlatformPOSIX::DisconnectRemote() { in DisconnectRemote() function in PlatformPOSIX
356 error = m_remote_platform_sp->DisconnectRemote(); in DisconnectRemote()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBPlatform.h125 void DisconnectRemote();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp394 void SBPlatform::DisconnectRemote() { in DisconnectRemote()
399 platform_sp->DisconnectRemote(); in IsConnected()
391 void SBPlatform::DisconnectRemote() { DisconnectRemote() function in SBPlatform
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h100 Status DisconnectRemote() override;
H A DPlatformRemoteGDBServer.cpp278 Status PlatformRemoteGDBServer::DisconnectRemote() { in DisconnectRemote() function in PlatformRemoteGDBServer
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h319 virtual Status DisconnectRemote();
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp346 error = platform_sp->DisconnectRemote(); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp889 Status Platform::DisconnectRemote() { in DisconnectRemote() function in Platform
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp42534 (arg1)->DisconnectRemote(); in _wrap_SBPlatform_DisconnectRemote()