Searched refs:debug_info (Results 1 – 12 of 12) 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()762 struct debug_info *debug_info; in watchpoint_handler() local766 debug_info = ¤t->thread.debug; in watchpoint_handler()[all …]
228 memset(&tsk->thread.debug, 0, sizeof(struct debug_info)); in ptrace_hw_copy_thread()
25 struct debug_info { struct37 struct debug_info debug; argument
80 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
97 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
96 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
43 typedef struct debug_info { struct44 struct debug_info *next; argument45 struct debug_info *prev; argument
532 debug_info_t *debug_info, *debug_info_snapshot; in debug_open() local537 debug_info = file_inode(file)->i_private; in debug_open()540 if (!debug_info->views[i]) in debug_open()542 else if (debug_info->debugfs_entries[i] == file->f_path.dentry) in debug_open()555 if (!debug_info->views[i]->format_proc && !debug_info->views[i]->header_proc) in debug_open()556 debug_info_snapshot = debug_info_copy(debug_info, NO_AREAS); in debug_open()558 debug_info_snapshot = debug_info_copy(debug_info, ALL_AREAS); in debug_open()572 p_info->debug_info_org = debug_info; in debug_open()573 p_info->view = debug_info->views[i]; in debug_open()579 debug_info_get(debug_info); in debug_open()
53 static struct debug_info *lgr_dbf;
139 /DISCARD/ : { *(.debug_info) }
108 struct debug_info { struct159 struct debug_info debug; /* debugging */
214 memset(&tsk->thread.debug, 0, sizeof(struct debug_info)); in flush_thread()