Searched defs:DisconnectRemote (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp409 PlatformFreeBSD::DisconnectRemote () function in class:PlatformFreeBSD
420 error = m_remote_platform_sp->DisconnectRemote ();
/external/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp238 PlatformRemoteGDBServer::DisconnectRemote () function in class:PlatformRemoteGDBServer
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp536 PlatformDarwin::DisconnectRemote () function in class:PlatformDarwin
547 error = m_remote_platform_sp->DisconnectRemote ();
/external/lldb/source/Target/
H A DPlatform.cpp603 Platform::DisconnectRemote () function in class:Platform
609 error.SetErrorStringWithFormat ("Platform::DisconnectRemote() is not supported by %s", GetPluginName().GetCString());

Completed in 57 milliseconds