/arch/nds32/kernel/ |
D | ptrace.c | 87 set_tsk_thread_flag(child, TIF_SINGLESTEP); in user_enable_single_step() 95 clear_tsk_thread_flag(child, TIF_SINGLESTEP); in user_disable_single_step() 114 int step = test_thread_flag(TIF_SINGLESTEP); in syscall_trace_leave()
|
/arch/nds32/include/asm/ |
D | thread_info.h | 49 #define TIF_SINGLESTEP 3 macro 62 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/arch/um/include/asm/ |
D | thread_info.h | 67 #define TIF_SINGLESTEP 10 /* single stepping userspace */ macro 76 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/arch/hexagon/include/asm/ |
D | thread_info.h | 96 #define TIF_SINGLESTEP 4 /* restore ss @ return to usr mode */ macro 106 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/arch/openrisc/include/asm/ |
D | thread_info.h | 98 #define TIF_SINGLESTEP 4 /* restore singlestep on return to user macro 112 #define _TIF_SINGLESTEP (1<<TIF_SINGLESTEP)
|
/arch/h8300/include/asm/ |
D | thread_info.h | 69 #define TIF_SINGLESTEP 3 /* singlestepping active */ macro 83 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/arch/um/kernel/ |
D | ptrace.c | 15 set_tsk_thread_flag(child, TIF_SINGLESTEP); in user_enable_single_step() 25 clear_tsk_thread_flag(child, TIF_SINGLESTEP); in user_disable_single_step() 148 if (test_thread_flag(TIF_SINGLESTEP)) in syscall_trace_leave()
|
D | signal.c | 56 if (test_thread_flag(TIF_SINGLESTEP) && (current->ptrace & PT_PTRACED)) in handle_signal() 131 if (test_thread_flag(TIF_SINGLESTEP)) in do_signal()
|
D | exec.c | 45 clear_thread_flag(TIF_SINGLESTEP); in start_thread()
|
/arch/parisc/include/asm/ |
D | thread_info.h | 56 #define TIF_SINGLESTEP 9 /* single stepping? */ macro 69 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/arch/x86/kernel/ |
D | step.c | 126 if (unlikely(test_tsk_thread_flag(child, TIF_SINGLESTEP))) in enable_single_step() 133 set_tsk_thread_flag(child, TIF_SINGLESTEP); in enable_single_step() 236 clear_tsk_thread_flag(child, TIF_SINGLESTEP); in user_disable_single_step()
|
/arch/xtensa/include/asm/ |
D | thread_info.h | 112 #define TIF_SINGLESTEP 3 /* restore singlestep on return to user mode */ macro 125 #define _TIF_SINGLESTEP (1<<TIF_SINGLESTEP)
|
/arch/microblaze/include/asm/ |
D | thread_info.h | 109 #define TIF_SINGLESTEP 4 macro 122 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/arch/arm64/kernel/ |
D | debug-monitors.c | 400 if (test_tsk_thread_flag(task, TIF_SINGLESTEP)) in user_rewind_single_step() 407 if (test_tsk_thread_flag(task, TIF_SINGLESTEP)) in user_fastforward_single_step() 414 if (test_tsk_thread_flag(task, TIF_SINGLESTEP)) in user_regs_reset_single_step() 455 if (!test_and_set_ti_thread_flag(ti, TIF_SINGLESTEP)) in user_enable_single_step() 462 clear_ti_thread_flag(task_thread_info(task), TIF_SINGLESTEP); in user_disable_single_step()
|
/arch/arm64/include/asm/ |
D | thread_info.h | 78 #define TIF_SINGLESTEP 21 macro 97 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/arch/sh/include/asm/ |
D | thread_info.h | 109 #define TIF_SINGLESTEP 4 /* singlestepping active */ macro 121 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/arch/powerpc/include/asm/ |
D | thread_info.h | 101 #define TIF_SINGLESTEP 8 /* singlestepping active */ macro 127 #define _TIF_SINGLESTEP (1<<TIF_SINGLESTEP)
|
/arch/ia64/include/asm/ |
D | thread_info.h | 105 #define TIF_SINGLESTEP 4 /* restore singlestep on return to user mode */ macro 116 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/arch/x86/include/asm/ |
D | thread_info.h | 81 #define TIF_SINGLESTEP 4 /* reenable singlestep on user return*/ macro 105 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/arch/powerpc/kernel/ptrace/ |
D | ptrace-noadv.c | 16 set_tsk_thread_flag(task, TIF_SINGLESTEP); in user_enable_single_step() 25 set_tsk_thread_flag(task, TIF_SINGLESTEP); in user_enable_block_step() 35 clear_tsk_thread_flag(task, TIF_SINGLESTEP); in user_disable_single_step()
|
/arch/hexagon/kernel/ |
D | ptrace.c | 26 set_tsk_thread_flag(child, TIF_SINGLESTEP); in user_enable_single_step() 32 clear_tsk_thread_flag(child, TIF_SINGLESTEP); in user_disable_single_step()
|
/arch/sh/kernel/ |
D | ptrace_32.c | 115 set_tsk_thread_flag(child, TIF_SINGLESTEP); in user_enable_single_step() 122 clear_tsk_thread_flag(child, TIF_SINGLESTEP); in user_disable_single_step() 485 step = test_thread_flag(TIF_SINGLESTEP); in do_syscall_trace_leave()
|
/arch/microblaze/kernel/ |
D | ptrace.c | 162 step = test_thread_flag(TIF_SINGLESTEP); in do_syscall_trace_leave()
|
/arch/openrisc/kernel/ |
D | ptrace.c | 182 step = test_thread_flag(TIF_SINGLESTEP); in do_syscall_trace_leave()
|
/arch/parisc/kernel/ |
D | ptrace.c | 53 clear_tsk_thread_flag(task, TIF_SINGLESTEP); in ptrace_disable() 75 set_tsk_thread_flag(task, TIF_SINGLESTEP); in user_enable_single_step() 113 clear_tsk_thread_flag(task, TIF_SINGLESTEP); in user_enable_block_step() 384 int stepping = test_thread_flag(TIF_SINGLESTEP) || in do_syscall_trace_exit()
|