Home
last modified time | relevance | path

Searched defs:RemoveWatchpoint (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/debug/debugger/offline_debug/
Ddbg_services.cc159 int32_t DbgServices::RemoveWatchpoint(unsigned int id) { in RemoveWatchpoint() function in DbgServices
/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Ddebugger.cc982 void Debugger::RemoveWatchpoint(const int32_t id) { debug_services_->RemoveWatchpoint(id); } in RemoveWatchpoint() function in mindspore::Debugger
/third_party/mindspore/mindspore/ccsrc/debug/
Ddebug_services.cc82 void DebugServices::RemoveWatchpoint(unsigned int id) { in RemoveWatchpoint() function in mindspore::DebugServices