Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.cpp578 m_debugger.SetInputFileHandle(stdin, in MainLoop()
691 m_debugger.SetInputFileHandle(commands_file, true); in MainLoop()
722 m_debugger.SetInputFileHandle(commands_file, true); in MainLoop()
755 m_debugger.SetInputFileHandle(stdin, true); in MainLoop()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h78 void SetInputFileHandle(FILE *f, bool transfer_ownership);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h133 void SetInputFileHandle(FILE *fh, bool tranfer_ownership);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp266 void SBDebugger::SetInputFileHandle(FILE *fh, bool transfer_ownership) { in SetInputFileHandle() function in SBDebugger
276 m_opaque_sp->SetInputFileHandle(fh, transfer_ownership); in SetInputFileHandle()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp881 void Debugger::SetInputFileHandle(FILE *fh, bool tranfer_ownership) { in SetInputFileHandle() function in Debugger