Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBDebugger.h93 SetErrorFileHandle (FILE *f, bool transfer_ownership);
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDDebugger.h120 SetErrorFileHandle (FILE *fh, bool tranfer_ownership);
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBDebugger.cpp338 SBDebugger::SetErrorFileHandle (FILE *fh, bool transfer_ownership) in SetErrorFileHandle() function in SBDebugger
349 m_opaque_sp->SetErrorFileHandle (fh, transfer_ownership); in SetErrorFileHandle()
/NextBSD/contrib/llvm/tools/lldb/tools/driver/
HDDriver.cpp974 m_debugger.SetErrorFileHandle (stderr, false); in MainLoop()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDDebugger.cpp804 Debugger::SetErrorFileHandle (FILE *fh, bool tranfer_ownership) in SetErrorFileHandle() function in Debugger