Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBDebugger.h90 SetOutputFileHandle (FILE *f, bool transfer_ownership);
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDDebugger.h117 SetOutputFileHandle (FILE *fh, bool tranfer_ownership);
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBDebugger.cpp323 SBDebugger::SetOutputFileHandle (FILE *fh, bool transfer_ownership) in SetOutputFileHandle() function in SBDebugger
334 m_opaque_sp->SetOutputFileHandle (fh, transfer_ownership); in SetOutputFileHandle()
/NextBSD/contrib/llvm/tools/lldb/tools/driver/
HDDriver.cpp975 m_debugger.SetOutputFileHandle (stdout, false); in MainLoop()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDDebugger.cpp784 Debugger::SetOutputFileHandle (FILE *fh, bool tranfer_ownership) in SetOutputFileHandle() function in Debugger