Searched refs:SetErrorFileHandle (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBDebugger.i | 184 def SetErrorFileHandle(self, file, transfer_ownership):
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 121 void SetErrorFileHandle(FILE *f, bool transfer_ownership);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBDebugger.cpp | 405 void SBDebugger::SetErrorFileHandle(FILE *fh, bool transfer_ownership) { in SetErrorFileHandle() function in SBDebugger 406 LLDB_RECORD_METHOD(void, SBDebugger, SetErrorFileHandle, (FILE *, bool), fh, in SetErrorFileHandle() 1708 &SBDebugger::SetErrorFileHandle>::record, in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/tools/driver/ |
| H A D | Driver.cpp | 481 m_debugger.SetErrorFileHandle(stderr, false); in MainLoop()
|