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 D | sb_debugger.py | 14 obj.SetOutputFileHandle(None, True)
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/netbsd-core/ |
| H A D | TestNetBSDCore.py | 90 self.dbg.SetOutputFileHandle(devnul, False) 112 self.dbg.SetOutputFileHandle(None, False)
|
| /llvm-project-15.0.7/lldb/test/API/python_api/interpreter/ |
| H A D | TestRunCommandInterpreterAPI.py | 28 self.dbg.SetOutputFileHandle(self.devnull, False)
|
| /llvm-project-15.0.7/lldb/test/API/python_api/file_handle/ |
| H A D | TestFileHandle.py | 123 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 D | TestLinuxCore.py | 587 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 D | TestMiniDumpNew.py | 33 self.dbg.SetOutputFileHandle(devnul, False) 55 self.dbg.SetOutputFileHandle(None, False)
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBDebugger.i | 189 def SetOutputFileHandle(self, file, transfer_ownership):
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 128 void SetOutputFileHandle(FILE *f, bool transfer_ownership);
|
| /llvm-project-15.0.7/lldb/tools/driver/ |
| H A D | Driver.cpp | 443 m_debugger.SetOutputFileHandle(stdout, false); in MainLoop()
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBDebugger.cpp | 394 void SBDebugger::SetOutputFileHandle(FILE *fh, bool transfer_ownership) { in SetOutputFileHandle() function in SBDebugger
|