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

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h101 GetErrorFileHandle ();
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp356 SBDebugger::GetErrorFileHandle () function in class:SBDebugger
413 if (GetErrorFileHandle() != NULL)
414 result.PutError (GetErrorFileHandle());
429 HandleProcessEvent (process, event, GetOutputFileHandle(), GetErrorFileHandle());
/freebsd-10-stable/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.cpp880 result.PutError (m_debugger.GetErrorFileHandle());
961 result.PutError(m_debugger.GetErrorFileHandle());

Completed in 87 milliseconds