Searched refs:SetWatchSpec (Results 1 – 3 of 3) sorted by relevance
85 void SetWatchSpec(const std::string &str);
918 watch_sp->SetWatchSpec(command.GetArgumentAtIndex(0)); in DoExecute()1100 watch_sp->SetWatchSpec(std::string(expr)); in DoExecute()
189 void Watchpoint::SetWatchSpec(const std::string &str) { in SetWatchSpec() function in Watchpoint