Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h89 const char *stdin_path, const char *stdout_path,
H A DSBTarget.h190 char const **envp, const char *stdin_path,
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp128 const char *stdin_path, const char *stdout_path, in RemoteLaunch() argument
133 LLDB_INSTRUMENT_VA(this, argv, envp, stdin_path, stdout_path, stderr_path, in RemoteLaunch()
143 ProcessLaunchInfo launch_info(FileSpec(stdin_path), FileSpec(stdout_path), in RemoteLaunch()
H A DSBTarget.cpp307 char const **envp, const char *stdin_path, in Launch() argument
312 LLDB_INSTRUMENT_VA(this, listener, argv, envp, stdin_path, stdout_path, in Launch()
357 ProcessLaunchInfo launch_info(FileSpec(stdin_path), FileSpec(stdout_path), in Launch()