Home
last modified time | relevance | path

Searched refs:GetWatchpointID (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Ddebugger.h298 int32_t GetWatchpointID(const EventReply &reply);
Ddebugger.cc829 MS_LOG(INFO) << "id: " << GetWatchpointID(reply); in ProcessKSetCMD()
833 RemoveWatchpoint(GetWatchpointID(reply)); in ProcessKSetCMD()
848 …SetWatchpoint(GetWatchnodes(reply), GetWatchcondition(reply), GetWatchpointID(reply), GetParameter… in ProcessKSetCMD()
1233 int32_t GetWatchpointID(const EventReply &reply) { in GetWatchpointID() function