Home
last modified time | relevance | path

Searched refs:strErrorDescription (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdData.h39 CMIUtilString strErrorDescription; // Command failed this is why member
55 strErrorDescription.clear(); in Clear()
H A DMICmdBase.cpp204 m_cmdData.strErrorDescription = rErrMsg; in SetError()