Searched refs:debug_info (Results 1 – 15 of 15) sorted by relevance
227 struct debug_info *debug_info = ¤t->thread.debug; in hw_breakpoint_control() local238 reg_enable = !debug_info->bps_disabled; in hw_breakpoint_control()245 reg_enable = !debug_info->wps_disabled; in hw_breakpoint_control()627 struct debug_info *debug_info; in breakpoint_handler() local632 debug_info = ¤t->thread.debug; in breakpoint_handler()667 debug_info->bps_disabled = 1; in breakpoint_handler()671 if (debug_info->wps_disabled) in breakpoint_handler()675 debug_info->suspended_step = 1; in breakpoint_handler()741 struct debug_info *debug_info; in watchpoint_handler() local746 debug_info = ¤t->thread.debug; in watchpoint_handler()[all …]
231 memset(&tsk->thread.debug, 0, sizeof(struct debug_info)); in ptrace_hw_copy_thread()
28 struct debug_info { struct39 struct debug_info debug; argument
24 struct debug_info { struct36 struct debug_info debug; argument
80 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
96 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
97 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
33 typedef struct debug_info { struct34 struct debug_info *next; argument35 struct debug_info *prev; argument
579 debug_info_t *debug_info, *debug_info_snapshot; in debug_open() local584 debug_info = file_inode(file)->i_private; in debug_open()587 if (!debug_info->views[i]) in debug_open()589 else if (debug_info->debugfs_entries[i] == file->f_path.dentry) in debug_open()602 if (!debug_info->views[i]->format_proc && !debug_info->views[i]->header_proc) in debug_open()603 debug_info_snapshot = debug_info_copy(debug_info, NO_AREAS); in debug_open()605 debug_info_snapshot = debug_info_copy(debug_info, ALL_AREAS); in debug_open()619 p_info->debug_info_org = debug_info; in debug_open()620 p_info->view = debug_info->views[i]; in debug_open()626 debug_info_get(debug_info); in debug_open()
53 static struct debug_info *lgr_dbf;
96 struct debug_info { struct145 struct debug_info debug; /* debugging */
138 /DISCARD/ : { *(.debug_info) }
209 memset(&tsk->thread.debug, 0, sizeof(struct debug_info)); in flush_thread()
212 memset(&tsk->thread.debug, 0, sizeof(struct debug_info)); in flush_thread()