Home
last modified time | relevance | path

Searched refs:PTRACE_SYSCALL (Results 1 – 11 of 11) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dptrace.h24 #define PTRACE_SYSCALL 24 macro
/external/strace/xlat/
Dptrace_cmds.in13 PTRACE_SYSCALL
Dptrace_cmds.h40 #if defined(PTRACE_SYSCALL) || (defined(HAVE_DECL_PTRACE_SYSCALL) && HAVE_DECL_PTRACE_SYSCALL)
41 XLAT(PTRACE_SYSCALL),
/external/strace/
Dprocess.c102 case PTRACE_SYSCALL: in SYS_FUNC()
DREADME-linux-ptrace281 If tracee was restarted by PTRACE_SYSCALL, tracee enters
283 restarts it with PTRACE_SYSCALL, tracee enters syscall-exit-stop when
324 PTRACE_SYSCALL, syscall-exit-stop is not generated.
477 ** we issue PTRACE_SYSCALL for thread 1 **
480 ** we issue PTRACE_SYSCALL for thread 2 **
481 ** we get PTRACE_EVENT_EXEC for PID0, we issue PTRACE_SYSCALL **
Dstrace.c2277 if (ptrace_restart(PTRACE_SYSCALL, tcp, sig) < 0) { in trace()
/external/ltrace/sysdeps/linux-gnu/
Dtrace.c151 ptrace(PTRACE_SYSCALL, pid, 0, (void *)(uintptr_t)signum); in continue_after_signal()
179 ptrace(PTRACE_SYSCALL, pid, 0, 0); in continue_process()
484 ptrace(PTRACE_SYSCALL, pids->tasks[i].pid, 0, 0); in continue_for_sigstop_delivery()
516 ptrace(PTRACE_SYSCALL, task_info->pid, 0, 0); in await_sigstop_delivery()
/external/ltrace/sysdeps/linux-gnu/mips/
Dtrace.c290 ptrace(PTRACE_SYSCALL, proc->pid, 0, 0); in arch_sw_singlestep()
/external/libunwind/tests/
Dtest-ptrace.c320 ptrace (PTRACE_SYSCALL, target_pid, 0, pending_sig); in main()
/external/ltrace/sysdeps/linux-gnu/metag/
Dtrace.c389 ptrace(PTRACE_SYSCALL, proc->pid, 0, 0); in arch_sw_singlestep()
/external/libunwind/
Dconfigure.ac64 PTRACE_SYSCALL, PT_IO, PT_GETREGS,