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

/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h104 DisconnectRemote ();
H A DPlatformFreeBSD.cpp409 PlatformFreeBSD::DisconnectRemote () function in class:PlatformFreeBSD
420 error = m_remote_platform_sp->DisconnectRemote ();
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.h76 DisconnectRemote ();
H A DPlatformDarwin.cpp536 PlatformDarwin::DisconnectRemote () function in class:PlatformDarwin
547 error = m_remote_platform_sp->DisconnectRemote ();
/external/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h136 DisconnectRemote ();
H A DPlatformRemoteGDBServer.cpp238 PlatformRemoteGDBServer::DisconnectRemote () function in class:PlatformRemoteGDBServer
/external/lldb/include/lldb/Target/
H A DPlatform.h332 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());
/external/lldb/source/Commands/
H A DCommandObjectPlatform.cpp324 error = platform_sp->DisconnectRemote ();

Completed in 104 milliseconds