Home
last modified time | relevance | path

Searched refs:PutError (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBCommandReturnObject.h48 size_t PutError(FILE *fh);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBCommandReturnObject.cpp111 size_t SBCommandReturnObject::PutError(FILE *fh) { in PutError() function in SBCommandReturnObject
H A DSBDebugger.cpp370 result.PutError(GetErrorFileHandle()); in HandleCommand()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.cpp597 result.PutError(m_debugger.GetErrorFileHandle()); in MainLoop()
655 result.PutError(m_debugger.GetErrorFileHandle()); in MainLoop()