Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp38 const FileSpec &stdout_file_spec, in ProcessLaunchInfo() argument
54 if (stdout_file_spec) { in ProcessLaunchInfo()
58 if (file_action.Open(STDOUT_FILENO, stdout_file_spec, read, write)) in ProcessLaunchInfo()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h36 const FileSpec &stdout_file_spec,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp751 FileSpec stdout_file_spec{}; in DoLaunch() local
764 stdout_file_spec = file_action->GetFileSpec(); in DoLaunch()
779 stdout_file_spec ? stdout_file_spec.GetCString() : "<null>", in DoLaunch()
815 if (!stdout_file_spec) in DoLaunch()
816 stdout_file_spec.SetFile(FileSystem::DEV_NULL, in DoLaunch()
833 if (!stdout_file_spec) in DoLaunch()
834 stdout_file_spec = secondary_name; in DoLaunch()
846 stdout_file_spec ? stdout_file_spec.GetCString() : "<null>", in DoLaunch()
855 stdout_file_spec ? stdout_file_spec.GetCString() : "<null>", in DoLaunch()
860 if (stdout_file_spec) in DoLaunch()
[all …]