Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdData.cpp116 const CMIUtilString &rExpression(pArgExpr->GetValue()); in Execute() local
126 lldb::SBValue value = frame.EvaluateExpression(rExpression.c_str()); in Execute()
129 value = frame.FindVariable(rExpression.c_str()); in Execute()
136 if (HaveInvalidCharacterInExpression(rExpression, in Execute()
142 m_strValue = rExpression; in Execute()
145 if (rExpression.IsQuoted()) { in Execute()
146 m_strValue = rExpression.Trim('\"'); in Execute()
H A DMICmdCmdVar.cpp697 const CMIUtilString &rExpression(pArgExpression->GetValue()); in Execute() local
708 CMIUtilString strExpression(rExpression.Trim()); in Execute()
833 const CMIUtilString &rExpression(pArgFormatSpec->GetValue()); in Execute() local
844 rExpression))) { in Execute()
847 rVarObjName.c_str(), rExpression.c_str())); in Execute()