Home
last modified time | relevance | path

Searched refs:m_child_stderr (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachProcess.h316 m_child_stderr = stderr_fileno; in SetChildFileDescriptors()
321 int GetStderrFileDescriptor() const { return m_child_stderr; } in GetStderrFileDescriptor()
334 if (m_child_stderr >= 0) { in CloseChildFileDescriptors()
335 ::close(m_child_stderr); in CloseChildFileDescriptors()
336 m_child_stderr = -1; in CloseChildFileDescriptors()
380 int m_child_stderr; variable
DMachProcess.mm501 m_child_stderr(-1), m_path(), m_args(), m_task(this), function