Home
last modified time | relevance | path

Searched refs:SetInputFileHandle (Results 1 – 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/tools/lldb-platform/
Dlldb-platform.cpp111 debugger_sp->SetInputFileHandle(stdin, false); in main()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
DSBDebugger.h86 SetInputFileHandle (FILE *f, bool transfer_ownership);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
DDebugger.h114 SetInputFileHandle (FILE *fh, bool tranfer_ownership);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
DSBDebugger.cpp291 SBDebugger::SetInputFileHandle (FILE *fh, bool transfer_ownership) in SetInputFileHandle() function in SBDebugger
300 m_opaque_sp->SetInputFileHandle (fh, transfer_ownership); in SetInputFileHandle()
/freebsd-10-stable/contrib/llvm/tools/lldb/tools/driver/
DDriver.cpp860 m_debugger.SetInputFileHandle (stdin, true); in MainLoop()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DDebugger.cpp728 Debugger::SetInputFileHandle (FILE *fh, bool tranfer_ownership) in SetInputFileHandle() function in Debugger