/linux/arch/x86/kernel/ |
H A D | step.c | 128 if (unlikely(test_tsk_thread_flag(child, TIF_SINGLESTEP))) in enable_single_step() 135 set_tsk_thread_flag(child, TIF_SINGLESTEP); in enable_single_step() 238 clear_tsk_thread_flag(child, TIF_SINGLESTEP); in user_disable_single_step()
|
H A D | signal.c | 290 stepping = test_thread_flag(TIF_SINGLESTEP); in handle_signal()
|
/linux/arch/um/include/asm/ |
H A D | thread_info.h | 45 #define TIF_SINGLESTEP 10 /* single stepping userspace */ macro 54 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/linux/arch/openrisc/include/asm/ |
H 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/arch/hexagon/include/asm/ |
H 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/arch/parisc/include/asm/ |
H A D | thread_info.h | 50 #define TIF_SINGLESTEP 9 /* single stepping? */ macro 64 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/linux/arch/microblaze/include/asm/ |
H A D | thread_info.h | 103 #define TIF_SINGLESTEP 4 macro 116 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/linux/arch/xtensa/include/asm/ |
H 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/arch/sh/include/asm/ |
H A D | thread_info.h | 104 #define TIF_SINGLESTEP 4 /* singlestepping active */ macro 116 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/linux/arch/arm64/include/asm/ |
H A D | thread_info.h | 75 #define TIF_SINGLESTEP 21 macro 96 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
/linux/arch/powerpc/kernel/ptrace/ |
H 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()
|
H 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/arch/hexagon/kernel/ |
H 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()
|
H A D | signal.c | 175 signal_setup_done(ret, ksig, test_thread_flag(TIF_SINGLESTEP)); in handle_signal()
|
/linux/arch/sh/kernel/ |
H 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/arch/um/kernel/ |
H A D | exec.c | 37 clear_thread_flag(TIF_SINGLESTEP); in start_thread()
|
H A D | signal.c | 56 if (test_thread_flag(TIF_SINGLESTEP) && (current->ptrace & PT_PTRACED)) in handle_signal()
|
H A D | process.c | 248 return test_thread_flag(TIF_SINGLESTEP); in singlestepping()
|
/linux/arch/parisc/kernel/ |
H 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/arch/xtensa/kernel/ |
H 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() 580 step = test_thread_flag(TIF_SINGLESTEP); in do_syscall_trace_leave()
|
H A D | signal.c | 496 if (test_thread_flag(TIF_SINGLESTEP)) in do_signal() 522 if (test_thread_flag(TIF_SINGLESTEP)) in do_signal()
|
/linux/arch/microblaze/kernel/ |
H A D | ptrace.c | 161 step = test_thread_flag(TIF_SINGLESTEP); in do_syscall_trace_leave()
|
/linux/arch/loongarch/kernel/ |
H A D | ptrace.c | 70 clear_tsk_thread_flag(child, TIF_SINGLESTEP); in ptrace_disable() 1083 set_ti_thread_flag(ti, TIF_SINGLESTEP); in user_enable_single_step() 1088 clear_tsk_thread_flag(task, TIF_SINGLESTEP); in user_disable_single_step()
|
/linux/arch/arm64/kernel/ |
H A D | hw_breakpoint.c | 675 if (test_thread_flag(TIF_SINGLESTEP)) in breakpoint_handler() 826 if (test_thread_flag(TIF_SINGLESTEP)) in watchpoint_handler()
|
/linux/arch/powerpc/kernel/ |
H A D | signal.c | 292 signal_setup_done(ret, &ksig, test_thread_flag(TIF_SINGLESTEP)); in do_signal()
|