Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp39 const FileSpec &stderr_file_spec, in ProcessLaunchInfo() argument
58 if (stderr_file_spec) { in ProcessLaunchInfo()
62 if (file_action.Open(STDERR_FILENO, stderr_file_spec, read, write)) in ProcessLaunchInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h36 const FileSpec &stderr_file_spec,
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp625 FileSpec stderr_file_spec{}; in DoLaunch() local
642 stderr_file_spec = file_action->GetFileSpec(); in DoLaunch()
646 if (stdin_file_spec || stdout_file_spec || stderr_file_spec) in DoLaunch()
653 stderr_file_spec ? stderr_file_spec.GetPath().c_str() : "<null>"); in DoLaunch()
689 if (!stderr_file_spec) in DoLaunch()
690 stderr_file_spec.SetFile(FileSystem::DEV_NULL, in DoLaunch()
697 if ((!stdin_file_spec || !stdout_file_spec || !stderr_file_spec) && in DoLaunch()
707 if (!stderr_file_spec) in DoLaunch()
708 stderr_file_spec = secondary_name; in DoLaunch()
718 stderr_file_spec ? stderr_file_spec.GetPath().c_str() : "<null>"); in DoLaunch()
[all …]