Searched refs:CMICmdCmdVarUpdate (Results 1 – 3 of 3) sorted by relevance
320 CMICmdCmdVarUpdate::CMICmdCmdVarUpdate() in CMICmdCmdVarUpdate() function in CMICmdCmdVarUpdate327 m_pSelfCreatorFn = &CMICmdCmdVarUpdate::CreateSelf; in CMICmdCmdVarUpdate()338 CMICmdCmdVarUpdate::~CMICmdCmdVarUpdate() {} in ~CMICmdCmdVarUpdate()351 bool CMICmdCmdVarUpdate::ParseArgs() { in ParseArgs()370 bool CMICmdCmdVarUpdate::Execute() { in Execute()422 bool CMICmdCmdVarUpdate::Acknowledge() { in Acknowledge()454 CMICmdBase *CMICmdCmdVarUpdate::CreateSelf() { in CreateSelf()455 return new CMICmdCmdVarUpdate(); in CreateSelf()469 void CMICmdCmdVarUpdate::MIFormResponse(const CMIUtilString &vrStrVarName, in MIFormResponse()505 bool CMICmdCmdVarUpdate::ExamineSBValueForChange(lldb::SBValue &vrwValue, in ExamineSBValueForChange()
94 class CMICmdCmdVarUpdate : public CMICmdBase {102 /* ctor */ CMICmdCmdVarUpdate();114 /* dtor */ ~CMICmdCmdVarUpdate() override;
134 bOk &= Register<CMICmdCmdVarUpdate>(); in RegisterAll()