Searched refs:setVariable (Results 1 – 7 of 7) sorted by relevance
69 void setVariable(const std::string & name, uint32_t value, int_size_t size=kWordSize);
51 void EvalContext::setVariable(const std::string & name, uint32_t value, int_size_t size) in setVariable() function in EvalContext
467 context.setVariable(constName, constValue); in overrideVariable()
283 m_context.setVariable(ident, intValue->getValue(), intValue->getWordSize()); in processConstants()
213 void setVariable(DILocalVariable *NewVar) { in setVariable() function
1541 DVI->setVariable(cast<DILocalVariable>(NewVar)); in fixupDebugInfoPostExtraction()
18133 Implement DAP setVariable request18134 This patch implements the DAP setVariable request.18136 setVariable is a bit odd in that it specifies the variable to modify