Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBCommandReturnObject.h57 size_t PutError(FILE *fh); // DEPRECATED
59 size_t PutError(SBFile file);
61 size_t PutError(FileSP file);
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBCommandReturnObject.i55 PutError (lldb::SBFile file);
61 PutError (lldb::FileSP BORROWED);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommandReturnObject.cpp135 size_t SBCommandReturnObject::PutError(FILE *fh) { in PutError() function in SBCommandReturnObject
145 size_t SBCommandReturnObject::PutError(FileSP file_sp) { in PutError() function in SBCommandReturnObject
152 size_t SBCommandReturnObject::PutError(SBFile file) { in PutError() function in SBCommandReturnObject
H A DSBDebugger.cpp569 result.PutError(m_opaque_sp->GetErrorStream().GetFileSP()); in HandleCommand()
/openbsd-src/gnu/llvm/lldb/tools/driver/
H A DDriver.cpp464 result.PutError(m_debugger.GetErrorFile()); in MainLoop()
470 result.PutError(m_debugger.GetErrorFile()); in MainLoop()
478 result.PutError(m_debugger.GetErrorFile()); in MainLoop()
545 result.PutError(m_debugger.GetErrorFile()); in MainLoop()