Home
last modified time | relevance | path

Searched refs:GetSTDOUT (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcess.i83 Python string.") GetSTDOUT;
85 GetSTDOUT (char *dst, size_t dst_len) const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h62 size_t GetSTDOUT(char *dst, size_t dst_len) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp272 size_t SBProcess::GetSTDOUT(char *dst, size_t dst_len) const { in GetSTDOUT() function in SBProcess
273 LLDB_RECORD_CHAR_PTR_METHOD_CONST(size_t, SBProcess, GetSTDOUT, in GetSTDOUT()
280 bytes_read = process_sp->GetSTDOUT(dst, dst_len, error); in GetSTDOUT()
1470 LLDB_REGISTER_CHAR_PTR_METHOD_CONST(size_t, SBProcess, GetSTDOUT); in RegisterMethods()
H A DSBDebugger.cpp602 while ((len = process.GetSTDOUT(stdio_buffer, sizeof(stdio_buffer))) > 0) in HandleProcessEvent()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1955 virtual size_t GetSTDOUT(char *buf, size_t buf_size, Status &error);
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1359 flush(*GetAsyncOutputStream(), &Process::GetSTDOUT); in FlushProcessOutput()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4263 size_t Process::GetSTDOUT(char *buf, size_t buf_size, Status &error) { in GetSTDOUT() function in Process
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp38835 result = ((lldb::SBProcess const *)arg1)->GetSTDOUT(arg2,arg3); in _wrap_SBProcess_GetSTDOUT()