Searched refs:DisableAllWatchpoints (Results 1 – 5 of 5) sorted by relevance
822 bool DisableAllWatchpoints();
413 if (target->DisableAllWatchpoints()) { in DoExecute()
726 bool DisableAllWatchpoints(bool end_to_end = true);
1419 bool SBTarget::DisableAllWatchpoints() { in DisableAllWatchpoints() function in SBTarget1425 target_sp->DisableAllWatchpoints(); in DisableAllWatchpoints()
175 DisableAllWatchpoints(false); in CleanupProcess()1191 bool Target::DisableAllWatchpoints(bool end_to_end) { in DisableAllWatchpoints() function in Target