HomeSort by relevance Sort by last modified time
    Searched refs:stdout_path (Results 1 - 18 of 18) sorted by null

  /external/lldb/source/Plugins/Process/FreeBSD/
ProcessMonitor.h 55 const char *stdout_path,
231 const char *stdout_path,
ProcessMonitor.cpp 660 const char *stdout_path,
668 m_stdout_path(stdout_path),
699 const char *stdout_path,
715 stdin_path, stdout_path, stderr_path, working_dir));
862 const char *stdout_path = args->m_stdout_path; local
924 if (stdout_path != NULL && stdout_path[0])
925 if (!DupDescriptor(stdout_path, STDOUT_FILENO, O_WRONLY | O_CREAT))
    [all...]
  /external/lldb/source/Plugins/Process/Linux/
ProcessMonitor.h 55 const char *stdout_path,
223 const char *stdout_path,
ProcessMonitor.cpp 892 const char *stdout_path,
900 m_stdout_path(stdout_path),
931 const char *stdout_path,
946 stdin_path, stdout_path, stderr_path, working_dir));
1091 const char *stdout_path = args->m_stdout_path; local
    [all...]
  /external/lldb/tools/debugserver/source/MacOSX/
MachProcess.h 54 const char *stdout_path,
69 const char *stdout_path,
MachProcess.cpp     [all...]
  /external/lldb/include/lldb/API/
SBProcess.h 101 const char *stdout_path,
SBTarget.h 277 /// optionally re-directed to \a stdin_path, \a stdout_path, and
300 /// @param[in] stdout_path
331 const char *stdout_path,
358 /// Default: stdout_path
  /external/lldb/source/Plugins/Process/POSIX/
ProcessPOSIX.cpp 224 const char *stdout_path = NULL; local
231 stdout_path = GetFilePath(file_action, stdout_path);
241 stdout_path,
  /external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemote.cpp 608 const char *stdout_path = NULL;
623 stdout_path = file_action->GetPath();
672 if (stdin_path == NULL || stdout_path == NULL || stderr_path == NULL)
680 if (stdout_path == NULL)
681 stdout_path = slave_name;
689 if (disable_stdio || (stdin_path == NULL && (stdout_path || stderr_path)))
694 if (disable_stdio || (stdout_path == NULL && (stdin_path || stderr_path)))
695 stdout_path = "/dev/null";
699 if (disable_stdio || (stderr_path == NULL && (stdin_path || stdout_path)))
704 if (stdout_path)
    [all...]
  /external/lldb/source/API/
SBProcess.cpp 139 const char *stdout_path,
153 stdout_path ? stdout_path : "NULL",
170 stdout_path,
    [all...]
SBTarget.cpp 589 char *stdout_path = NULL; local
599 stdout_path,
614 const char *stdout_path,
635 stdout_path ? stdout_path : "NULL",
691 ProcessLaunchInfo launch_info (stdin_path, stdout_path, stderr_path, working_directory, launch_flags);
    [all...]
  /external/lldb/tools/debugserver/source/
DNB.h 38 const char *stdout_path,
DNB.cpp 184 const char *stdout_path,
199 stdout_path,
227 stdout_path,
    [all...]
debugserver.cpp 163 RNBRunLoopLaunchInferior (RNBRemote *remote, const char *stdin_path, const char *stdout_path, const char *stderr_path, bool no_stdio)
224 stdout_path,
    [all...]
  /external/lldb/scripts/Python/interface/
SBProcess.i 127 const char *stdout_path,
SBTarget.i 275 /// optionally re-directed to \a stdin_path, \a stdout_path, and
298 /// @param[in] stdout_path
344 const char *stdout_path,
371 /// Default: stdout_path
  /external/lldb/include/lldb/Target/
Process.h 533 const char *stdout_path,
557 if (stdout_path)
562 if (file_action.Open(STDOUT_FILENO, stdout_path, read, write))
    [all...]

Completed in 465 milliseconds