Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_debugger.py18 obj.GetErrorFileHandle()
/external/llvm-project/lldb/bindings/interface/
DSBDebugger.i204 lldb::FileSP GetErrorFileHandle() { in GetErrorFileHandle() function
/external/llvm-project/lldb/include/lldb/API/
DSBDebugger.h89 FILE *GetErrorFileHandle();
/external/llvm-project/lldb/source/API/
DSBDebugger.cpp430 FILE *SBDebugger::GetErrorFileHandle() { in GetErrorFileHandle() function in SBDebugger
431 LLDB_RECORD_METHOD_NO_ARGS(FILE *, SBDebugger, GetErrorFileHandle); in GetErrorFileHandle()
1717 LLDB_REGISTER_METHOD(FILE *, SBDebugger, GetErrorFileHandle, ()); in RegisterMethods()
/external/llvm-project/lldb/test/API/python_api/file_handle/
DTestFileHandle.py153 f2 = self.dbg.GetErrorFileHandle()