Searched refs:SetWatchVariable (Results 1 – 3 of 3) sorted by relevance
90 void SetWatchVariable(bool val);
103 void Watchpoint::SetWatchVariable(bool val) { m_is_watch_variable = val; } in SetWatchVariable() function in Watchpoint
982 wp->SetWatchVariable(true); in DoExecute()