Searched refs:no_stdio (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachProcess.h | 92 bool no_stdio, nub_launch_flavor_t launch_flavor, 105 bool no_stdio, MachProcess *process, int disable_aslr, DNBError &err); 118 bool no_stdio, bool disable_aslr, 123 const char *path, char const *argv[], char const *envp[], bool no_stdio, 140 char const *envp[], bool no_stdio, bool disable_aslr, 144 char const *envp[], bool no_stdio,
|
| H A D | MachProcess.mm | 3237 bool no_stdio, nub_launch_flavor_t launch_flavor, int disable_aslr, 3265 no_stdio, disable_aslr, event_data, 3279 no_stdio, disable_aslr, event_data, 3291 if (SBLaunchForDebug(app_bundle_path.c_str(), argv, envp, no_stdio, 3305 no_stdio, this, disable_aslr, launch_err); 3373 bool no_stdio, MachProcess *process, int disable_aslr, DNBError &err) { 3382 stdin_path, stdout_path, stderr_path, no_stdio); 3466 !no_stdio) { 3473 // if no_stdio or std paths not supplied, then route to "/dev/null". 3474 if (no_stdio || stdin_path == NULL || stdin_path[0] == '\0') [all …]
|
| /openbsd-src/gnu/llvm/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 | 50 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()
|