/linux-6.3-rc2/arch/um/kernel/ |
A D | ptrace.c | 14 set_tsk_thread_flag(child, TIF_SINGLESTEP); in user_enable_single_step() 24 clear_tsk_thread_flag(child, TIF_SINGLESTEP); in user_disable_single_step() 147 if (test_thread_flag(TIF_SINGLESTEP)) in syscall_trace_leave()
|
A 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()
|
A D | exec.c | 46 clear_thread_flag(TIF_SINGLESTEP); in start_thread()
|
/linux-6.3-rc2/arch/x86/kernel/ |
A 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()
|
/linux-6.3-rc2/arch/arm64/kernel/ |
A D | debug-monitors.c | 396 if (test_tsk_thread_flag(task, TIF_SINGLESTEP)) in user_rewind_single_step() 403 if (test_tsk_thread_flag(task, TIF_SINGLESTEP)) in user_fastforward_single_step() 410 if (test_tsk_thread_flag(task, TIF_SINGLESTEP)) in user_regs_reset_single_step() 446 if (!test_and_set_ti_thread_flag(ti, TIF_SINGLESTEP)) in user_enable_single_step() 453 clear_ti_thread_flag(task_thread_info(task), TIF_SINGLESTEP); in user_disable_single_step()
|
/linux-6.3-rc2/arch/um/include/asm/ |
A D | thread_info.h | 63 #define TIF_SINGLESTEP 10 /* single stepping userspace */ macro 72 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/linux-6.3-rc2/arch/hexagon/include/asm/ |
A D | thread_info.h | 90 #define TIF_SINGLESTEP 4 /* restore ss @ return to usr mode */ macro 100 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/linux-6.3-rc2/arch/openrisc/include/asm/ |
A D | thread_info.h | 91 #define TIF_SINGLESTEP 4 /* restore singlestep on return to user macro 105 #define _TIF_SINGLESTEP (1<<TIF_SINGLESTEP)
|
/linux-6.3-rc2/arch/parisc/include/asm/ |
A D | thread_info.h | 50 #define TIF_SINGLESTEP 9 /* single stepping? */ macro 64 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/linux-6.3-rc2/arch/loongarch/include/asm/ |
A D | thread_info.h | 84 #define TIF_SINGLESTEP 16 /* Single Step */ macro 101 #define _TIF_SINGLESTEP (1<<TIF_SINGLESTEP)
|
/linux-6.3-rc2/arch/xtensa/include/asm/ |
A D | thread_info.h | 118 #define TIF_SINGLESTEP 3 /* restore singlestep on return to user mode */ macro 131 #define _TIF_SINGLESTEP (1<<TIF_SINGLESTEP)
|
/linux-6.3-rc2/arch/microblaze/include/asm/ |
A D | thread_info.h | 103 #define TIF_SINGLESTEP 4 macro 116 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/linux-6.3-rc2/arch/sh/include/asm/ |
A D | thread_info.h | 107 #define TIF_SINGLESTEP 4 /* singlestepping active */ macro 119 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | thread_info.h | 79 #define TIF_SINGLESTEP 21 macro 98 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | thread_info.h | 84 #define TIF_SINGLESTEP 4 /* reenable singlestep on user return*/ macro 107 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/linux-6.3-rc2/arch/ia64/include/asm/ |
A D | thread_info.h | 103 #define TIF_SINGLESTEP 4 /* restore singlestep on return to user mode */ macro 114 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | thread_info.h | 104 #define TIF_SINGLESTEP 8 /* singlestepping active */ macro 130 #define _TIF_SINGLESTEP (1<<TIF_SINGLESTEP)
|
/linux-6.3-rc2/arch/powerpc/kernel/ptrace/ |
A 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()
|
A 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()
|
/linux-6.3-rc2/arch/hexagon/kernel/ |
A 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()
|
/linux-6.3-rc2/arch/sh/kernel/ |
A D | ptrace_32.c | 114 set_tsk_thread_flag(child, TIF_SINGLESTEP); in user_enable_single_step() 121 clear_tsk_thread_flag(child, TIF_SINGLESTEP); in user_disable_single_step() 484 step = test_thread_flag(TIF_SINGLESTEP); in do_syscall_trace_leave()
|
/linux-6.3-rc2/arch/parisc/kernel/ |
A D | ptrace.c | 52 clear_tsk_thread_flag(task, TIF_SINGLESTEP); in ptrace_disable() 74 set_tsk_thread_flag(task, TIF_SINGLESTEP); in user_enable_single_step() 112 clear_tsk_thread_flag(task, TIF_SINGLESTEP); in user_enable_block_step() 383 int stepping = test_thread_flag(TIF_SINGLESTEP) || in do_syscall_trace_exit()
|
/linux-6.3-rc2/arch/microblaze/kernel/ |
A D | ptrace.c | 161 step = test_thread_flag(TIF_SINGLESTEP); in do_syscall_trace_leave()
|
/linux-6.3-rc2/arch/openrisc/kernel/ |
A D | ptrace.c | 179 step = test_thread_flag(TIF_SINGLESTEP); in do_syscall_trace_leave()
|
/linux-6.3-rc2/arch/xtensa/kernel/ |
A D | ptrace.c | 227 set_tsk_thread_flag(child, TIF_SINGLESTEP); in user_enable_single_step() 232 clear_tsk_thread_flag(child, TIF_SINGLESTEP); in user_disable_single_step() 581 step = test_thread_flag(TIF_SINGLESTEP); in do_syscall_trace_leave()
|