Searched defs:RemoveWatchpoint (Results 1 – 3 of 3) sorted by relevance
199 int32_t DbgServices::RemoveWatchpoint(unsigned int id) { in RemoveWatchpoint() function in mindspore::DbgServices
1180 void Debugger::RemoveWatchpoint(const int32_t id) { debug_services_->RemoveWatchpoint(id); } in RemoveWatchpoint() function in mindspore::Debugger
147 void DebugServices::RemoveWatchpoint(unsigned int id) { in RemoveWatchpoint() function in mindspore::DebugServices