Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/debug/debugger/offline_debug/
Dmi_pybind_register.cc28 .def("CheckWatchpoints", &DbgServices::CheckWatchpoints) in PYBIND11_MODULE()
Ddbg_services.cc165 std::vector<watchpoint_hit_t> DbgServices::CheckWatchpoints(unsigned int iteration) { in CheckWatchpoints() function in DbgServices
184 …debug_services_->CheckWatchpoints(&name, &slot, &condition, &watchpoint_id, &parameters, &error_co… in CheckWatchpoints()
Ddbg_services.h204 std::vector<watchpoint_hit_t> CheckWatchpoints(unsigned int iteration);
/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Ddebugger.cc475 SendWatchpoints(CheckWatchpoints()); in PostExecute()
513 auto hits = CheckWatchpoints(cur_name_, kernel); in PostExecuteNode()
813 SendWatchpoints(CheckWatchpoints("", nullptr, true)); in ProcessRunCMD()
1096 std::list<WatchpointHit> Debugger::CheckWatchpoints(const std::string &watchnode, const CNodePtr &k… in CheckWatchpoints() function in mindspore::Debugger
1113 …debug_services_->CheckWatchpoints(&name, &slot, &condition, &watchpoint_id, &parameters, &error_co… in CheckWatchpoints()
Ddebugger.h233 std::list<WatchpointHit> CheckWatchpoints(const std::string &watchnode = std::string(),
/third_party/mindspore/mindspore/offline_debug/
Ddbg_services.py227 watchpoint_list = self.dbg_instance.CheckWatchpoints(iteration)
/third_party/mindspore/mindspore/ccsrc/debug/
Ddebug_services.h275 …void CheckWatchpoints(std::vector<std::string> *name, std::vector<std::string> *slot, std::vector<…
Ddebug_services.cc427 void DebugServices::CheckWatchpoints( in CheckWatchpoints() function in mindspore::DebugServices