Searched defs:ptrace (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_libcproc.c564 Int VG_(ptrace) ( Int request, Int pid, void *addr, void *data ) function
/external/strace/
H A Ddefs.h146 #include <sys/ptrace.h>
148 /* Work around awkward prototype in ptrace.h. */
149 #define ptrace xptrace macro
150 #include <sys/ptrace.h>
151 #undef ptrace macro
154 #include <asm/ptrace.h>
158 extern long ptrace(int, int, char *, long);
160 extern int ptrace(int, int, char *, int, ...);
/external/kernel-headers/original/linux/
H A Dsched.h59 #include <asm/ptrace.h>
772 unsigned long ptrace; member in struct:task_struct
957 siginfo_t *last_siginfo; /* For ptrace use. */
1064 * There is however an exception to this rule during ptrace

Completed in 99 milliseconds