Home
last modified time | relevance | path

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

/llvm-project/lldb/tools/debugserver/source/
H A DRNBContext.h100 std::string &GetSTDERR() { return m_stderr; } in GetSTDERR() function
/llvm-project/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
/llvm-project/lldb/source/API/
H A DSBProcess.cpp276 size_t SBProcess::GetSTDERR(char *dst, size_t dst_len) const { GetSTDERR() function in SBProcess
/llvm-project/lldb/source/Target/
H A DProcess.cpp4546 size_t Process::GetSTDERR(char *buf, size_t buf_size, Status &error) { GetSTDERR() function in Process