Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i189 self.SetErrorFile(SBFile.Create(file, borrow=True))
216 SetErrorFile (SBFile file);
225 SetErrorFile (FileSP file);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h133 SBError SetErrorFile(SBFile file);
139 SBError SetErrorFile(FileSP file);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp408 SetErrorFile((FileSP)std::make_shared<NativeFile>(fh, transfer_ownership)); in SetErrorFileHandle()
411 SBError SBDebugger::SetErrorFile(FileSP file_sp) { in SetErrorFile() function in SBDebugger
412 LLDB_RECORD_METHOD(SBError, SBDebugger, SetErrorFile, (FileSP), file_sp); in SetErrorFile()
413 return LLDB_RECORD_RESULT(SetErrorFile(SBFile(file_sp))); in SetErrorFile()
416 SBError SBDebugger::SetErrorFile(SBFile file) { in SetErrorFile() function in SBDebugger
417 LLDB_RECORD_METHOD(SBError, SBDebugger, SetErrorFile, (SBFile file), file); in SetErrorFile()
427 m_opaque_sp->SetErrorFile(file.m_opaque_sp); in SetErrorFile()
1721 SBFile)>::method<&SBDebugger::SetErrorFile>::record, in RegisterMethods()
1731 FileSP)>::method<&SBDebugger::SetErrorFile>::record, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h183 void SetErrorFile(lldb::FileSP file);
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp827 void Debugger::SetErrorFile(FileSP file_sp) { in SetErrorFile() function in Debugger
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp17868 result = (arg1)->SetErrorFile(arg2); in _wrap_SBDebugger_SetErrorFile__SWIG_0()
18104 result = (arg1)->SetErrorFile(arg2); in _wrap_SBDebugger_SetErrorFile__SWIG_1()