Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBPlatform.h125 void DisconnectRemote();
/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp394 void SBPlatform::DisconnectRemote() { in DisconnectRemote() function in SBPlatform
399 platform_sp->DisconnectRemote(); in DisconnectRemote()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h332 virtual Status DisconnectRemote();
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp348 error = platform_sp->DisconnectRemote(); in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp959 Status Platform::DisconnectRemote() { in DisconnectRemote() function in Platform
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp40897 (arg1)->DisconnectRemote(); in _wrap_SBPlatform_DisconnectRemote()