Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Host/common/
DProcessLaunchInfo.cpp40 const FileSpec &stderr_file_spec, in ProcessLaunchInfo() argument
60 if (stderr_file_spec) { in ProcessLaunchInfo()
64 if (file_action.Open(STDERR_FILENO, stderr_file_spec, read, write)) in ProcessLaunchInfo()
/openbsd/src/gnu/llvm/lldb/include/lldb/Host/
DProcessLaunchInfo.h37 const FileSpec &stderr_file_spec,
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp619 FileSpec stderr_file_spec{}; in DoLaunch() local
636 stderr_file_spec = file_action->GetFileSpec(); in DoLaunch()
640 if (stdin_file_spec || stdout_file_spec || stderr_file_spec) in DoLaunch()
647 stderr_file_spec ? stderr_file_spec.GetPath().c_str() : "<null>"); in DoLaunch()
683 if (!stderr_file_spec) in DoLaunch()
684 stderr_file_spec.SetFile(FileSystem::DEV_NULL, in DoLaunch()
691 if ((!stdin_file_spec || !stdout_file_spec || !stderr_file_spec) && in DoLaunch()
701 if (!stderr_file_spec) in DoLaunch()
702 stderr_file_spec = secondary_name; in DoLaunch()
712 stderr_file_spec ? stderr_file_spec.GetPath().c_str() : "<null>"); in DoLaunch()
[all …]