Searched refs:SetInputFileHandle (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/lldb/test/API/iohandler/resize/ |
D | TestIOHandlerResizeNoEditline.py | 18 dbg.SetInputFileHandle(open("input_file"), True)
|
/external/llvm-project/lldb/test/API/python_api/default-constructor/ |
D | sb_debugger.py | 13 obj.SetInputFileHandle(None, True)
|
/external/llvm-project/lldb/test/API/python_api/interpreter/ |
D | TestRunCommandInterpreterAPI.py | 26 self.dbg.SetInputFileHandle(self.filehandle, False)
|
/external/llvm-project/lldb/test/API/api/multithreaded/ |
D | test_stop-hook.cpp.template | 89 m_dbg.SetInputFileHandle(m_file, false); 101 dbg.SetInputFileHandle(fh_lldb_in, false);
|
/external/llvm-project/lldb/tools/driver/ |
D | Driver.cpp | 483 m_debugger.SetInputFileHandle(stdin, false); in MainLoop() 599 m_debugger.SetInputFileHandle(commands_file, true); in MainLoop() 637 m_debugger.SetInputFileHandle(commands_file, true); in MainLoop() 659 m_debugger.SetInputFileHandle(stdin, true); in MainLoop()
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBDebugger.i | 177 def SetInputFileHandle(self, file, transfer_ownership):
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBDebugger.h | 79 void SetInputFileHandle(FILE *f, bool transfer_ownership);
|
/external/llvm-project/lldb/source/API/ |
D | SBDebugger.cpp | 291 void SBDebugger::SetInputFileHandle(FILE *fh, bool transfer_ownership) { in SetInputFileHandle() function in SBDebugger 292 LLDB_RECORD_METHOD(void, SBDebugger, SetInputFileHandle, (FILE *, bool), fh, in SetInputFileHandle() 1714 LLDB_REGISTER_METHOD(void, SBDebugger, SetInputFileHandle, (FILE *, bool)); in RegisterMethods()
|
/external/llvm-project/lldb/test/API/python_api/file_handle/ |
D | TestFileHandle.py | 896 self.assertRaises(Exception, self.dbg.SetInputFileHandle, "ham sandwich") 921 self.dbg.SetInputFileHandle(None, False)
|