Searched refs:SetOutputFileHandle (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/lldb/test/API/python_api/default-constructor/ |
D | sb_debugger.py | 14 obj.SetOutputFileHandle(None, True)
|
/external/llvm-project/lldb/test/API/functionalities/postmortem/netbsd-core/ |
D | TestNetBSDCore.py | 92 self.dbg.SetOutputFileHandle(devnul, False) 114 self.dbg.SetOutputFileHandle(None, False)
|
/external/llvm-project/lldb/test/API/python_api/interpreter/ |
D | TestRunCommandInterpreterAPI.py | 30 self.dbg.SetOutputFileHandle(self.devnull, False)
|
/external/llvm-project/lldb/test/API/functionalities/postmortem/elf-core/ |
D | TestLinuxCore.py | 566 self.dbg.SetOutputFileHandle(devnul, False) 588 self.dbg.SetOutputFileHandle(None, False)
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBDebugger.i | 170 def SetOutputFileHandle(self, file, transfer_ownership):
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBDebugger.h | 81 void SetOutputFileHandle(FILE *f, bool transfer_ownership);
|
/external/llvm-project/lldb/test/API/functionalities/postmortem/minidump-new/ |
D | TestMiniDumpNew.py | 36 self.dbg.SetOutputFileHandle(devnul, False) 58 self.dbg.SetOutputFileHandle(None, False)
|
/external/llvm-project/lldb/test/API/python_api/file_handle/ |
D | TestFileHandle.py | 126 self.dbg.SetOutputFileHandle(f, False) 142 self.dbg.SetOutputFileHandle(f, False) 893 self.assertRaises(Exception, self.dbg.SetOutputFileHandle, "ham sandwich") 906 self.dbg.SetOutputFileHandle(None, False)
|
/external/llvm-project/lldb/source/API/ |
D | SBDebugger.cpp | 348 void SBDebugger::SetOutputFileHandle(FILE *fh, bool transfer_ownership) { in SetOutputFileHandle() function in SBDebugger 349 LLDB_RECORD_METHOD(void, SBDebugger, SetOutputFileHandle, (FILE *, bool), fh, in SetOutputFileHandle() 1668 &SBDebugger::SetOutputFileHandle>::record, in RegisterMethods()
|
/external/llvm-project/lldb/tools/driver/ |
D | Driver.cpp | 481 m_debugger.SetOutputFileHandle(stdout, false); in MainLoop()
|
/external/llvm-project/lldb/tools/lldb-vscode/ |
D | lldb-vscode.cpp | 1353 g_vsc.debugger.SetOutputFileHandle(out, true); in request_initialize()
|