Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/FreeBSD/
DProcessMonitor.h55 const char *stdout_path,
231 const char *stdout_path,
DProcessMonitor.cpp660 const char *stdout_path, in LaunchArgs() argument
668 m_stdout_path(stdout_path), in LaunchArgs()
699 const char *stdout_path, in ProcessMonitor() argument
715 stdin_path, stdout_path, stderr_path, working_dir)); in ProcessMonitor()
862 const char *stdout_path = args->m_stdout_path; in Launch() local
924 if (stdout_path != NULL && stdout_path[0]) in Launch()
925 if (!DupDescriptor(stdout_path, STDOUT_FILENO, O_WRONLY | O_CREAT)) in Launch()
/external/lldb/source/Plugins/Process/Linux/
DProcessMonitor.h55 const char *stdout_path,
223 const char *stdout_path,
DProcessMonitor.cpp892 const char *stdout_path, in LaunchArgs() argument
900 m_stdout_path(stdout_path), in LaunchArgs()
931 const char *stdout_path, in ProcessMonitor() argument
946 stdin_path, stdout_path, stderr_path, working_dir)); in ProcessMonitor()
1091 const char *stdout_path = args->m_stdout_path; in Launch() local
1153 if (stdout_path != NULL && stdout_path[0]) in Launch()
1154 if (!DupDescriptor(stdout_path, STDOUT_FILENO, O_WRONLY | O_CREAT)) in Launch()
/external/lldb/tools/debugserver/source/MacOSX/
DMachProcess.cpp1653 const char *stdout_path, in LaunchForDebug() argument
1716 stdout_path, in LaunchForDebug()
1795 const char *stdout_path, in PosixSpawnChildForPTraceDebugging() argument
1812 stdout_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()
1884 if (no_stdio || stdout_path == NULL || stdout_path[0] == '\0') in PosixSpawnChildForPTraceDebugging()
1885 stdout_path = "/dev/null"; in PosixSpawnChildForPTraceDebugging()
1900 stdout_path, in PosixSpawnChildForPTraceDebugging()
1905 …:posix_spawn_file_actions_addopen (&file_actions, filedes=STDOUT_FILENO, path='%s')", stdout_path); in PosixSpawnChildForPTraceDebugging()
DMachProcess.h54 const char *stdout_path,
69 const char *stdout_path,
/external/lldb/source/Plugins/Process/POSIX/
DProcessPOSIX.cpp224 const char *stdout_path = NULL; in DoLaunch() local
231 stdout_path = GetFilePath(file_action, stdout_path); in DoLaunch()
241 stdout_path, in DoLaunch()
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp608 const char *stdout_path = NULL; in DoLaunch() local
623 stdout_path = file_action->GetPath(); in DoLaunch()
672 if (stdin_path == NULL || stdout_path == NULL || stderr_path == NULL) in DoLaunch()
680 if (stdout_path == NULL) in DoLaunch()
681 stdout_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()
695 stdout_path = "/dev/null"; in DoLaunch()
699 if (disable_stdio || (stderr_path == NULL && (stdin_path || stdout_path))) in DoLaunch()
704 if (stdout_path) in DoLaunch()
[all …]
/external/lldb/include/lldb/API/
DSBProcess.h101 const char *stdout_path,
DSBTarget.h331 const char *stdout_path,
/external/lldb/source/API/
DSBProcess.cpp139 const char *stdout_path, in RemoteLaunch() argument
153 stdout_path ? stdout_path : "NULL", in RemoteLaunch()
170 stdout_path, in RemoteLaunch()
DSBTarget.cpp589 char *stdout_path = NULL; in LaunchSimple() local
599 stdout_path, in LaunchSimple()
614 const char *stdout_path, in Launch() argument
635 stdout_path ? stdout_path : "NULL", in Launch()
691 …ProcessLaunchInfo launch_info (stdin_path, stdout_path, stderr_path, working_directory, launch_fla… in Launch()
/external/lldb/tools/debugserver/source/
DDNB.h38 const char *stdout_path,
DDNB.cpp184 const char *stdout_path, in DNBProcessLaunch() argument
199 stdout_path, in DNBProcessLaunch()
227 stdout_path, in DNBProcessLaunch()
Ddebugserver.cpp163 RNBRunLoopLaunchInferior (RNBRemote *remote, const char *stdin_path, const char *stdout_path, const… in RNBRunLoopLaunchInferior() argument
224 stdout_path, in RNBRunLoopLaunchInferior()
/external/lldb/scripts/Python/interface/
DSBProcess.i127 const char *stdout_path,
DSBTarget.i344 const char *stdout_path,
/external/lldb/include/lldb/Target/
DProcess.h533 const char *stdout_path, in ProcessLaunchInfo() argument
557 if (stdout_path) in ProcessLaunchInfo()
562 if (file_action.Open(STDOUT_FILENO, stdout_path, read, write)) in ProcessLaunchInfo()