Searched refs:RemoveWatchpoint (Results 1 – 8 of 8) sorted by relevance
27 .def("RemoveWatchpoint", &DbgServices::RemoveWatchpoint) in PYBIND11_MODULE()
159 int32_t DbgServices::RemoveWatchpoint(unsigned int id) { in RemoveWatchpoint() function in DbgServices161 debug_services_->RemoveWatchpoint(id); in RemoveWatchpoint()
202 int32_t RemoveWatchpoint(unsigned int id);
217 void RemoveWatchpoint(const int32_t id);
833 RemoveWatchpoint(GetWatchpointID(reply)); in ProcessKSetCMD()982 void Debugger::RemoveWatchpoint(const int32_t id) { debug_services_->RemoveWatchpoint(id); } in RemoveWatchpoint() function in mindspore::Debugger
196 return self.dbg_instance.RemoveWatchpoint(watchpoint_id)
247 void RemoveWatchpoint(unsigned int id);
82 void DebugServices::RemoveWatchpoint(unsigned int id) { in RemoveWatchpoint() function in mindspore::DebugServices