Home
last modified time | relevance | path

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

12

/linux/arch/um/include/asm/
H A Dthread_info.h45 #define TIF_SINGLESTEP 10 /* single stepping userspace */ macro
57 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
/linux/arch/x86/kernel/
H A Dstep.c128 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 Dthread_info.h90 #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 Dthread_info.h91 #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 Dthread_info.h50 #define TIF_SINGLESTEP 9 /* single stepping? */ macro
64 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
/linux/arch/loongarch/include/asm/
H A Dthread_info.h75 #define TIF_SINGLESTEP 24 /* Single Step */ macro
89 #define _TIF_SINGLESTEP BIT(TIF_SINGLESTEP)
/linux/arch/xtensa/include/asm/
H A Dthread_info.h118 #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 Dthread_info.h103 #define TIF_SINGLESTEP 4 macro
116 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
/linux/arch/sh/include/asm/
H A Dthread_info.h104 #define TIF_SINGLESTEP 4 /* singlestepping active */ macro
116 #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP)
/linux/arch/powerpc/include/asm/
H A Dthread_info.h107 #define TIF_SINGLESTEP 8 /* singlestepping active */ macro
136 #define _TIF_SINGLESTEP (1<<TIF_SINGLESTEP)
/linux/arch/powerpc/kernel/ptrace/
H 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()
H 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/
H 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()
H A Dsignal.c175 signal_setup_done(ret, ksig, test_thread_flag(TIF_SINGLESTEP)); in handle_signal()
/linux/arch/um/kernel/
H A Dexec.c35 clear_thread_flag(TIF_SINGLESTEP); in start_thread()
H A Dsignal.c56 if (test_thread_flag(TIF_SINGLESTEP) && (current->ptrace & PT_PTRACED)) in handle_signal()
H A Dprocess.c260 return test_thread_flag(TIF_SINGLESTEP); in singlestepping()
/linux/arch/xtensa/kernel/
H A Dsignal.c496 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 Dptrace.c70 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 Dsignal.c293 signal_setup_done(ret, &ksig, test_thread_flag(TIF_SINGLESTEP)); in do_signal()
H A Dhw_breakpoint.c547 if (!found || test_thread_flag(TIF_SINGLESTEP)) in single_step_dabr_instruction()
/linux/arch/arm64/kernel/
H A Dhw_breakpoint.c684 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 Dsignal.c268 signal_setup_done(ret, ksig, test_thread_flag(TIF_SINGLESTEP)); in handle_signal()
/linux/arch/sh/kernel/
H A Dkgdb.c325 if (test_thread_flag(TIF_SINGLESTEP)) in __kgdb_notify()
/linux/arch/powerpc/platforms/cell/spufs/
H A Drun.c216 if (test_thread_flag(TIF_SINGLESTEP)) in spu_run_init()

12