Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnBase.cpp27 : m_strMILastErrorDescription(CMIUtilString()), m_bInitialized(false), in CMICmnBase()
49 return m_strMILastErrorDescription.empty(); in HaveErrorDescription()
61 return m_strMILastErrorDescription; in GetErrorDescription()
77 m_strMILastErrorDescription = vrTxt; in SetErrorDescription()
97 m_strMILastErrorDescription = vrTxt; in SetErrorDescriptionNoLog()
109 m_strMILastErrorDescription.clear(); in ClrErrorDescription()
H A DMICmnLog.cpp321 return m_strMILastErrorDescription; in GetErrorDescription()
333 m_strMILastErrorDescription = vrTxt; in SetErrorDescription()
345 m_strMILastErrorDescription = CMIUtilString(""); in ClrErrorDescription()
H A DMICmnBase.h41 mutable CMIUtilString m_strMILastErrorDescription;
H A DMICmnLog.h136 mutable CMIUtilString m_strMILastErrorDescription; variable
H A DMICmnLogMediumFile.cpp144 return m_strMILastErrorDescription; in GetError()