Searched defs:debug_info (Results 1 – 6 of 6) sorted by relevance
33 typedef struct debug_info { struct34 struct debug_info *next; argument35 struct debug_info *prev; argument52 } debug_info_t; argument
28 struct debug_info { struct39 struct debug_info debug; argument
99 struct debug_info { struct102 int suspended_step;104 int bps_disabled;105 int wps_disabled;107 struct perf_event *hbp_break[ARM_MAX_BRP];108 struct perf_event *hbp_watch[ARM_MAX_WRP];
25 struct debug_info { struct37 struct debug_info debug; argument
227 struct debug_info *debug_info = ¤t->thread.debug; in hw_breakpoint_control() local627 struct debug_info *debug_info; in breakpoint_handler() local762 struct debug_info *debug_info; in watchpoint_handler() local853 struct debug_info *debug_info = ¤t->thread.debug; in reinstall_suspended_bps() local
545 debug_info_t *debug_info, *debug_info_snapshot; in debug_open() local