Home
last modified time | relevance | path

Searched refs:stdin_file_spec (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp37 ProcessLaunchInfo::ProcessLaunchInfo(const FileSpec &stdin_file_spec, in ProcessLaunchInfo() argument
44 if (stdin_file_spec) { in ProcessLaunchInfo()
48 if (file_action.Open(STDIN_FILENO, stdin_file_spec, read, write)) in ProcessLaunchInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h34 ProcessLaunchInfo(const FileSpec &stdin_file_spec,
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp623 FileSpec stdin_file_spec{}; in DoLaunch() local
632 stdin_file_spec = file_action->GetFileSpec(); in DoLaunch()
646 if (stdin_file_spec || stdout_file_spec || stderr_file_spec) in DoLaunch()
651 stdin_file_spec ? stdin_file_spec.GetPath().c_str() : "<null>", in DoLaunch()
661 if (stdin_file_spec || disable_stdio) { in DoLaunch()
683 if (!stdin_file_spec) in DoLaunch()
684 stdin_file_spec.SetFile(FileSystem::DEV_NULL, in DoLaunch()
697 if ((!stdin_file_spec || !stdout_file_spec || !stderr_file_spec) && in DoLaunch()
701 if (!stdin_file_spec) in DoLaunch()
702 stdin_file_spec = secondary_name; in DoLaunch()
[all …]