Home
last modified time | relevance | path

Searched refs:SetInputFileHandle (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/iohandler/resize/
H A DTestIOHandlerResizeNoEditline.py15 dbg.SetInputFileHandle(open("input_file"), True)
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_debugger.py13 obj.SetInputFileHandle(None, True)
/llvm-project-15.0.7/lldb/test/API/api/multithreaded/
H A Dtest_stop-hook.cpp.template89 m_dbg.SetInputFileHandle(m_file, false);
101 dbg.SetInputFileHandle(fh_lldb_in, false);
/llvm-project-15.0.7/lldb/test/API/python_api/interpreter/
H A DTestRunCommandInterpreterAPI.py24 self.dbg.SetInputFileHandle(self.filehandle, False)
/llvm-project-15.0.7/lldb/tools/driver/
H A DDriver.cpp445 m_debugger.SetInputFileHandle(stdin, false); in MainLoop()
618 m_debugger.SetInputFileHandle(stdin, true); in MainLoop()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBDebugger.i196 def SetInputFileHandle(self, file, transfer_ownership):
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBDebugger.h126 void SetInputFileHandle(FILE *f, bool transfer_ownership);
/llvm-project-15.0.7/lldb/test/API/python_api/file_handle/
H A DTestFileHandle.py776 self.assertRaises(Exception, self.dbg.SetInputFileHandle, "ham sandwich")
795 self.dbg.SetInputFileHandle(None, False)
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp339 void SBDebugger::SetInputFileHandle(FILE *fh, bool transfer_ownership) { in SetInputFileHandle() function in SBDebugger