Home
last modified time | relevance | path

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

/arch/arm64/kernel/
Dhw_breakpoint.c239 struct debug_info *debug_info = &current->thread.debug; in hw_breakpoint_control() local
250 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() local
640 debug_info = &current->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() local
754 debug_info = &current->thread.debug; in watchpoint_handler()
[all …]
Dptrace.c240 memset(&tsk->thread.debug, 0, sizeof(struct debug_info)); in ptrace_hw_copy_thread()
/arch/unicore32/include/asm/
Dprocessor.h37 struct debug_info { struct
48 struct debug_info debug; argument
/arch/arm/include/asm/
Dprocessor.h33 struct debug_info { struct
45 struct debug_info debug; argument
/arch/s390/kernel/vdso64/
Dvdso64.lds.S80 .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) }
/arch/ia64/hp/sim/boot/
Dbootloader.lds54 .debug_info 0 : { *(.debug_info) }
/arch/s390/kernel/vdso32/
Dvdso32.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/arm64/include/asm/
Dprocessor.h84 struct debug_info { struct
122 struct debug_info debug; /* debugging */
/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.c612 debug_info_t *debug_info, *debug_info_snapshot; in debug_open() local
615 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 …]
Dlgr.c52 static struct debug_info *lgr_dbf;
/arch/arc/kernel/
Dvmlinux.lds.S142 /DISCARD/ : { *(.debug_info) }
/arch/xtensa/kernel/
Dvmlinux.lds.S351 .debug_info 0 : { *(.debug_info) }
/arch/unicore32/kernel/
Dprocess.c213 memset(&tsk->thread.debug, 0, sizeof(struct debug_info)); in flush_thread()
/arch/arm/kernel/
Dprocess.c216 memset(&tsk->thread.debug, 0, sizeof(struct debug_info)); in flush_thread()