Searched refs:debug_info (Results 1 – 17 of 17) sorted by relevance
239 struct debug_info *debug_info = ¤t->thread.debug; in hw_breakpoint_control() local250 reg_enable = !debug_info->bps_disabled; in hw_breakpoint_control()257 reg_enable = !debug_info->wps_disabled; in hw_breakpoint_control()635 struct debug_info *debug_info; in breakpoint_handler() local640 debug_info = ¤t->thread.debug; in breakpoint_handler()675 debug_info->bps_disabled = 1; in breakpoint_handler()679 if (debug_info->wps_disabled) in breakpoint_handler()683 debug_info->suspended_step = 1; in breakpoint_handler()749 struct debug_info *debug_info; in watchpoint_handler() local754 debug_info = ¤t->thread.debug; in watchpoint_handler()[all …]
240 memset(&tsk->thread.debug, 0, sizeof(struct debug_info)); in ptrace_hw_copy_thread()
37 struct debug_info { struct48 struct debug_info debug; argument
33 struct debug_info { struct45 struct debug_info debug; argument
80 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
54 .debug_info 0 : { *(.debug_info) }
96 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
97 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
84 struct debug_info { struct122 struct debug_info debug; /* debugging */
33 typedef struct debug_info { struct34 struct debug_info* next; argument35 struct debug_info* prev; argument
612 debug_info_t *debug_info, *debug_info_snapshot; in debug_open() local615 debug_info = file_inode(file)->i_private; in debug_open()618 if (!debug_info->views[i]) in debug_open()620 else if (debug_info->debugfs_entries[i] == in debug_open()635 if(!debug_info->views[i]->format_proc && in debug_open()636 !debug_info->views[i]->header_proc){ in debug_open()637 debug_info_snapshot = debug_info_copy(debug_info, NO_AREAS); in debug_open()639 debug_info_snapshot = debug_info_copy(debug_info, ALL_AREAS); in debug_open()655 p_info->debug_info_org = debug_info; in debug_open()656 p_info->view = debug_info->views[i]; in debug_open()[all …]
52 static struct debug_info *lgr_dbf;
142 /DISCARD/ : { *(.debug_info) }
351 .debug_info 0 : { *(.debug_info) }
213 memset(&tsk->thread.debug, 0, sizeof(struct debug_info)); in flush_thread()
216 memset(&tsk->thread.debug, 0, sizeof(struct debug_info)); in flush_thread()