/external/lldb/source/Plugins/Process/FreeBSD/ |
D | ProcessMonitor.h | 55 const char *stdout_path, 231 const char *stdout_path,
|
D | ProcessMonitor.cpp | 660 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/ |
D | ProcessMonitor.h | 55 const char *stdout_path, 223 const char *stdout_path,
|
D | ProcessMonitor.cpp | 892 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/ |
D | MachProcess.cpp | 1653 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()
|
D | MachProcess.h | 54 const char *stdout_path, 69 const char *stdout_path,
|
/external/lldb/source/Plugins/Process/POSIX/ |
D | ProcessPOSIX.cpp | 224 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/ |
D | ProcessGDBRemote.cpp | 608 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/ |
D | SBProcess.h | 101 const char *stdout_path,
|
D | SBTarget.h | 331 const char *stdout_path,
|
/external/lldb/source/API/ |
D | SBProcess.cpp | 139 const char *stdout_path, in RemoteLaunch() argument 153 stdout_path ? stdout_path : "NULL", in RemoteLaunch() 170 stdout_path, in RemoteLaunch()
|
D | SBTarget.cpp | 589 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/ |
D | DNB.h | 38 const char *stdout_path,
|
D | DNB.cpp | 184 const char *stdout_path, in DNBProcessLaunch() argument 199 stdout_path, in DNBProcessLaunch() 227 stdout_path, in DNBProcessLaunch()
|
D | debugserver.cpp | 163 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/ |
D | SBProcess.i | 127 const char *stdout_path,
|
D | SBTarget.i | 344 const char *stdout_path,
|
/external/lldb/include/lldb/Target/ |
D | Process.h | 533 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()
|