Home
last modified time | relevance | path

Searched defs:watchpoint_id (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/tests/ut/data/dump/gpu_dumps/golden/
Dwatchpoints_expected.json7 "watchpoint_id": 1, number
29 "watchpoint_id": 2, number
51 "watchpoint_id": 3, number
/third_party/mindspore/mindspore/offline_debug/
Ddbg_services.py129 def add_watchpoint(self, watchpoint_id, watch_condition, check_node_list, parameter_list): argument
170 def remove_watchpoint(self, watchpoint_id): argument
1055 …def __init__(self, name, slot, condition, watchpoint_id, parameters, error_code, rank_id, root_gra… argument
1132 def watchpoint_id(self): member in WatchpointHit
/third_party/mindspore/mindspore/ccsrc/debug/debugger/offline_debug/
Ddbg_services.cc171 std::vector<unsigned int> watchpoint_id; in CheckWatchpoints() local
Ddbg_services.h73 uint32_t watchpoint_id; member
/third_party/mindspore/mindspore/ccsrc/debug/
Ddebug_services.cc429std::vector<unsigned int> *const watchpoint_id, std::vector<std::vector<parameter_t>> *const param… in CheckWatchpoints()
502std::vector<unsigned int> *const watchpoint_id, std::vector<std::vector<parameter_t>> *const param… in SortWatchpointsInfo()
/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Ddebugger.cc1101 std::vector<unsigned int> watchpoint_id; in CheckWatchpoints() local