Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/
DRNBContext.h104 std::string &GetSTDOUT() { return m_stdout; } in GetSTDOUT() function
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DProcessWindows.cpp129 size_t ProcessWindows::GetSTDOUT(char *buf, size_t buf_size, Status &error) { in GetSTDOUT() function in lldb_private::ProcessWindows
/external/llvm-project/lldb/source/API/
DSBProcess.cpp273 size_t SBProcess::GetSTDOUT(char *dst, size_t dst_len) const { in GetSTDOUT() function in SBProcess
/external/llvm-project/lldb/source/Target/
DProcess.cpp4392 size_t Process::GetSTDOUT(char *buf, size_t buf_size, Status &error) { in GetSTDOUT() function in Process