Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBDebugger.i189 def SetOutputFileHandle(self, file, transfer_ownership):
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBDebugger.h145 void SetOutputFileHandle(FILE *f, bool transfer_ownership);
/openbsd-src/gnu/llvm/lldb/tools/driver/
H A DDriver.cpp445 m_debugger.SetOutputFileHandle(stdout, false); in MainLoop()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp409 void SBDebugger::SetOutputFileHandle(FILE *fh, bool transfer_ownership) { in SetOutputFileHandle() function in SBDebugger