Searched refs:no_stdio (Results 1 – 5 of 5) sorted by relevance
/external/lldb/tools/debugserver/source/MacOSX/ |
D | MachProcess.h | 56 bool no_stdio, 71 bool no_stdio, 80 …nst char *app_bundle_path, char const *argv[], char const *envp[], bool no_stdio, DNBError &launch… 81 …bugging (const char *path, char const *argv[], char const *envp[], bool no_stdio, MachProcess* pro…
|
D | MachProcess.cpp | 1655 bool no_stdio, in LaunchForDebug() argument 1697 … if (SBLaunchForDebug (app_bundle_path.c_str(), argv, envp, no_stdio, launch_err) != 0) in LaunchForDebug() 1718 no_stdio, in LaunchForDebug() 1797 bool no_stdio, in PosixSpawnChildForPTraceDebugging() argument 1814 no_stdio); in PosixSpawnChildForPTraceDebugging() 1872 if (stdin_path == NULL && stdout_path == NULL && stderr_path == NULL && !no_stdio) in PosixSpawnChildForPTraceDebugging() 1882 if (no_stdio || stdin_path == NULL || stdin_path[0] == '\0') in PosixSpawnChildForPTraceDebugging() 1884 if (no_stdio || stdout_path == NULL || stdout_path[0] == '\0') in PosixSpawnChildForPTraceDebugging() 1886 if (no_stdio || stderr_path == NULL || stderr_path[0] == '\0') in PosixSpawnChildForPTraceDebugging() 2067 …orDebug (const char *path, char const *argv[], char const *envp[], bool no_stdio, DNBError &launch… in SBLaunchForDebug() argument [all …]
|
/external/lldb/tools/debugserver/source/ |
D | debugserver.cpp | 163 …e *remote, const char *stdin_path, const char *stdout_path, const char *stderr_path, bool no_stdio) in RNBRunLoopLaunchInferior() argument 226 no_stdio, in RNBRunLoopLaunchInferior() 844 bool no_stdio = false; in main() local 1056 no_stdio = true; in main() 1433 no_stdio); in main()
|
D | DNB.h | 40 bool no_stdio,
|
D | DNB.cpp | 186 bool no_stdio, in DNBProcessLaunch() argument 201 no_stdio, in DNBProcessLaunch() 229 no_stdio, in DNBProcessLaunch()
|