Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h80 void SetOutputFileHandle(FILE *f, bool transfer_ownership);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h135 void SetOutputFileHandle(FILE *fh, bool tranfer_ownership);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp279 void SBDebugger::SetOutputFileHandle(FILE *fh, bool transfer_ownership) { in SetOutputFileHandle() function in SBDebugger
289 m_opaque_sp->SetOutputFileHandle(fh, transfer_ownership); in SetOutputFileHandle()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.cpp577 m_debugger.SetOutputFileHandle(stdout, false); in MainLoop()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp896 void Debugger::SetOutputFileHandle(FILE *fh, bool tranfer_ownership) { in SetOutputFileHandle() function in Debugger