Searched refs:remote_url (Results 1 - 8 of 8) sorted by relevance

/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp242 ProcessKDP::DoConnectRemote (Stream *strm, const char *remote_url) argument
251 if (remote_url == NULL || remote_url[0] == '\0')
253 error.SetErrorStringWithFormat ("invalid connection URL '%s'", remote_url);
265 if (conn_ap->Connect(remote_url, &error) == eConnectionStatusSuccess)
348 error.SetErrorStringWithFormat ("failed to connect to '%s'", remote_url);
H A DProcessKDP.h97 DoConnectRemote (lldb_private::Stream *strm, const char *remote_url);
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h101 DoConnectRemote (lldb_private::Stream *strm, const char *remote_url);
H A DProcessGDBRemote.cpp536 ProcessGDBRemote::DoConnectRemote (Stream *strm, const char *remote_url)
543 error = ConnectToDebugserver (remote_url);
570 error.SetErrorStringWithFormat ("Process %" PRIu64 " was reported after connecting to '%s', but state was not stopped: %s", pid, remote_url, StateAsCString (state));
573 error.SetErrorStringWithFormat ("Process %" PRIu64 " was reported after connecting to '%s', but no stop reply packet was received", pid, remote_url);
/external/lldb/source/Commands/
H A DCommandObjectProcess.cpp1168 const char *remote_url = command.GetArgumentAtIndex(0); local
1173 error = process->ConnectRemote (&process->GetTarget().GetDebugger().GetOutputStream(), remote_url);
1186 remote_url);
/external/lldb/include/lldb/Target/
H A DProcess.h1793 /// @param[in] remote_url
1800 ConnectRemote (Stream *strm, const char *remote_url);
2036 /// @param[in] remote_url
2043 DoConnectRemote (Stream *strm, const char *remote_url) argument
/external/chromium_org/chrome/browser/sync/glue/
H A Dfavicon_cache.cc261 GURL remote_url = GetFaviconURLFromSpecifics(iter->GetSpecifics()); local
/external/lldb/source/Target/
H A DProcess.cpp3233 Process::ConnectRemote (Stream *strm, const char *remote_url)
3241 Error error (DoConnectRemote (strm, remote_url));

Completed in 222 milliseconds