Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DRNBContext.h100 std::string &GetSTDERR() { return m_stderr; } in GetSTDERR() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp130 size_t ProcessWindows::GetSTDERR(char *buf, size_t buf_size, Status &error) { in GetSTDERR() function in lldb_private::ProcessWindows
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBProcess.cpp273 size_t SBProcess::GetSTDERR(char *dst, size_t dst_len) const { in GetSTDERR() function in SBProcess
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp4320 size_t Process::GetSTDERR(char *buf, size_t buf_size, Status &error) { in GetSTDERR() function in Process