Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp39 const FileSpec &stdout_file_spec, in ProcessLaunchInfo() argument
53 if (stdout_file_spec) { in ProcessLaunchInfo()
57 if (file_action.Open(STDOUT_FILENO, stdout_file_spec, read, write)) in ProcessLaunchInfo()
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h36 const FileSpec &stdout_file_spec,
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp721 FileSpec stdout_file_spec{}; in DoLaunch() local
734 stdout_file_spec = file_action->GetFileSpec(); 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()
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()
[all …]