Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_debugger.py17 obj.GetOutputFileHandle()
/external/llvm-project/lldb/bindings/interface/
DSBDebugger.i200 lldb::FileSP GetOutputFileHandle() { in GetOutputFileHandle() function
/external/llvm-project/lldb/include/lldb/API/
DSBDebugger.h87 FILE *GetOutputFileHandle();
/external/llvm-project/lldb/source/API/
DSBDebugger.cpp412 FILE *SBDebugger::GetOutputFileHandle() { in GetOutputFileHandle() function in SBDebugger
413 LLDB_RECORD_METHOD_NO_ARGS(FILE *, SBDebugger, GetOutputFileHandle); in GetOutputFileHandle()
1716 LLDB_REGISTER_METHOD(FILE *, SBDebugger, GetOutputFileHandle, ()); in RegisterMethods()
/external/llvm-project/lldb/test/API/python_api/file_handle/
DTestFileHandle.py132 self.dbg.GetOutputFileHandle().write('FOO\n')
133 self.dbg.GetOutputFileHandle().flush()