Lines Matching defs:watchpoints
360 const WatchpointList &watchpoints = target->GetWatchpointList();
361 size_t num_watchpoints = watchpoints.GetSize();
364 result.AppendError("No watchpoints exist to have commands added");
378 result.AppendError("Invalid watchpoints specification.");
455 const WatchpointList &watchpoints = target->GetWatchpointList();
456 size_t num_watchpoints = watchpoints.GetSize();
459 result.AppendError("No watchpoints exist to have commands deleted");
472 result.AppendError("Invalid watchpoints specification.");
510 const WatchpointList &watchpoints = target->GetWatchpointList();
511 size_t num_watchpoints = watchpoints.GetSize();
514 result.AppendError("No watchpoints exist for which to list commands");
527 result.AppendError("Invalid watchpoints specification.");