Searched refs:SetOutputFileHandle (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBDebugger.i | 170 def SetOutputFileHandle(self, file, transfer_ownership):
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 119 void SetOutputFileHandle(FILE *f, bool transfer_ownership);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBDebugger.cpp | 384 void SBDebugger::SetOutputFileHandle(FILE *fh, bool transfer_ownership) { in SetOutputFileHandle() function in SBDebugger 385 LLDB_RECORD_METHOD(void, SBDebugger, SetOutputFileHandle, (FILE *, bool), fh, in SetOutputFileHandle() 1711 &SBDebugger::SetOutputFileHandle>::record, in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/tools/driver/ |
| H A D | Driver.cpp | 482 m_debugger.SetOutputFileHandle(stdout, false); in MainLoop()
|