Searched refs:SetInputFileHandle (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/tools/driver/ |
| H A D | Driver.cpp | 484 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 D | SBDebugger.i | 177 def SetInputFileHandle(self, file, transfer_ownership):
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 117 void SetInputFileHandle(FILE *f, bool transfer_ownership);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBDebugger.cpp | 327 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()
|