| /linux/arch/um/include/asm/ |
| H A D | thread_info.h | 45 #define TIF_SINGLESTEP 10 /* single stepping userspace */ macro 57 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
|
| /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()
|
| /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/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/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/loongarch/include/asm/ |
| H A D | thread_info.h | 75 #define TIF_SINGLESTEP 24 /* Single Step */ macro 89 #define _TIF_SINGLESTEP BIT(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/microblaze/include/asm/ |
| H A D | thread_info.h | 103 #define TIF_SINGLESTEP 4 macro 116 #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/powerpc/include/asm/ |
| H A D | thread_info.h | 107 #define TIF_SINGLESTEP 8 /* singlestepping active */ macro 136 #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/um/kernel/ |
| H A D | exec.c | 35 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 | 260 return test_thread_flag(TIF_SINGLESTEP); in singlestepping()
|
| /linux/arch/xtensa/kernel/ |
| 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/loongarch/kernel/ |
| H A D | ptrace.c | 70 clear_tsk_thread_flag(child, TIF_SINGLESTEP); in ptrace_disable() 1088 set_ti_thread_flag(ti, TIF_SINGLESTEP); in user_enable_single_step() 1093 clear_tsk_thread_flag(task, TIF_SINGLESTEP); in user_disable_single_step()
|
| /linux/arch/powerpc/kernel/ |
| H A D | signal.c | 293 signal_setup_done(ret, &ksig, test_thread_flag(TIF_SINGLESTEP)); in do_signal()
|
| H A D | hw_breakpoint.c | 547 if (!found || test_thread_flag(TIF_SINGLESTEP)) in single_step_dabr_instruction()
|
| /linux/arch/arm64/kernel/ |
| H A D | hw_breakpoint.c | 684 if (test_thread_flag(TIF_SINGLESTEP)) in do_breakpoint() 832 if (test_thread_flag(TIF_SINGLESTEP)) in do_watchpoint()
|
| /linux/arch/microblaze/kernel/ |
| H A D | signal.c | 268 signal_setup_done(ret, ksig, test_thread_flag(TIF_SINGLESTEP)); in handle_signal()
|
| /linux/arch/sh/kernel/ |
| H A D | kgdb.c | 325 if (test_thread_flag(TIF_SINGLESTEP)) in __kgdb_notify()
|
| /linux/arch/powerpc/platforms/cell/spufs/ |
| H A D | run.c | 216 if (test_thread_flag(TIF_SINGLESTEP)) in spu_run_init()
|