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