Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp323 FILE *SBDebugger::GetErrorFileHandle() { in GetErrorFileHandle() function in SBDebugger
369 if (GetErrorFileHandle() != nullptr) in HandleCommand()
370 result.PutError(GetErrorFileHandle()); in HandleCommand()
384 GetErrorFileHandle()); in HandleCommand()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h88 FILE *GetErrorFileHandle();
/freebsd-12.1/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.cpp597 result.PutError(m_debugger.GetErrorFileHandle()); in MainLoop()
655 result.PutError(m_debugger.GetErrorFileHandle()); in MainLoop()