Searched defs:debug_info (Results 1 – 5 of 5) sorted by relevance
44 typedef struct debug_info { struct45 struct debug_info *next; argument46 struct debug_info *prev; argument63 } debug_info_t; argument
25 struct debug_info { struct37 struct debug_info debug; argument
108 struct debug_info { struct111 int suspended_step;113 int bps_disabled;114 int wps_disabled;116 struct perf_event *hbp_break[ARM_MAX_BRP];117 struct perf_event *hbp_watch[ARM_MAX_WRP];
229 struct debug_info *debug_info = ¤t->thread.debug; in hw_breakpoint_control() local628 struct debug_info *debug_info; in do_breakpoint() local760 struct debug_info *debug_info; in do_watchpoint() local849 struct debug_info *debug_info = ¤t->thread.debug; in try_step_suspended_breakpoints() local
617 static file_private_info_t *debug_file_private_alloc(debug_info_t *debug_info, in debug_file_private_alloc()661 debug_info_t *debug_info; in debug_open() local
Completed in 13 milliseconds