Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp484 m_debugger.SetInputFileHandle(stdin, false); in MainLoop()
600 m_debugger.SetInputFileHandle(commands_file, true); in MainLoop()
638 m_debugger.SetInputFileHandle(commands_file, true); in MainLoop()
660 m_debugger.SetInputFileHandle(stdin, true); in MainLoop()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i177 def SetInputFileHandle(self, file, transfer_ownership):
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h117 void SetInputFileHandle(FILE *f, bool transfer_ownership);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp327 void SBDebugger::SetInputFileHandle(FILE *fh, bool transfer_ownership) { in SetInputFileHandle() function in SBDebugger
328 LLDB_RECORD_METHOD(void, SBDebugger, SetInputFileHandle, (FILE *, bool), fh, in SetInputFileHandle()
1763 LLDB_REGISTER_METHOD(void, SBDebugger, SetInputFileHandle, (FILE *, bool)); in RegisterMethods()