Searched refs:end_to_end (Results 1 – 2 of 2) sorted by relevance
825 bool RemoveAllWatchpoints(bool end_to_end = true);827 bool DisableAllWatchpoints(bool end_to_end = true);829 bool EnableAllWatchpoints(bool end_to_end = true);
1224 bool Target::RemoveAllWatchpoints(bool end_to_end) { in RemoveAllWatchpoints() argument1228 if (!end_to_end) { in RemoveAllWatchpoints()1253 bool Target::DisableAllWatchpoints(bool end_to_end) { in DisableAllWatchpoints() argument1257 if (!end_to_end) { in DisableAllWatchpoints()1280 bool Target::EnableAllWatchpoints(bool end_to_end) { in EnableAllWatchpoints() argument1284 if (!end_to_end) { in EnableAllWatchpoints()