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

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBPlatform.i139 DisconnectRemote ();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBPlatform.h108 void DisconnectRemote();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h67 lldb_private::Status DisconnectRemote() override;
H A DPlatformPOSIX.cpp486 Status PlatformPOSIX::DisconnectRemote() { function in class:PlatformPOSIX
495 error = m_remote_platform_sp->DisconnectRemote();
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp350 void SBPlatform::DisconnectRemote() { function in class:SBPlatform
351 LLDB_RECORD_METHOD_NO_ARGS(void, SBPlatform, DisconnectRemote);
355 platform_sp->DisconnectRemote();
677 LLDB_REGISTER_METHOD(void, SBPlatform, DisconnectRemote, ());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h105 Status DisconnectRemote() override;
H A DPlatformRemoteGDBServer.cpp327 Status PlatformRemoteGDBServer::DisconnectRemote() { function in class:PlatformRemoteGDBServer
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h311 virtual Status DisconnectRemote();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp352 error = platform_sp->DisconnectRemote();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp973 Status Platform::DisconnectRemote() { function in class:Platform
981 "Platform::DisconnectRemote() is not supported by %s",

Completed in 135 milliseconds