/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
D | step.c | 126 if (unlikely(test_tsk_thread_flag(child, TIF_SINGLESTEP))) in enable_single_step() 134 set_tsk_thread_flag(child, TIF_SINGLESTEP); in enable_single_step() 231 clear_tsk_thread_flag(child, TIF_SINGLESTEP); in user_disable_single_step()
|
/kernel/linux/linux-5.10/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 | 47 clear_thread_flag(TIF_SINGLESTEP); in start_thread()
|
/kernel/linux/linux-5.10/arch/nds32/include/asm/ |
D | thread_info.h | 49 #define TIF_SINGLESTEP 3 macro 62 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/kernel/linux/linux-5.10/arch/um/include/asm/ |
D | thread_info.h | 67 #define TIF_SINGLESTEP 10 /* single stepping userspace */ macro 76 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
D | debug-monitors.c | 397 if (test_tsk_thread_flag(task, TIF_SINGLESTEP)) in user_rewind_single_step() 404 if (test_tsk_thread_flag(task, TIF_SINGLESTEP)) in user_fastforward_single_step() 411 if (test_tsk_thread_flag(task, TIF_SINGLESTEP)) in user_regs_reset_single_step() 447 if (!test_and_set_ti_thread_flag(ti, TIF_SINGLESTEP)) in user_enable_single_step() 454 clear_ti_thread_flag(task_thread_info(task), TIF_SINGLESTEP); in user_disable_single_step()
|
/kernel/linux/linux-5.10/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)
|
/kernel/linux/linux-5.10/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)
|
/kernel/linux/linux-5.10/arch/h8300/include/asm/ |
D | thread_info.h | 69 #define TIF_SINGLESTEP 3 /* singlestepping active */ macro 83 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
D | thread_info.h | 58 #define TIF_SINGLESTEP 9 /* single stepping? */ macro 71 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/kernel/linux/linux-5.10/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)
|
/kernel/linux/linux-5.10/arch/microblaze/include/asm/ |
D | thread_info.h | 109 #define TIF_SINGLESTEP 4 macro 122 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
D | thread_info.h | 80 #define TIF_SINGLESTEP 21 macro 98 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
D | thread_info.h | 109 #define TIF_SINGLESTEP 4 /* singlestepping active */ macro 121 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
D | thread_info.h | 104 #define TIF_SINGLESTEP 8 /* singlestepping active */ macro 131 #define _TIF_SINGLESTEP (1<<TIF_SINGLESTEP)
|
/kernel/linux/linux-5.10/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)
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | thread_info.h | 81 #define TIF_SINGLESTEP 4 /* reenable singlestep on user return*/ macro 111 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ptrace/ |
D | ptrace-noadv.c | 18 set_tsk_thread_flag(task, TIF_SINGLESTEP); in user_enable_single_step() 29 set_tsk_thread_flag(task, TIF_SINGLESTEP); in user_enable_block_step() 39 clear_tsk_thread_flag(task, TIF_SINGLESTEP); in user_disable_single_step()
|
D | ptrace-adv.c | 17 set_tsk_thread_flag(task, TIF_SINGLESTEP); in user_enable_single_step() 29 set_tsk_thread_flag(task, TIF_SINGLESTEP); in user_enable_block_step() 56 clear_tsk_thread_flag(task, TIF_SINGLESTEP); in user_disable_single_step()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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() 373 int stepping = test_thread_flag(TIF_SINGLESTEP) || in do_syscall_trace_exit()
|
/kernel/linux/linux-5.10/arch/microblaze/kernel/ |
D | ptrace.c | 162 step = test_thread_flag(TIF_SINGLESTEP); in do_syscall_trace_leave()
|