Lines Matching defs:watchpoints
359 const WatchpointList &watchpoints = target.GetWatchpointList();
360 size_t num_watchpoints = watchpoints.GetSize();
363 result.AppendError("No watchpoints exist to have commands added");
377 result.AppendError("Invalid watchpoints specification.");
454 const WatchpointList &watchpoints = target.GetWatchpointList();
455 size_t num_watchpoints = watchpoints.GetSize();
458 result.AppendError("No watchpoints exist to have commands deleted");
471 result.AppendError("Invalid watchpoints specification.");
509 const WatchpointList &watchpoints = target.GetWatchpointList();
510 size_t num_watchpoints = watchpoints.GetSize();
513 result.AppendError("No watchpoints exist for which to list commands");
526 result.AppendError("Invalid watchpoints specification.");