Home
last modified time | relevance | path

Searched refs:stderr_path (Results 1 – 18 of 18) sorted by relevance

/external/lldb/source/Plugins/Process/Linux/
DProcessMonitor.h56 const char *stderr_path,
224 const char *stderr_path,
DProcessMonitor.cpp893 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/
DProcessMonitor.h56 const char *stderr_path,
232 const char *stderr_path,
DProcessMonitor.cpp661 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/
DMachProcess.cpp1654 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()
DMachProcess.h55 const char *stderr_path,
70 const char *stderr_path,
/external/lldb/source/Plugins/Process/POSIX/
DProcessPOSIX.cpp225 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/
DProcessGDBRemote.cpp609 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/
DSBProcess.cpp140 const char *stderr_path, in RemoteLaunch() argument
154 stderr_path ? stderr_path : "NULL", in RemoteLaunch()
171 stderr_path, in RemoteLaunch()
DSBTarget.cpp590 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/
DSBProcess.h102 const char *stderr_path,
DSBTarget.h332 const char *stderr_path,
/external/lldb/tools/debugserver/source/
DDNB.h39 const char *stderr_path,
DDNB.cpp185 const char *stderr_path, in DNBProcessLaunch() argument
200 stderr_path, in DNBProcessLaunch()
228 stderr_path, in DNBProcessLaunch()
Ddebugserver.cpp163 …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/
DSBProcess.i128 const char *stderr_path,
DSBTarget.i345 const char *stderr_path,
/external/lldb/include/lldb/Target/
DProcess.h534 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()