Searched refs:SetErrorFileHandle (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/tools/lldb-platform/
H A Dlldb-platform.cpp113 debugger_sp->SetErrorFileHandle(stderr, false);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h92 SetErrorFileHandle (FILE *f, bool transfer_ownership);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h120 SetErrorFileHandle (FILE *fh, bool tranfer_ownership);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp318 SBDebugger::SetErrorFileHandle (FILE *fh, bool transfer_ownership) function in class:SBDebugger
324 log->Printf ("SBDebugger(%p)::SetErrorFileHandle (fh=%p, transfer_ownership=%i)", m_opaque_sp.get(),
328 m_opaque_sp->SetErrorFileHandle (fh, transfer_ownership);
/freebsd-10-stable/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.cpp858 m_debugger.SetErrorFileHandle (stderr, false);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp764 Debugger::SetErrorFileHandle (FILE *fh, bool tranfer_ownership) function in class:Debugger

Completed in 130 milliseconds