Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/iohandler/resize/
DTestIOHandlerResizeNoEditline.py18 dbg.SetInputFileHandle(open("input_file"), True)
/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_debugger.py13 obj.SetInputFileHandle(None, True)
/external/llvm-project/lldb/test/API/python_api/interpreter/
DTestRunCommandInterpreterAPI.py26 self.dbg.SetInputFileHandle(self.filehandle, False)
/external/llvm-project/lldb/test/API/api/multithreaded/
Dtest_stop-hook.cpp.template89 m_dbg.SetInputFileHandle(m_file, false);
101 dbg.SetInputFileHandle(fh_lldb_in, false);
/external/llvm-project/lldb/tools/driver/
DDriver.cpp483 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/
DSBDebugger.i177 def SetInputFileHandle(self, file, transfer_ownership):
/external/llvm-project/lldb/include/lldb/API/
DSBDebugger.h79 void SetInputFileHandle(FILE *f, bool transfer_ownership);
/external/llvm-project/lldb/source/API/
DSBDebugger.cpp291 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/
DTestFileHandle.py896 self.assertRaises(Exception, self.dbg.SetInputFileHandle, "ham sandwich")
921 self.dbg.SetInputFileHandle(None, False)