Searched refs:debugserver_path (Results 1 – 2 of 2) sorted by relevance
527 char debugserver_path[PATH_MAX]; in StartDebugserverProcess() local560 debugserver_file_spec.GetPath (debugserver_path, sizeof(debugserver_path)); in StartDebugserverProcess()567 debugserver_args.AppendArgument(debugserver_path); in StartDebugserverProcess()
2458 char debugserver_path[PATH_MAX]; in StartDebugserverProcess() local2491 debugserver_file_spec.GetPath (debugserver_path, sizeof(debugserver_path)); in StartDebugserverProcess()2501 debugserver_args.AppendArgument(debugserver_path); in StartDebugserverProcess()2584 …::LaunchProcess (launch_info) => pid=%" PRIu64 ", path='%s'", m_debugserver_pid, debugserver_path); in StartDebugserverProcess()