Home
last modified time | relevance | path

Searched refs:SetOutputFileHandle (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_debugger.py14 obj.SetOutputFileHandle(None, True)
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/netbsd-core/
H A DTestNetBSDCore.py90 self.dbg.SetOutputFileHandle(devnul, False)
112 self.dbg.SetOutputFileHandle(None, False)
/llvm-project-15.0.7/lldb/test/API/python_api/interpreter/
H A DTestRunCommandInterpreterAPI.py28 self.dbg.SetOutputFileHandle(self.devnull, False)
/llvm-project-15.0.7/lldb/test/API/python_api/file_handle/
H A DTestFileHandle.py123 self.dbg.SetOutputFileHandle(f, False)
137 self.dbg.SetOutputFileHandle(f, False)
773 self.assertRaises(Exception, self.dbg.SetOutputFileHandle, "ham sandwich")
786 self.dbg.SetOutputFileHandle(None, False)
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/elf-core/
H A DTestLinuxCore.py587 self.dbg.SetOutputFileHandle(devnul, False)
609 self.dbg.SetOutputFileHandle(None, False)
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/minidump-new/
H A DTestMiniDumpNew.py33 self.dbg.SetOutputFileHandle(devnul, False)
55 self.dbg.SetOutputFileHandle(None, False)
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBDebugger.i189 def SetOutputFileHandle(self, file, transfer_ownership):
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBDebugger.h128 void SetOutputFileHandle(FILE *f, bool transfer_ownership);
/llvm-project-15.0.7/lldb/tools/driver/
H A DDriver.cpp443 m_debugger.SetOutputFileHandle(stdout, false); in MainLoop()
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp394 void SBDebugger::SetOutputFileHandle(FILE *fh, bool transfer_ownership) { in SetOutputFileHandle() function in SBDebugger