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

/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBPlatform.h132 DisconnectRemote ();
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h112 DisconnectRemote ();
H A DPlatformFreeBSD.cpp428 PlatformFreeBSD::DisconnectRemote () function in class:PlatformFreeBSD
439 error = m_remote_platform_sp->DisconnectRemote ();
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h150 DisconnectRemote ();
H A DPlatformRemoteGDBServer.cpp287 PlatformRemoteGDBServer::DisconnectRemote () function in class:PlatformRemoteGDBServer
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/API/
H A DSBPlatform.cpp355 SBPlatform::DisconnectRemote () function in class:SBPlatform
359 platform_sp->DisconnectRemote();
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h342 DisconnectRemote ();
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp955 Platform::DisconnectRemote () function in class:Platform
961 error.SetErrorStringWithFormat ("Platform::DisconnectRemote() is not supported by %s", GetPluginName().GetCString());
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectPlatform.cpp488 error = platform_sp->DisconnectRemote ();

Completed in 129 milliseconds