Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h89 const char *stdin_path, const char *stdout_path,
H A DSBTarget.h179 char const **envp, const char *stdin_path,
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp125 const char *stdin_path, const char *stdout_path, in RemoteLaunch() argument
130 LLDB_INSTRUMENT_VA(this, argv, envp, stdin_path, stdout_path, stderr_path, in RemoteLaunch()
140 ProcessLaunchInfo launch_info(FileSpec(stdin_path), FileSpec(stdout_path), in RemoteLaunch()
H A DSBTarget.cpp300 char const **envp, const char *stdin_path, in Launch() argument
305 LLDB_INSTRUMENT_VA(this, listener, argv, envp, stdin_path, stdout_path, in Launch()
350 ProcessLaunchInfo launch_info(FileSpec(stdin_path), FileSpec(stdout_path), in Launch()