Searched refs:end_to_end (Results 1 – 2 of 2) sorted by relevance
725 bool RemoveAllWatchpoints(bool end_to_end = true);727 bool DisableAllWatchpoints(bool end_to_end = true);729 bool EnableAllWatchpoints(bool end_to_end = true);
1130 bool Target::RemoveAllWatchpoints(bool end_to_end) { in RemoveAllWatchpoints() argument1134 if (!end_to_end) { in RemoveAllWatchpoints()1161 bool Target::DisableAllWatchpoints(bool end_to_end) { in DisableAllWatchpoints() argument1165 if (!end_to_end) { in DisableAllWatchpoints()1190 bool Target::EnableAllWatchpoints(bool end_to_end) { in EnableAllWatchpoints() argument1194 if (!end_to_end) { in EnableAllWatchpoints()