Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/python_api/interpreter/
H A DTestRunCommandInterpreterAPI.py15 self.stdin_path = self.getBuildArtifact("stdin.txt")
17 with open(self.stdin_path, 'w') as input_handle:
23 self.filehandle = open(self.stdin_path, 'r')
50 self.stdin_path = self.getBuildArtifact("stdin.txt")
52 with open(self.stdin_path, 'w') as input_handle:
55 self.dbg.SetInputFile(open(self.stdin_path, 'r'))
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h89 const char *working_directory, const char *stdin_path,
103 const char *stdin_path, const char *stdout_path, const char *stderr_path,
H A DMachProcess.mm3151 const char *stdin_path, const char *stdout_path, const char *stderr_path,
3219 argv, envp, working_directory, stdin_path, stdout_path, stderr_path,
3287 const char *stdin_path, const char *stdout_path, const char *stderr_path,
3297 stdin_path, stdout_path, stderr_path, no_stdio);
3380 if (stdin_path == NULL && stdout_path == NULL && stderr_path == NULL &&
3384 stdin_path = stdout_path = stderr_path = pty.SecondaryName();
3389 if (no_stdio || stdin_path == NULL || stdin_path[0] == '\0')
3390 stdin_path = "/dev/null";
3397 stdin_path,
3403 stdin_path);
/llvm-project-15.0.7/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,
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DDNB.h48 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()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBProcess.i120 const char *stdin_path,
H A DSBTarget.i200 const char *stdin_path,