/external/lldb/source/Plugins/Process/Linux/ |
D | ProcessMonitor.h | 56 const char *stderr_path, 224 const char *stderr_path,
|
D | ProcessMonitor.cpp | 893 const char *stderr_path, in LaunchArgs() argument 901 m_stderr_path(stderr_path), in LaunchArgs() 932 const char *stderr_path, in ProcessMonitor() argument 946 stdin_path, stdout_path, stderr_path, working_dir)); in ProcessMonitor() 1092 const char *stderr_path = args->m_stderr_path; in Launch() local 1157 if (stderr_path != NULL && stderr_path[0]) in Launch() 1158 if (!DupDescriptor(stderr_path, STDERR_FILENO, O_WRONLY | O_CREAT)) in Launch()
|
/external/lldb/source/Plugins/Process/FreeBSD/ |
D | ProcessMonitor.h | 56 const char *stderr_path, 232 const char *stderr_path,
|
D | ProcessMonitor.cpp | 661 const char *stderr_path, in LaunchArgs() argument 669 m_stderr_path(stderr_path), in LaunchArgs() 700 const char *stderr_path, in ProcessMonitor() argument 715 stdin_path, stdout_path, stderr_path, working_dir)); in ProcessMonitor() 863 const char *stderr_path = args->m_stderr_path; in Launch() local 928 if (stderr_path != NULL && stderr_path[0]) in Launch() 929 if (!DupDescriptor(stderr_path, STDERR_FILENO, O_WRONLY | O_CREAT)) in Launch()
|
/external/lldb/tools/debugserver/source/MacOSX/ |
D | MachProcess.cpp | 1654 const char *stderr_path, in LaunchForDebug() argument 1717 stderr_path, in LaunchForDebug() 1796 const char *stderr_path, in PosixSpawnChildForPTraceDebugging() argument 1813 stderr_path, in PosixSpawnChildForPTraceDebugging() 1872 if (stdin_path == NULL && stdout_path == NULL && stderr_path == NULL && !no_stdio) in PosixSpawnChildForPTraceDebugging() 1877 stdin_path = stdout_path = stderr_path = pty.SlaveName(); in PosixSpawnChildForPTraceDebugging() 1886 if (no_stdio || stderr_path == NULL || stderr_path[0] == '\0') in PosixSpawnChildForPTraceDebugging() 1887 stderr_path = "/dev/null"; in PosixSpawnChildForPTraceDebugging() 1909 stderr_path, in PosixSpawnChildForPTraceDebugging() 1914 …:posix_spawn_file_actions_addopen (&file_actions, filedes=STDERR_FILENO, path='%s')", stderr_path); in PosixSpawnChildForPTraceDebugging()
|
D | MachProcess.h | 55 const char *stderr_path, 70 const char *stderr_path,
|
/external/lldb/source/Plugins/Process/POSIX/ |
D | ProcessPOSIX.cpp | 225 const char *stderr_path = NULL; in DoLaunch() local 234 stderr_path = GetFilePath(file_action, stderr_path); in DoLaunch() 242 stderr_path, in DoLaunch()
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.cpp | 609 const char *stderr_path = NULL; in DoLaunch() local 629 stderr_path = file_action->GetPath(); in DoLaunch() 672 if (stdin_path == NULL || stdout_path == NULL || stderr_path == NULL) in DoLaunch() 683 if (stderr_path == NULL) in DoLaunch() 684 stderr_path = slave_name; in DoLaunch() 689 if (disable_stdio || (stdin_path == NULL && (stdout_path || stderr_path))) in DoLaunch() 694 if (disable_stdio || (stdout_path == NULL && (stdin_path || stderr_path))) in DoLaunch() 699 if (disable_stdio || (stderr_path == NULL && (stdin_path || stdout_path))) in DoLaunch() 700 stderr_path = "/dev/null"; in DoLaunch() 706 if (stderr_path) in DoLaunch() [all …]
|
/external/lldb/source/API/ |
D | SBProcess.cpp | 140 const char *stderr_path, in RemoteLaunch() argument 154 stderr_path ? stderr_path : "NULL", in RemoteLaunch() 171 stderr_path, in RemoteLaunch()
|
D | SBTarget.cpp | 590 char *stderr_path = NULL; in LaunchSimple() local 600 stderr_path, in LaunchSimple() 615 const char *stderr_path, in Launch() argument 636 stderr_path ? stderr_path : "NULL", in Launch() 691 …ProcessLaunchInfo launch_info (stdin_path, stdout_path, stderr_path, working_directory, launch_fla… in Launch()
|
/external/lldb/include/lldb/API/ |
D | SBProcess.h | 102 const char *stderr_path,
|
D | SBTarget.h | 332 const char *stderr_path,
|
/external/lldb/tools/debugserver/source/ |
D | DNB.h | 39 const char *stderr_path,
|
D | DNB.cpp | 185 const char *stderr_path, in DNBProcessLaunch() argument 200 stderr_path, in DNBProcessLaunch() 228 stderr_path, in DNBProcessLaunch()
|
D | debugserver.cpp | 163 …e *remote, const char *stdin_path, const char *stdout_path, const char *stderr_path, bool no_stdio) in RNBRunLoopLaunchInferior() argument 225 stderr_path, in RNBRunLoopLaunchInferior()
|
/external/lldb/scripts/Python/interface/ |
D | SBProcess.i | 128 const char *stderr_path,
|
D | SBTarget.i | 345 const char *stderr_path,
|
/external/lldb/include/lldb/Target/ |
D | Process.h | 534 const char *stderr_path, in ProcessLaunchInfo() argument 565 if (stderr_path) in ProcessLaunchInfo() 570 if (file_action.Open(STDERR_FILENO, stderr_path, read, write)) in ProcessLaunchInfo()
|