Home
last modified time | relevance | path

Searched refs:SetErrorFileHandle (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_debugger.py15 obj.SetErrorFileHandle(None, True)
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/netbsd-core/
H A DTestNetBSDCore.py91 self.dbg.SetErrorFileHandle(devnul, False)
113 self.dbg.SetErrorFileHandle(None, False)
/llvm-project-15.0.7/lldb/test/API/python_api/interpreter/
H A DTestRunCommandInterpreterAPI.py29 self.dbg.SetErrorFileHandle (self.devnull, False)
/llvm-project-15.0.7/lldb/test/API/python_api/file_handle/
H A DTestFileHandle.py144 self.dbg.SetErrorFileHandle(f, False)
157 self.dbg.SetErrorFileHandle(f, False)
165 self.dbg.SetErrorFileHandle(f, False)
779 self.assertRaises(Exception, self.dbg.SetErrorFileHandle, "ham sandwich")
787 self.dbg.SetErrorFileHandle(None, False)
/llvm-project-15.0.7/lldb/test/API/commands/process/handle/
H A DTestProcessHandle.py78 self.dbg.SetErrorFileHandle(f, False)
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/elf-core/
H A DTestLinuxCore.py588 self.dbg.SetErrorFileHandle(devnul, False)
610 self.dbg.SetErrorFileHandle(None, False)
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/minidump-new/
H A DTestMiniDumpNew.py34 self.dbg.SetErrorFileHandle(devnul, False)
56 self.dbg.SetErrorFileHandle(None, False)
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBDebugger.i203 def SetErrorFileHandle(self, file, transfer_ownership):
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBDebugger.h130 void SetErrorFileHandle(FILE *f, bool transfer_ownership);
/llvm-project-15.0.7/lldb/tools/driver/
H A DDriver.cpp442 m_debugger.SetErrorFileHandle(stderr, false); in MainLoop()
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp414 void SBDebugger::SetErrorFileHandle(FILE *fh, bool transfer_ownership) { in SetErrorFileHandle() function in SBDebugger