Searched refs:SetInputFileHandle (Results 1 – 5 of 5) sorted by relevance
578 m_debugger.SetInputFileHandle(stdin, in MainLoop()691 m_debugger.SetInputFileHandle(commands_file, true); in MainLoop()722 m_debugger.SetInputFileHandle(commands_file, true); in MainLoop()755 m_debugger.SetInputFileHandle(stdin, true); in MainLoop()
78 void SetInputFileHandle(FILE *f, bool transfer_ownership);
133 void SetInputFileHandle(FILE *fh, bool tranfer_ownership);
266 void SBDebugger::SetInputFileHandle(FILE *fh, bool transfer_ownership) { in SetInputFileHandle() function in SBDebugger276 m_opaque_sp->SetInputFileHandle(fh, transfer_ownership); in SetInputFileHandle()
881 void Debugger::SetInputFileHandle(FILE *fh, bool tranfer_ownership) { in SetInputFileHandle() function in Debugger