Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h90 const char *working_directory, const char *stdin_path,
104 const char *stdin_path, const char *stdout_path, const char *stderr_path,
H A DMachProcess.mm3236 const char *stdin_path, const char *stdout_path, const char *stderr_path,
3304 argv, envp, working_directory, stdin_path, stdout_path, stderr_path,
3372 const char *stdin_path, const char *stdout_path, const char *stderr_path,
3382 stdin_path, stdout_path, stderr_path, no_stdio);
3465 if (stdin_path == NULL && stdout_path == NULL && stderr_path == NULL &&
3469 stdin_path = stdout_path = stderr_path = pty.SecondaryName();
3474 if (no_stdio || stdin_path == NULL || stdin_path[0] == '\0')
3475 stdin_path = "/dev/null";
3482 stdin_path,
3488 stdin_path);
/openbsd-src/gnu/llvm/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,
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBProcess.cpp124 const char *stdin_path, const char *stdout_path, in RemoteLaunch() argument
129 LLDB_INSTRUMENT_VA(this, argv, envp, stdin_path, stdout_path, stderr_path, in RemoteLaunch()
139 ProcessLaunchInfo launch_info(FileSpec(stdin_path), FileSpec(stdout_path), in RemoteLaunch()
H A DSBTarget.cpp299 char const **envp, const char *stdin_path, in Launch() argument
304 LLDB_INSTRUMENT_VA(this, listener, argv, envp, stdin_path, stdout_path, in Launch()
349 ProcessLaunchInfo launch_info(FileSpec(stdin_path), FileSpec(stdout_path), in Launch()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBProcess.i120 const char *stdin_path,
H A DSBTarget.i200 const char *stdin_path,
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DDNB.h49 const char *stdin_path, const char *stdout_path, const char *stderr_path,
H A DDNB.cpp324 const char *stdin_path, const char *stdout_path, const char *stderr_path, in DNBProcessLaunch() argument
334 static_cast<void *>(envp), working_directory, stdin_path, in DNBProcessLaunch()
353 path, argv, envp, working_directory, stdin_path, stdout_path, in DNBProcessLaunch()
H A Ddebugserver.cpp196 const char *stdin_path, in RNBRunLoopLaunchInferior() argument
249 stdin_path, stdout_path, stderr_path, no_stdio, g_disable_aslr, in RNBRunLoopLaunchInferior()