Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/tools/driver/
H A DDriver.cpp447 m_debugger.SetInputFileHandle(stdin, false); in MainLoop()
620 m_debugger.SetInputFileHandle(stdin, true); in MainLoop()
/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBDebugger.i196 def SetInputFileHandle(self, file, transfer_ownership):
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBDebugger.h143 void SetInputFileHandle(FILE *f, bool transfer_ownership);
/openbsd/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp350 void SBDebugger::SetInputFileHandle(FILE *fh, bool transfer_ownership) { in SetInputFileHandle() function in SBDebugger