Searched refs:no_stdio (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
D | MachProcess.h | 86 bool no_stdio, nub_launch_flavor_t launch_flavor, 98 bool no_stdio, MachProcess *process, int disable_aslr, DNBError &err); 111 bool no_stdio, bool disable_aslr, 115 const char *path, char const *argv[], char const *envp[], bool no_stdio, 132 char const *envp[], bool no_stdio, bool disable_aslr, 136 char const *envp[], bool no_stdio,
|
D | MachProcess.mm | 3080 bool no_stdio, nub_launch_flavor_t launch_flavor, int disable_aslr, 3107 no_stdio, disable_aslr, event_data, 3123 no_stdio, disable_aslr, event_data, 3150 if (SBLaunchForDebug(app_bundle_path.c_str(), argv, envp, no_stdio, 3165 no_stdio, this, disable_aslr, launch_err); 3228 bool no_stdio, MachProcess *process, int disable_aslr, DNBError &err) { 3237 stdin_path, stdout_path, stderr_path, no_stdio); 3321 !no_stdio) { 3328 // if no_stdio or std paths not supplied, then route to "/dev/null". 3329 if (no_stdio || stdin_path == NULL || stdin_path[0] == '\0') [all …]
|
/external/llvm-project/lldb/tools/debugserver/source/ |
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 1225 no_stdio = true; in main() 1610 no_stdio); in main()
|
D | DNB.h | 50 bool no_stdio, int disable_aslr, const char *event_data, char *err_str,
|
D | DNB.cpp | 326 bool no_stdio, int disable_aslr, const char *event_data, char *err_str, in DNBProcessLaunch() argument 336 stdout_path, stderr_path, no_stdio, ctx->LaunchFlavor(), in DNBProcessLaunch() 355 stderr_path, no_stdio, ctx->LaunchFlavor(), disable_aslr, event_data, in DNBProcessLaunch()
|