Home
last modified time | relevance | path

Searched refs:stdin_path (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBProcess.h82 const char *stdin_path, const char *stdout_path,
H A DSBTarget.h182 char const **envp, const char *stdin_path,
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBProcess.cpp106 const char *stdin_path, const char *stdout_path, in RemoteLaunch() argument
118 stdin_path ? stdin_path : "NULL", in RemoteLaunch()
131 ProcessLaunchInfo launch_info(FileSpec(stdin_path), FileSpec(stdout_path), in RemoteLaunch()
H A DSBTarget.cpp248 char *stdin_path = NULL; in LaunchSimple() local
255 return Launch(listener, argv, envp, stdin_path, stdout_path, stderr_path, in LaunchSimple()
270 char const **envp, const char *stdin_path, in Launch() argument
286 static_cast<void *>(envp), stdin_path ? stdin_path : "NULL", in Launch()
329 ProcessLaunchInfo launch_info(FileSpec(stdin_path), FileSpec(stdout_path), in Launch()