Home
last modified time | relevance | path

Searched refs:PTRACE_SINGLESTEP (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/sys/
Dptrace.h20 #define PTRACE_SINGLESTEP 9 macro
54 #define PT_STEP PTRACE_SINGLESTEP
/third_party/musl/ndk_musl_include/sys/
Dptrace.h20 #define PTRACE_SINGLESTEP 9 macro
54 #define PT_STEP PTRACE_SINGLESTEP
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dptrace.h20 #define PTRACE_SINGLESTEP 9 macro
54 #define PT_STEP PTRACE_SINGLESTEP
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dptrace.h20 #define PTRACE_SINGLESTEP 9 macro
54 #define PT_STEP PTRACE_SINGLESTEP
/third_party/musl/include/sys/
Dptrace.h20 #define PTRACE_SINGLESTEP 9 macro
54 #define PT_STEP PTRACE_SINGLESTEP
/third_party/libunwind/tests/
Dtest-ptrace.c311 if (ptrace (PTRACE_SINGLESTEP, target_pid, 0, pending_sig) < 0) in main()
344 ptrace (PTRACE_SINGLESTEP, target_pid, 0, pending_sig); in main()
/third_party/libunwind/
Dconfigure.ac59 PTRACE_TRACEME, PTRACE_CONT, PTRACE_SINGLESTEP,