Searched refs:stdin_path (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.h54 const char *stdin_path,
252 const char *stdin_path,
H A DProcessMonitor.cpp767 const char *stdin_path,
775 m_stdin_path(stdin_path),
806 const char *stdin_path,
819 stdin_path, stdout_path, stderr_path,
954 const char *stdin_path = args->m_stdin_path; local
1004 if (stdin_path != NULL && stdin_path[0])
1005 if (!DupDescriptor(stdin_path, STDIN_FILENO, O_RDONLY))
763 LaunchArgs(ProcessMonitor *monitor, lldb_private::Module *module, char const **argv, char const **envp, const char *stdin_path, const char *stdout_path, const char *stderr_path, const char *working_dir) argument
802 ProcessMonitor(ProcessPOSIX *process, Module *module, const char *argv[], const char *envp[], const char *stdin_path, const char *stdout_path, const char *stderr_path, const char *working_dir, lldb_private::Error &error) argument
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.cpp223 const char *stdin_path = NULL; local
228 stdin_path = GetFilePath(file_action, stdin_path);
240 stdin_path,
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp707 const char *stdin_path = NULL; local
717 stdin_path = file_action->GetPath();
759 if (stdin_path == NULL || stdout_path == NULL || stderr_path == NULL)
764 if (stdin_path == NULL)
765 stdin_path = slave_name;
776 if (disable_stdio || (stdin_path == NULL && (stdout_path || stderr_path)))
777 stdin_path = "/dev/null";
781 if (disable_stdio || (stdout_path == NULL && (stdin_path || stderr_path)))
786 if (disable_stdio || (stderr_path == NULL && (stdin_path || stdout_path)))
789 if (stdin_path)
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBProcess.h101 const char *stdin_path,
H A DSBTarget.h294 /// optionally re-directed to \a stdin_path, \a stdout_path, and
312 /// @param[in] stdin_path
347 const char *stdin_path,
374 /// Default: stdin_path
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/API/
H A DSBProcess.cpp142 const char *stdin_path,
156 stdin_path ? stdin_path : "NULL",
173 ProcessLaunchInfo launch_info (stdin_path,
140 RemoteLaunch(char const **argv, char const **envp, const char *stdin_path, const char *stdout_path, const char *stderr_path, const char *working_directory, uint32_t launch_flags, bool stop_at_entry, lldb::SBError& error) argument
H A DSBTarget.cpp590 char *stdin_path = NULL; local
600 stdin_path,
628 const char *stdin_path,
649 stdin_path ? stdin_path : "NULL",
696 ProcessLaunchInfo launch_info (stdin_path, stdout_path, stderr_path, working_directory, launch_flags);
623 Launch( SBListener &listener, char const **argv, char const **envp, const char *stdin_path, const char *stdout_path, const char *stderr_path, const char *working_directory, uint32_t launch_flags, bool stop_at_entry, lldb::SBError& error ) argument
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h543 ProcessLaunchInfo (const char *stdin_path, argument
561 if (stdin_path)
566 if (file_action.Open(STDIN_FILENO, stdin_path, read, write))
1758 /// optionally re-directed to \a stdin_path, \a stdout_path, and
1778 /// @param[in] stdin_path
2235 /// and output files can be optionally re-directed to \a stdin_path,
2251 /// @param[in] stdin_path

Completed in 134 milliseconds