Home
last modified time | relevance | path

Searched refs:SetOutputFile (Results 1 – 15 of 15) sorted by relevance

/llvm-project/lldb/test/API/python_api/file_handle/
H A DTestFileHandle.py242 status = self.dbg.SetOutputFile(sbf)
254 status = self.dbg.SetOutputFile(sbf)
264 status = self.dbg.SetOutputFile(lldb.SBFile(f))
315 status = self.dbg.SetOutputFile(outsbf)
335 status = self.dbg.SetOutputFile(lldb.SBFile(outf))
350 status = self.dbg.SetOutputFile(lldb.SBFile(outf))
364 status = self.dbg.SetOutputFile(lldb.SBFile(outf))
378 status = self.dbg.SetOutputFile(lldb.SBFile(outf))
493 status = self.dbg.SetOutputFile(f)
546 status = self.dbg.SetOutputFile(sbf)
[all …]
/llvm-project/lldb/test/API/lua_api/
H A DTestFileHandle.lua6 self.debugger:SetOutputFile(sbf)
20 self.debugger:SetOutputFile(sbf)
/llvm-project/lldb/test/Shell/ScriptInterpreter/Lua/
H A Dio.test7 lldb.debugger:SetOutputFile(file)
H A Dprint.test7 lldb.debugger:SetOutputFile(file)
/llvm-project/lldb/bindings/interface/
H A DSBDebuggerExtensions.i11 self.SetOutputFile(SBFile.Create(file, borrow=True))
/llvm-project/lldb/test/API/python_api/was_interrupted/
H A DTestDebuggerInterruption.py83 error = test.dbg.SetOutputFile(outsbf)
98 error = test.dbg.SetOutputFile(orig_outf)
/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h187 SBError SetOutputFile(SBFile file);
193 SBError SetOutputFile(FileSP file);
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIO.h59 void SetOutputFile(FILE *NewOutputFile);
H A DFuzzerIO.cpp30 void SetOutputFile(FILE *NewOutputFile) { in SetOutputFile() function
/llvm-project/lldb/test/API/python_api/interpreter/
H A DTestRunCommandInterpreterAPI.py70 self.dbg.SetOutputFile(out_fileH)
/llvm-project/lldb/source/API/
H A DSBDebugger.cpp420 SBError SBDebugger::SetOutputFile(FileSP file_sp) {
422 return SetOutputFile(SBFile(file_sp)); in SetOutputFileHandle()
427 SetOutputFile((FileSP)std::make_shared<NativeFile>(fh, transfer_ownership)); in SetOutputFile()
430 SBError SBDebugger::SetOutputFile(SBFile file) { in SetOutputFile()
441 m_opaque_sp->SetOutputFile(file.m_opaque_sp); in SetErrorFileHandle()
416 SBError SBDebugger::SetOutputFile(FileSP file_sp) { SetOutputFile() function in SBDebugger
426 SBError SBDebugger::SetOutputFile(SBFile file) { SetOutputFile() function in SBDebugger
/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h156 void SetOutputFile(lldb::FileSP file);
/llvm-project/lldb/bindings/lua/
H A Dlua-typemaps.swig231 // Typemap for file handles (e.g. used in SBDebugger::SetOutputFile)
/llvm-project/compiler-rt/lib/fuzzer/tests/
H A DFuzzerUnittest.cpp599 SetOutputFile(open_memstream(&Buffer, &Size)); in PrintfCapture()
603 SetOutputFile(OldOutputFile); in ~PrintfCapture()
/llvm-project/lldb/source/Core/
H A DDebugger.cpp1085 void Debugger::SetOutputFile(FileSP file_sp) { in DispatchInputEndOfFile()
1050 void Debugger::SetOutputFile(FileSP file_sp) { SetOutputFile() function in Debugger