Home
last modified time | relevance | path

Searched refs:SetOutputFileHandle (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebuggerExtensions.i6 def SetOutputFileHandle(self, file, transfer_ownership):
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h166 void SetOutputFileHandle(FILE *f, bool transfer_ownership);
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp440 m_debugger.SetOutputFileHandle(stdout, false); in MainLoop()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp421 void SBDebugger::SetOutputFileHandle(FILE *fh, bool transfer_ownership) { in SetOutputFileHandle() function in SBDebugger