Home
last modified time | relevance | path

Searched refs:debug_info (Results 1 – 15 of 15) sorted by relevance

/arch/arm64/kernel/
Dhw_breakpoint.c227 struct debug_info *debug_info = &current->thread.debug; in hw_breakpoint_control() local
238 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() local
632 debug_info = &current->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() local
746 debug_info = &current->thread.debug; in watchpoint_handler()
[all …]
Dptrace.c231 memset(&tsk->thread.debug, 0, sizeof(struct debug_info)); in ptrace_hw_copy_thread()
/arch/unicore32/include/asm/
Dprocessor.h28 struct debug_info { struct
39 struct debug_info debug; argument
/arch/arm/include/asm/
Dprocessor.h24 struct debug_info { struct
36 struct debug_info debug; argument
/arch/s390/kernel/vdso32/
Dvdso32.lds.S80 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
/arch/s390/kernel/vdso64/
Dvdso64.lds.S80 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
/arch/powerpc/kernel/vdso64/
Dvdso64.lds.S96 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
/arch/powerpc/kernel/vdso32/
Dvdso32.lds.S97 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
/arch/s390/include/asm/
Ddebug.h33 typedef struct debug_info { struct
34 struct debug_info *next; argument
35 struct debug_info *prev; argument
/arch/s390/kernel/
Ddebug.c579 debug_info_t *debug_info, *debug_info_snapshot; in debug_open() local
584 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()
Dlgr.c53 static struct debug_info *lgr_dbf;
/arch/arm64/include/asm/
Dprocessor.h96 struct debug_info { struct
145 struct debug_info debug; /* debugging */
/arch/arc/kernel/
Dvmlinux.lds.S138 /DISCARD/ : { *(.debug_info) }
/arch/unicore32/kernel/
Dprocess.c209 memset(&tsk->thread.debug, 0, sizeof(struct debug_info)); in flush_thread()
/arch/arm/kernel/
Dprocess.c212 memset(&tsk->thread.debug, 0, sizeof(struct debug_info)); in flush_thread()