Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/
DRNBContext.h105 std::string &GetSTDERR() { return m_stderr; } in GetSTDERR() function
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DProcessWindows.cpp134 size_t ProcessWindows::GetSTDERR(char *buf, size_t buf_size, Status &error) { in GetSTDERR() function in lldb_private::ProcessWindows
/external/llvm-project/lldb/source/API/
DSBProcess.cpp287 size_t SBProcess::GetSTDERR(char *dst, size_t dst_len) const { in GetSTDERR() function in SBProcess
/external/llvm-project/lldb/source/Target/
DProcess.cpp4411 size_t Process::GetSTDERR(char *buf, size_t buf_size, Status &error) { in GetSTDERR() function in Process