Searched refs:SetInputFileHandle (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/lldb/test/API/iohandler/resize/ |
| H A D | TestIOHandlerResizeNoEditline.py | 15 dbg.SetInputFileHandle(open("input_file"), True)
|
| /llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/ |
| H A D | sb_debugger.py | 13 obj.SetInputFileHandle(None, True)
|
| /llvm-project-15.0.7/lldb/test/API/api/multithreaded/ |
| H A D | test_stop-hook.cpp.template | 89 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 D | TestRunCommandInterpreterAPI.py | 24 self.dbg.SetInputFileHandle(self.filehandle, False)
|
| /llvm-project-15.0.7/lldb/tools/driver/ |
| H A D | Driver.cpp | 445 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 D | SBDebugger.i | 196 def SetInputFileHandle(self, file, transfer_ownership):
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 126 void SetInputFileHandle(FILE *f, bool transfer_ownership);
|
| /llvm-project-15.0.7/lldb/test/API/python_api/file_handle/ |
| H A D | TestFileHandle.py | 776 self.assertRaises(Exception, self.dbg.SetInputFileHandle, "ham sandwich") 795 self.dbg.SetInputFileHandle(None, False)
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBDebugger.cpp | 339 void SBDebugger::SetInputFileHandle(FILE *fh, bool transfer_ownership) { in SetInputFileHandle() function in SBDebugger
|