Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/API/
HDSBCommandReturnObject.cpp99 m_opaque_ap->GetErrorData()); in GetError()
101 return m_opaque_ap->GetErrorData(); in GetError()
122 return strlen(m_opaque_ap->GetErrorData()); in GetErrorSize()
/trueos/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDCommandReturnObject.h44 GetErrorData () in GetErrorData() function
/trueos/contrib/llvm/tools/lldb/source/Interpreter/
HDCommandInterpreter.cpp2492 const char *error_msg = tmp_result.GetErrorData(); in HandleCommands()
3013 const char *error = result.GetErrorData(); in IOHandlerInputComplete()