HomeSort by relevance Sort by last modified time
    Searched refs:remote_url (Results 1 - 8 of 8) sorted by null

  /external/chromium-trace/trace-viewer/hooks/
pre_push 22 remote_url = sys.argv[2] if len(sys.argv) >= 2 else ''
23 if 'github.com' not in remote_url:
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
ProcessKDP.cpp 242 ProcessKDP::DoConnectRemote (Stream *strm, const char *remote_url)
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);
    [all...]
ProcessKDP.h 97 DoConnectRemote (lldb_private::Stream *strm, const char *remote_url);
  /external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemote.h 101 DoConnectRemote (lldb_private::Stream *strm, const char *remote_url);
ProcessGDBRemote.cpp 536 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);
    [all...]
  /external/lldb/source/Commands/
CommandObjectProcess.cpp 1168 const char *remote_url = command.GetArgumentAtIndex(0); local
    [all...]
  /external/lldb/include/lldb/Target/
Process.h     [all...]
  /external/lldb/source/Target/
Process.cpp     [all...]

Completed in 180 milliseconds