Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DRNBContext.h98 std::string &GetSTDIN() { return m_stdin; } in GetSTDIN()
104 return m_stdin.empty() ? NULL : m_stdin.c_str(); in GetSTDINPath()
133 std::string m_stdin; variable