Home
last modified time | relevance | path

Searched refs:watchpoint (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/ptrace/
Dptrace09.c25 static short watchpoint; variable
38 : "+m" (watchpoint) in child_main()
59 (void *)offsetof(struct user, u_debugreg[0]), &watchpoint); in run()
/third_party/mindspore/mindspore/offline_debug/
Ddbg_services.py229 for watchpoint in watchpoint_list:
230 name = watchpoint.get_name()
231 slot = watchpoint.get_slot()
232 condition = watchpoint.get_condition()
233 watchpoint_id = watchpoint.get_watchpoint_id()
234 parameters = watchpoint.get_parameters()
235 error_code = watchpoint.get_error_code()
236 rank_id = watchpoint.get_rank_id()
237 root_graph_id = watchpoint.get_root_graph_id()
/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Dgrpc_client.cc170 for (const auto &watchpoint : watchpoints) { in SendWatchpointHits() local
171 if (!writer->Write(watchpoint)) { in SendWatchpointHits()