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

  /external/lldb/source/Plugins/Process/FreeBSD/
ProcessMonitor.h 56 const char *stderr_path,
232 const char *stderr_path,
ProcessMonitor.cpp 661 const char *stderr_path,
669 m_stderr_path(stderr_path),
700 const char *stderr_path,
715 stdin_path, stdout_path, stderr_path, working_dir));
863 const char *stderr_path = args->m_stderr_path; local
928 if (stderr_path != NULL && stderr_path[0])
929 if (!DupDescriptor(stderr_path, STDERR_FILENO, O_WRONLY | O_CREAT))
    [all...]
  /external/lldb/source/Plugins/Process/Linux/
ProcessMonitor.h 56 const char *stderr_path,
224 const char *stderr_path,
ProcessMonitor.cpp 893 const char *stderr_path,
901 m_stderr_path(stderr_path),
932 const char *stderr_path,
946 stdin_path, stdout_path, stderr_path, working_dir));
1092 const char *stderr_path = args->m_stderr_path; local
    [all...]
  /external/lldb/tools/debugserver/source/MacOSX/
MachProcess.h 55 const char *stderr_path,
70 const char *stderr_path,
MachProcess.cpp     [all...]
  /external/lldb/include/lldb/API/
SBProcess.h 102 const char *stderr_path,
SBTarget.h 278 /// \a stderr_path.
305 /// @param[in] stderr_path
332 const char *stderr_path,
359 /// Default: stderr_path
  /external/lldb/source/Plugins/Process/POSIX/
ProcessPOSIX.cpp 225 const char *stderr_path = NULL; local
234 stderr_path = GetFilePath(file_action, stderr_path);
242 stderr_path,
  /external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemote.cpp 609 const char *stderr_path = NULL;
629 stderr_path = file_action->GetPath();
672 if (stdin_path == NULL || stdout_path == NULL || stderr_path == NULL)
683 if (stderr_path == NULL)
684 stderr_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)))
699 if (disable_stdio || (stderr_path == NULL && (stdin_path || stdout_path)))
700 stderr_path = "/dev/null";
706 if (stderr_path)
    [all...]
  /external/lldb/source/API/
SBProcess.cpp 140 const char *stderr_path,
154 stderr_path ? stderr_path : "NULL",
171 stderr_path,
    [all...]
SBTarget.cpp 590 char *stderr_path = NULL; local
600 stderr_path,
615 const char *stderr_path,
636 stderr_path ? stderr_path : "NULL",
691 ProcessLaunchInfo launch_info (stdin_path, stdout_path, stderr_path, working_directory, launch_flags);
    [all...]
  /external/lldb/tools/debugserver/source/
DNB.h 39 const char *stderr_path,
DNB.cpp 185 const char *stderr_path,
200 stderr_path,
228 stderr_path,
    [all...]
debugserver.cpp 163 RNBRunLoopLaunchInferior (RNBRemote *remote, const char *stdin_path, const char *stdout_path, const char *stderr_path, bool no_stdio)
225 stderr_path,
    [all...]
  /external/lldb/scripts/Python/interface/
SBProcess.i 128 const char *stderr_path,
SBTarget.i 276 /// \a stderr_path.
303 /// @param[in] stderr_path
345 const char *stderr_path,
372 /// Default: stderr_path
  /external/lldb/include/lldb/Target/
Process.h 534 const char *stderr_path,
565 if (stderr_path)
570 if (file_action.Open(STDERR_FILENO, stderr_path, read, write))
    [all...]

Completed in 559 milliseconds