Lines Matching refs:stdout_file_spec
721 FileSpec stdout_file_spec{}; in DoLaunch() local
734 stdout_file_spec = file_action->GetFileSpec(); in DoLaunch()
743 if (stdin_file_spec || stdout_file_spec || stderr_file_spec) in DoLaunch()
749 stdout_file_spec ? stdout_file_spec.GetCString() : "<null>", in DoLaunch()
783 if (!stdout_file_spec) in DoLaunch()
784 stdout_file_spec.SetFile(FileSystem::DEV_NULL, in DoLaunch()
794 if ((!stdin_file_spec || !stdout_file_spec || !stderr_file_spec) && in DoLaunch()
801 if (!stdout_file_spec) in DoLaunch()
802 stdout_file_spec = secondary_name; in DoLaunch()
814 stdout_file_spec ? stdout_file_spec.GetCString() : "<null>", in DoLaunch()
823 stdout_file_spec ? stdout_file_spec.GetCString() : "<null>", in DoLaunch()
828 if (stdout_file_spec) in DoLaunch()
829 m_gdb_comm.SetSTDOUT(stdout_file_spec); in DoLaunch()