| /linux/arch/um/kernel/ |
| A D | ptrace.c | 14 set_tsk_thread_flag(child, TIF_SINGLESTEP); in user_enable_single_step() 23 clear_tsk_thread_flag(child, TIF_SINGLESTEP); in user_disable_single_step() 142 if (test_thread_flag(TIF_SINGLESTEP)) in syscall_trace_leave()
|
| A D | exec.c | 37 clear_thread_flag(TIF_SINGLESTEP); in start_thread()
|
| A D | signal.c | 56 if (test_thread_flag(TIF_SINGLESTEP) && (current->ptrace & PT_PTRACED)) in handle_signal()
|
| /linux/arch/x86/kernel/ |
| 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()
|
| /linux/arch/arm64/kernel/ |
| A D | debug-monitors.c | 394 if (test_tsk_thread_flag(task, TIF_SINGLESTEP)) in user_rewind_single_step() 401 if (test_tsk_thread_flag(task, TIF_SINGLESTEP)) in user_fastforward_single_step() 408 if (test_tsk_thread_flag(task, TIF_SINGLESTEP)) in user_regs_reset_single_step() 449 if (!test_and_set_ti_thread_flag(ti, TIF_SINGLESTEP)) in user_enable_single_step() 456 clear_ti_thread_flag(task_thread_info(task), TIF_SINGLESTEP); in user_disable_single_step()
|
| /linux/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/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/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/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/arch/loongarch/include/asm/ |
| A D | thread_info.h | 84 #define TIF_SINGLESTEP 16 /* Single Step */ macro 104 #define _TIF_SINGLESTEP (1<<TIF_SINGLESTEP)
|
| /linux/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/arch/microblaze/include/asm/ |
| A D | thread_info.h | 103 #define TIF_SINGLESTEP 4 macro 116 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
| /linux/arch/sh/include/asm/ |
| 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/ |
| A D | thread_info.h | 75 #define TIF_SINGLESTEP 21 macro 96 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
| /linux/arch/x86/include/asm/ |
| A D | thread_info.h | 90 #define TIF_SINGLESTEP 4 /* reenable singlestep on user return*/ macro 113 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
| /linux/arch/powerpc/include/asm/ |
| A D | thread_info.h | 105 #define TIF_SINGLESTEP 8 /* singlestepping active */ macro 131 #define _TIF_SINGLESTEP (1<<TIF_SINGLESTEP)
|
| /linux/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/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/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/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/arch/microblaze/kernel/ |
| A D | ptrace.c | 161 step = test_thread_flag(TIF_SINGLESTEP); in do_syscall_trace_leave()
|
| /linux/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() 580 step = test_thread_flag(TIF_SINGLESTEP); in do_syscall_trace_leave()
|
| 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/openrisc/kernel/ |
| A D | ptrace.c | 220 step = test_thread_flag(TIF_SINGLESTEP); in do_syscall_trace_leave()
|