Searched refs:SetOutputFileHandle (Results 1 – 5 of 5) sorted by relevance
80 void SetOutputFileHandle(FILE *f, bool transfer_ownership);
135 void SetOutputFileHandle(FILE *fh, bool tranfer_ownership);
279 void SBDebugger::SetOutputFileHandle(FILE *fh, bool transfer_ownership) { in SetOutputFileHandle() function in SBDebugger289 m_opaque_sp->SetOutputFileHandle(fh, transfer_ownership); in SetOutputFileHandle()
577 m_debugger.SetOutputFileHandle(stdout, false); in MainLoop()
896 void Debugger::SetOutputFileHandle(FILE *fh, bool tranfer_ownership) { in SetOutputFileHandle() function in Debugger