Home | History | Annotate | Download | only in gdb-remote

Lines Matching refs:stderr_path

609     const char *stderr_path = NULL;
629 stderr_path = file_action->GetPath();
672 if (stdin_path == NULL || stdout_path == NULL || stderr_path == NULL)
683 if (stderr_path == NULL)
684 stderr_path = slave_name;
689 if (disable_stdio || (stdin_path == NULL && (stdout_path || stderr_path)))
694 if (disable_stdio || (stdout_path == NULL && (stdin_path || stderr_path)))
699 if (disable_stdio || (stderr_path == NULL && (stdin_path || stdout_path)))
700 stderr_path = "/dev/null";
706 if (stderr_path)
707 m_gdb_comm.SetSTDERR (stderr_path);