Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcessLaunchInfo.cpp41 const FileSpec &stdout_file_spec, in ProcessLaunchInfo() argument
56 if (stdout_file_spec) { in ProcessLaunchInfo()
60 if (file_action.Open(STDOUT_FILENO, stdout_file_spec, read, write)) in ProcessLaunchInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.h50 const lldb_private::FileSpec &stdout_file_spec,
220 const lldb_private::FileSpec &stdout_file_spec,
H A DProcessMonitor.cpp697 const FileSpec &stdout_file_spec, in LaunchArgs() argument
702 m_stdout_file_spec(stdout_file_spec), in LaunchArgs()
727 const FileSpec &stdout_file_spec, const FileSpec &stderr_file_spec, in ProcessMonitor() argument
737 stdout_file_spec, stderr_file_spec, working_dir)); in ProcessMonitor()
838 const FileSpec &stdout_file_spec = args->m_stdout_file_spec; in Launch() local
894 if (stdout_file_spec) in Launch()
895 if (!DupDescriptor(stdout_file_spec, STDOUT_FILENO, O_WRONLY | O_CREAT)) in Launch()
H A DProcessFreeBSD.cpp388 FileSpec stdout_file_spec{}; in DoLaunch() local
398 stdout_file_spec = in DoLaunch()
399 GetFileSpec(file_action, stdout_file_spec, dbg_pts_file_spec); in DoLaunch()
407 launch_info.GetEnvironment(), stdin_file_spec, stdout_file_spec, in DoLaunch()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcessLaunchInfo.h38 const FileSpec &stdout_file_spec,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp814 FileSpec stdout_file_spec{}; in DoLaunch() local
827 stdout_file_spec = file_action->GetFileSpec(); in DoLaunch()
841 stdout_file_spec ? stdout_file_spec.GetCString() : "<null>", in DoLaunch()
876 if (!stdout_file_spec) in DoLaunch()
877 stdout_file_spec.SetFile(FileSystem::DEV_NULL, in DoLaunch()
894 if (!stdout_file_spec) in DoLaunch()
895 stdout_file_spec = slave_name; in DoLaunch()
906 stdout_file_spec ? stdout_file_spec.GetCString() : "<null>", in DoLaunch()
915 stdout_file_spec ? stdout_file_spec.GetCString() : "<null>", in DoLaunch()
921 if (stdout_file_spec) in DoLaunch()
[all …]