Lines Matching refs:StartDebugserverProcess
648 error = StartDebugserverProcess (host_port, launch_info);
957 error = StartDebugserverProcess (host_port, attach_info);
1022 error = StartDebugserverProcess (host_port, attach_info);
2442 ProcessGDBRemote::StartDebugserverProcess (const char *debugserver_url)
2445 return StartDebugserverProcess(debugserver_url, launch_info);
2449 ProcessGDBRemote::StartDebugserverProcess (const char *debugserver_url, const ProcessInfo &process_info) // The connection string to use in the spawned debugserver ("localhost:1234" or "/dev/tty...")