Home
last modified time | relevance | path

Searched refs:no_stdio (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h92 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 DMachProcess.mm3237 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 Ddebugserver.cpp199 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 DDNB.h50 bool no_stdio, int disable_aslr, const char *event_data, char *err_str,
H A DDNB.cpp325 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()