Lines Matching defs:watchpoints
492 result.AppendError ("There is not a current executable; there are no watchpoints to which to add commands");
497 const WatchpointList &watchpoints = target->GetWatchpointList();
498 size_t num_watchpoints = watchpoints.GetSize();
502 result.AppendError ("No watchpoints exist to have commands added");
517 result.AppendError("Invalid watchpoints specification.");
658 result.AppendError ("There is not a current executable; there are no watchpoints from which to delete commands");
663 const WatchpointList &watchpoints = target->GetWatchpointList();
664 size_t num_watchpoints = watchpoints.GetSize();
668 result.AppendError ("No watchpoints exist to have commands deleted");
683 result.AppendError("Invalid watchpoints specification.");
750 result.AppendError ("There is not a current executable; there are no watchpoints for which to list commands");
755 const WatchpointList &watchpoints = target->GetWatchpointList();
756 size_t num_watchpoints = watchpoints.GetSize();
760 result.AppendError ("No watchpoints exist for which to list commands");
775 result.AppendError("Invalid watchpoints specification.");