Searched defs:ConnectRemote (Results 1 - 5 of 5) sorted by relevance

/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp372 PlatformFreeBSD::ConnectRemote (Args& args) function in class:PlatformFreeBSD
390 error = m_remote_platform_sp->ConnectRemote (args);
/external/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp197 PlatformRemoteGDBServer::ConnectRemote (Args& args) function in class:PlatformRemoteGDBServer
403 error = process_sp->ConnectRemote (NULL, connect_url);
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp499 PlatformDarwin::ConnectRemote (Args& args) function in class:PlatformDarwin
517 error = m_remote_platform_sp->ConnectRemote (args);
/external/lldb/source/Target/
H A DPlatform.cpp592 Platform::ConnectRemote (Args& args) function in class:Platform
598 error.SetErrorStringWithFormat ("Platform::ConnectRemote() is not supported by %s", GetPluginName().GetCString());
/external/lldb/source/API/
H A DSBTarget.cpp1145 SBTarget::ConnectRemote function in class:SBTarget
1161 log->Printf ("SBTarget(%p)::ConnectRemote (listener, url=%s, plugin_name=%s, error)...", target_sp.get(), url, plugin_name);
1176 error.SetError (process_sp->ConnectRemote (NULL, url));
1190 log->Printf ("SBTarget(%p)::ConnectRemote (...) => SBProcess(%p)",

Completed in 1012 milliseconds