Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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);
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBCommandReturnObject.i55 PutError (lldb::SBFile file);
61 PutError (lldb::FileSP BORROWED);
/llvm-project-15.0.7/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.cpp531 result.PutError(m_opaque_sp->GetErrorStream().GetFileSP()); in HandleCommand()
/llvm-project-15.0.7/lldb/tools/driver/
H A DDriver.cpp462 result.PutError(m_debugger.GetErrorFile()); in MainLoop()
468 result.PutError(m_debugger.GetErrorFile()); in MainLoop()
476 result.PutError(m_debugger.GetErrorFile()); in MainLoop()
543 result.PutError(m_debugger.GetErrorFile()); in MainLoop()