Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/
DRNBContext.h104 std::string &GetSTDOUT() { return m_stdout; } in GetSTDOUT()
112 return m_stdout.empty() ? NULL : m_stdout.c_str(); in GetSTDOUTPath()
136 std::string m_stdout; variable