Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_debugger.py14 obj.SetOutputFileHandle(None, True)
/external/llvm-project/lldb/test/API/functionalities/postmortem/netbsd-core/
DTestNetBSDCore.py92 self.dbg.SetOutputFileHandle(devnul, False)
114 self.dbg.SetOutputFileHandle(None, False)
/external/llvm-project/lldb/test/API/python_api/interpreter/
DTestRunCommandInterpreterAPI.py30 self.dbg.SetOutputFileHandle(self.devnull, False)
/external/llvm-project/lldb/test/API/functionalities/postmortem/elf-core/
DTestLinuxCore.py566 self.dbg.SetOutputFileHandle(devnul, False)
588 self.dbg.SetOutputFileHandle(None, False)
/external/llvm-project/lldb/bindings/interface/
DSBDebugger.i170 def SetOutputFileHandle(self, file, transfer_ownership):
/external/llvm-project/lldb/include/lldb/API/
DSBDebugger.h81 void SetOutputFileHandle(FILE *f, bool transfer_ownership);
/external/llvm-project/lldb/test/API/functionalities/postmortem/minidump-new/
DTestMiniDumpNew.py36 self.dbg.SetOutputFileHandle(devnul, False)
58 self.dbg.SetOutputFileHandle(None, False)
/external/llvm-project/lldb/test/API/python_api/file_handle/
DTestFileHandle.py126 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/
DSBDebugger.cpp348 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/
DDriver.cpp481 m_debugger.SetOutputFileHandle(stdout, false); in MainLoop()
/external/llvm-project/lldb/tools/lldb-vscode/
Dlldb-vscode.cpp1353 g_vsc.debugger.SetOutputFileHandle(out, true); in request_initialize()