Home
last modified time | relevance | path

Searched refs:GetOutputFileHandle (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/lua_api/
H A DTestFileHandle.lua7 self.debugger:GetOutputFileHandle():write('FOO\n')
8 self.debugger:GetOutputFileHandle():flush()
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_debugger.py18 obj.GetOutputFileHandle()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBDebugger.i219 lldb::FileSP GetOutputFileHandle() { in GetOutputFileHandle() function
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBDebugger.h134 FILE *GetOutputFileHandle();
/llvm-project-15.0.7/lldb/bindings/lua/
H A Dlua-typemaps.swig247 // Typemap for file handles (e.g. used in SBDebugger::GetOutputFileHandle)
/llvm-project-15.0.7/lldb/test/API/python_api/file_handle/
H A DTestFileHandle.py129 self.dbg.GetOutputFileHandle().write('FOO\n')
130 self.dbg.GetOutputFileHandle().flush()
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp456 FILE *SBDebugger::GetOutputFileHandle() { in GetOutputFileHandle() function in SBDebugger