Searched refs:SetInputFileHandle (Results 1 – 4 of 4) sorted by relevance
13 def SetInputFileHandle(self, file, transfer_ownership):
442 m_debugger.SetInputFileHandle(stdin, false); in MainLoop()601 m_debugger.SetInputFileHandle(stdin, true); in MainLoop()
164 void SetInputFileHandle(FILE *f, bool transfer_ownership);
362 void SBDebugger::SetInputFileHandle(FILE *fh, bool transfer_ownership) { in SetInputFileHandle() function in SBDebugger