Searched refs:watchpoint (Results 1 – 3 of 3) sorted by relevance
25 static short watchpoint; variable38 : "+m" (watchpoint) in child_main()59 (void *)offsetof(struct user, u_debugreg[0]), &watchpoint); in run()
229 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()
170 for (const auto &watchpoint : watchpoints) { in SendWatchpointHits() local171 if (!writer->Write(watchpoint)) { in SendWatchpointHits()