Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp38 ProcessLaunchInfo::ProcessLaunchInfo(const FileSpec &stdin_file_spec, in ProcessLaunchInfo() argument
46 if (stdin_file_spec) { in ProcessLaunchInfo()
50 if (file_action.Open(STDIN_FILENO, stdin_file_spec, read, write)) in ProcessLaunchInfo()
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h35 ProcessLaunchInfo(const FileSpec &stdin_file_spec,
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp720 FileSpec stdin_file_spec{}; in DoLaunch() local
729 stdin_file_spec = file_action->GetFileSpec(); in DoLaunch()
748 stdin_file_spec ? stdin_file_spec.GetCString() : "<null>", in DoLaunch()
758 if (stdin_file_spec || disable_stdio) { in DoLaunch()
780 if (!stdin_file_spec) in DoLaunch()
798 if (!stdin_file_spec) in DoLaunch()
799 stdin_file_spec = secondary_name; in DoLaunch()
813 stdin_file_spec ? stdin_file_spec.GetCString() : "<null>", in DoLaunch()
822 stdin_file_spec ? stdin_file_spec.GetCString() : "<null>", in DoLaunch()
826 if (stdin_file_spec) in DoLaunch()
[all …]