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.cpp352 Status PlatformPOSIX::DisconnectRemote() { in DisconnectRemote() function in PlatformPOSIX
361 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/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h100 Status DisconnectRemote() override;
H A DPlatformRemoteGDBServer.cpp271 Status PlatformRemoteGDBServer::DisconnectRemote() { in DisconnectRemote() function in PlatformRemoteGDBServer
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp393 void SBPlatform::DisconnectRemote() { in DisconnectRemote() function in SBPlatform
398 platform_sp->DisconnectRemote(); in DisconnectRemote()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h322 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.cpp892 Status Platform::DisconnectRemote() { in DisconnectRemote() function in Platform
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp43313 (arg1)->DisconnectRemote(); in _wrap_SBPlatform_DisconnectRemote()