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

/freebsd-10-stable/contrib/llvm/tools/lldb/tools/lldb-platform/
H A Dlldb-platform.cpp112 debugger_sp->SetOutputFileHandle(stdout, false);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h89 SetOutputFileHandle (FILE *f, bool transfer_ownership);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h117 SetOutputFileHandle (FILE *fh, bool tranfer_ownership);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp304 SBDebugger::SetOutputFileHandle (FILE *fh, bool transfer_ownership) function in class:SBDebugger
310 log->Printf ("SBDebugger(%p)::SetOutputFileHandle (fh=%p, transfer_ownership=%i)", m_opaque_sp.get(),
314 m_opaque_sp->SetOutputFileHandle (fh, transfer_ownership);
/freebsd-10-stable/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.cpp859 m_debugger.SetOutputFileHandle (stdout, false);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp744 Debugger::SetOutputFileHandle (FILE *fh, bool tranfer_ownership) function in class:Debugger

Completed in 151 milliseconds