Home
last modified time | relevance | path

Searched refs:TIF_SINGLESTEP (Results 1 – 25 of 44) sorted by relevance

12

/linux/arch/nds32/kernel/
A Dptrace.c87 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()
/linux/arch/arm64/kernel/
A Ddebug-monitors.c396 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/arch/x86/kernel/
A Dstep.c126 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()
237 clear_tsk_thread_flag(child, TIF_SINGLESTEP); in user_disable_single_step()
/linux/arch/nds32/include/asm/
A Dthread_info.h49 #define TIF_SINGLESTEP 3 macro
62 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
/linux/arch/hexagon/include/asm/
A Dthread_info.h96 #define TIF_SINGLESTEP 4 /* restore ss @ return to usr mode */ macro
106 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
/linux/arch/parisc/include/asm/
A Dthread_info.h50 #define TIF_SINGLESTEP 9 /* single stepping? */ macro
64 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
/linux/arch/openrisc/include/asm/
A Dthread_info.h98 #define TIF_SINGLESTEP 4 /* restore singlestep on return to user macro
112 #define _TIF_SINGLESTEP (1<<TIF_SINGLESTEP)
/linux/arch/h8300/include/asm/
A Dthread_info.h69 #define TIF_SINGLESTEP 3 /* singlestepping active */ macro
83 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
/linux/arch/xtensa/include/asm/
A Dthread_info.h112 #define TIF_SINGLESTEP 3 /* restore singlestep on return to user mode */ macro
125 #define _TIF_SINGLESTEP (1<<TIF_SINGLESTEP)
/linux/arch/microblaze/include/asm/
A Dthread_info.h109 #define TIF_SINGLESTEP 4 macro
122 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
/linux/arch/arm64/include/asm/
A Dthread_info.h79 #define TIF_SINGLESTEP 21 macro
96 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
A Dassembler.h76 tbz \flgs, #TIF_SINGLESTEP, 9990f
86 tbz \flgs, #TIF_SINGLESTEP, 9990f
/linux/arch/sh/include/asm/
A Dthread_info.h109 #define TIF_SINGLESTEP 4 /* singlestepping active */ macro
121 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
/linux/arch/x86/include/asm/
A Dthread_info.h84 #define TIF_SINGLESTEP 4 /* reenable singlestep on user return*/ macro
108 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
/linux/arch/ia64/include/asm/
A Dthread_info.h105 #define TIF_SINGLESTEP 4 /* restore singlestep on return to user mode */ macro
116 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
/linux/arch/powerpc/include/asm/
A Dthread_info.h98 #define TIF_SINGLESTEP 8 /* singlestepping active */ macro
124 #define _TIF_SINGLESTEP (1<<TIF_SINGLESTEP)
/linux/arch/powerpc/kernel/ptrace/
A Dptrace-noadv.c16 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 Dptrace-adv.c17 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 Dptrace.c26 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 Dptrace_32.c115 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()
/linux/arch/parisc/kernel/
A Dptrace.c53 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()
/linux/arch/microblaze/kernel/
A Dptrace.c162 step = test_thread_flag(TIF_SINGLESTEP); in do_syscall_trace_leave()
/linux/arch/openrisc/kernel/
A Dptrace.c182 step = test_thread_flag(TIF_SINGLESTEP); in do_syscall_trace_leave()
A Dsignal.c210 signal_setup_done(ret, ksig, test_thread_flag(TIF_SINGLESTEP)); in handle_signal()
/linux/arch/h8300/kernel/
A Dptrace.c197 step = test_thread_flag(TIF_SINGLESTEP); in do_syscall_trace_leave()

Completed in 32 milliseconds

12