Home
last modified time | relevance | path

Searched refs:SetErrorFile (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebuggerExtensions.i25 self.SetErrorFile(SBFile.Create(file, borrow=True))
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h185 SBError SetErrorFile(SBFile file);
191 SBError SetErrorFile(FileSP file);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp443 SetErrorFile((FileSP)std::make_shared<NativeFile>(fh, transfer_ownership)); in SetErrorFileHandle()
446 SBError SBDebugger::SetErrorFile(FileSP file_sp) { in SetErrorFile() function in SBDebugger
448 return SetErrorFile(SBFile(file_sp)); in SetErrorFile()
451 SBError SBDebugger::SetErrorFile(SBFile file) { in SetErrorFile() function in SBDebugger
462 m_opaque_sp->SetErrorFile(file.m_opaque_sp); in SetErrorFile()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h158 void SetErrorFile(lldb::FileSP file);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1055 void Debugger::SetErrorFile(FileSP file_sp) { in SetErrorFile() function in Debugger
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp20762 result = (arg1)->SetErrorFile(arg2); in _wrap_SBDebugger_SetErrorFile__SWIG_0()
20990 result = (arg1)->SetErrorFile(arg2); in _wrap_SBDebugger_SetErrorFile__SWIG_1()