Searched refs:CheckWatchpoints (Results 1 – 8 of 8) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/debug/debugger/offline_debug/ |
D | mi_pybind_register.cc | 28 .def("CheckWatchpoints", &DbgServices::CheckWatchpoints) in PYBIND11_MODULE()
|
D | dbg_services.cc | 165 std::vector<watchpoint_hit_t> DbgServices::CheckWatchpoints(unsigned int iteration) { in CheckWatchpoints() function in DbgServices 184 …debug_services_->CheckWatchpoints(&name, &slot, &condition, &watchpoint_id, ¶meters, &error_co… in CheckWatchpoints()
|
D | dbg_services.h | 204 std::vector<watchpoint_hit_t> CheckWatchpoints(unsigned int iteration);
|
/third_party/mindspore/mindspore/ccsrc/debug/debugger/ |
D | debugger.cc | 475 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, ¶meters, &error_co… in CheckWatchpoints()
|
D | debugger.h | 233 std::list<WatchpointHit> CheckWatchpoints(const std::string &watchnode = std::string(),
|
/third_party/mindspore/mindspore/offline_debug/ |
D | dbg_services.py | 227 watchpoint_list = self.dbg_instance.CheckWatchpoints(iteration)
|
/third_party/mindspore/mindspore/ccsrc/debug/ |
D | debug_services.h | 275 …void CheckWatchpoints(std::vector<std::string> *name, std::vector<std::string> *slot, std::vector<…
|
D | debug_services.cc | 427 void DebugServices::CheckWatchpoints( in CheckWatchpoints() function in mindspore::DebugServices
|