Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h83 const char *stdin_path, const char *stdout_path,
H A DSBTarget.h174 char const **envp, const char *stdin_path,
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcess.i120 const char *stdin_path,
H A DSBTarget.i200 const char *stdin_path,
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp128 const char *stdin_path, const char *stdout_path, in RemoteLaunch() argument
137 argv, envp, stdin_path, stdout_path, stderr_path, in RemoteLaunch()
147 ProcessLaunchInfo launch_info(FileSpec(stdin_path), FileSpec(stdout_path), in RemoteLaunch()
H A DSBTarget.cpp323 char const **envp, const char *stdin_path, in Launch() argument
332 listener, argv, envp, stdin_path, stdout_path, stderr_path, in Launch()
376 ProcessLaunchInfo launch_info(FileSpec(stdin_path), FileSpec(stdout_path), in Launch()