Searched refs:stdin_path (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBProcess.h | 82 const char *stdin_path, const char *stdout_path,
|
| H A D | SBTarget.h | 182 char const **envp, const char *stdin_path,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBProcess.cpp | 106 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 D | SBTarget.cpp | 248 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()
|