Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebuggerExtensions.i13 def SetInputFileHandle(self, file, transfer_ownership):
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp442 m_debugger.SetInputFileHandle(stdin, false); in MainLoop()
601 m_debugger.SetInputFileHandle(stdin, true); in MainLoop()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h164 void SetInputFileHandle(FILE *f, bool transfer_ownership);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp362 void SBDebugger::SetInputFileHandle(FILE *fh, bool transfer_ownership) { in SetInputFileHandle() function in SBDebugger