Searched refs:SendWatchpoints (Results 1 – 2 of 2) sorted by relevance
237 void SendWatchpoints(const std::list<WatchpointHit> &points);
475 SendWatchpoints(CheckWatchpoints()); in PostExecute()515 SendWatchpoints(hits); in PostExecuteNode()813 SendWatchpoints(CheckWatchpoints("", nullptr, true)); in ProcessRunCMD()1142 void Debugger::SendWatchpoints(const std::list<WatchpointHit> &points) { in SendWatchpoints() function in mindspore::Debugger