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