Searched refs:no_stdio (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachProcess.h | 91 bool no_stdio, nub_launch_flavor_t launch_flavor, 104 bool no_stdio, MachProcess *process, int disable_aslr, DNBError &err); 117 bool no_stdio, bool disable_aslr, 122 const char *path, char const *argv[], char const *envp[], bool no_stdio, 139 char const *envp[], bool no_stdio, bool disable_aslr, 143 char const *envp[], bool no_stdio,
|
| H A D | MachProcess.mm | 3220 no_stdio, this, disable_aslr, launch_err); 3297 stdin_path, stdout_path, stderr_path, no_stdio); 3381 !no_stdio) { 3389 if (no_stdio || stdin_path == NULL || stdin_path[0] == '\0') 3391 if (no_stdio || stdout_path == NULL || stdout_path[0] == '\0') 3393 if (no_stdio || stderr_path == NULL || stderr_path[0] == '\0') 3608 char const *envp[], bool no_stdio, 3662 bool no_stdio, MachProcess *process, DNBError &launch_err) { 3738 if (!no_stdio) { 3880 bool no_stdio, bool disable_aslr, const char *event_data, [all …]
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | debugserver.cpp | 199 bool no_stdio) { in RNBRunLoopLaunchInferior() argument 249 stdin_path, stdout_path, stderr_path, no_stdio, g_disable_aslr, in RNBRunLoopLaunchInferior() 983 bool no_stdio = false; in main() local 1234 no_stdio = true; in main() 1625 no_stdio); in main()
|
| H A D | DNB.h | 49 bool no_stdio, int disable_aslr, const char *event_data, char *err_str,
|
| H A D | DNB.cpp | 325 bool no_stdio, int disable_aslr, const char *event_data, char *err_str, in DNBProcessLaunch() argument 335 stdout_path, stderr_path, no_stdio, ctx->LaunchFlavor(), in DNBProcessLaunch() 354 stderr_path, no_stdio, ctx->LaunchFlavor(), disable_aslr, event_data, in DNBProcessLaunch()
|