Home
last modified time | relevance | path

Searched refs:RemoveWatchpoint (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/debug/debugger/offline_debug/
Dmi_pybind_register.cc27 .def("RemoveWatchpoint", &DbgServices::RemoveWatchpoint) in PYBIND11_MODULE()
Ddbg_services.cc159 int32_t DbgServices::RemoveWatchpoint(unsigned int id) { in RemoveWatchpoint() function in DbgServices
161 debug_services_->RemoveWatchpoint(id); in RemoveWatchpoint()
Ddbg_services.h202 int32_t RemoveWatchpoint(unsigned int id);
/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Ddebugger.h217 void RemoveWatchpoint(const int32_t id);
Ddebugger.cc833 RemoveWatchpoint(GetWatchpointID(reply)); in ProcessKSetCMD()
982 void Debugger::RemoveWatchpoint(const int32_t id) { debug_services_->RemoveWatchpoint(id); } in RemoveWatchpoint() function in mindspore::Debugger
/third_party/mindspore/mindspore/offline_debug/
Ddbg_services.py196 return self.dbg_instance.RemoveWatchpoint(watchpoint_id)
/third_party/mindspore/mindspore/ccsrc/debug/
Ddebug_services.h247 void RemoveWatchpoint(unsigned int id);
Ddebug_services.cc82 void DebugServices::RemoveWatchpoint(unsigned int id) { in RemoveWatchpoint() function in mindspore::DebugServices