Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp261 size_t SBProcess::GetSTDOUT(char *dst, size_t dst_len) const { GetSTDOUT() function in SBProcess
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4346 size_t Process::GetSTDOUT(char *buf, size_t buf_size, Status &error) { GetSTDOUT() function in Process