Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_debugger.py19 obj.GetErrorFileHandle()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBDebugger.i223 lldb::FileSP GetErrorFileHandle() { in GetErrorFileHandle() function
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBDebugger.h136 FILE *GetErrorFileHandle();
/llvm-project-15.0.7/lldb/test/API/python_api/file_handle/
H A DTestFileHandle.py146 f2 = self.dbg.GetErrorFileHandle()
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp474 FILE *SBDebugger::GetErrorFileHandle() { in GetErrorFileHandle() function in SBDebugger