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 D | sb_debugger.py | 15 obj.SetErrorFileHandle(None, True)
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/netbsd-core/ |
| H A D | TestNetBSDCore.py | 91 self.dbg.SetErrorFileHandle(devnul, False) 113 self.dbg.SetErrorFileHandle(None, False)
|
| /llvm-project-15.0.7/lldb/test/API/python_api/interpreter/ |
| H A D | TestRunCommandInterpreterAPI.py | 29 self.dbg.SetErrorFileHandle (self.devnull, False)
|
| /llvm-project-15.0.7/lldb/test/API/python_api/file_handle/ |
| H A D | TestFileHandle.py | 144 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 D | TestProcessHandle.py | 78 self.dbg.SetErrorFileHandle(f, False)
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/elf-core/ |
| H A D | TestLinuxCore.py | 588 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 D | TestMiniDumpNew.py | 34 self.dbg.SetErrorFileHandle(devnul, False) 56 self.dbg.SetErrorFileHandle(None, False)
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBDebugger.i | 203 def SetErrorFileHandle(self, file, transfer_ownership):
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 130 void SetErrorFileHandle(FILE *f, bool transfer_ownership);
|
| /llvm-project-15.0.7/lldb/tools/driver/ |
| H A D | Driver.cpp | 442 m_debugger.SetErrorFileHandle(stderr, false); in MainLoop()
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBDebugger.cpp | 414 void SBDebugger::SetErrorFileHandle(FILE *fh, bool transfer_ownership) { in SetErrorFileHandle() function in SBDebugger
|