Home
last modified time | relevance | path

Searched defs:GetSTDOUT (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DRNBContext.h99 std::string &GetSTDOUT() { return m_stdout; } in GetSTDOUT() function
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp125 size_t ProcessWindows::GetSTDOUT(char *buf, size_t buf_size, Status &error) { in GetSTDOUT() function in lldb_private::ProcessWindows
/openbsd/gnu/llvm/lldb/source/API/
H A DSBProcess.cpp260 size_t SBProcess::GetSTDOUT(char *dst, size_t dst_len) const { in GetSTDOUT() function in SBProcess
/openbsd/gnu/llvm/lldb/source/Target/
H A DProcess.cpp4301 size_t Process::GetSTDOUT(char *buf, size_t buf_size, Status &error) { in GetSTDOUT() function in Process