HomeSort by relevance Sort by last modified time
    Searched refs:ptrace (Results 226 - 250 of 467) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/asm/
elf.h 15 #include <asm/ptrace.h>
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/asm/
elf.h 15 #include <asm/ptrace.h>
  /external/valgrind/coregrind/
vgdb-invoker-ptrace.c 2 /*--- Implementation of vgdb invoker subsystem via ptrace() calls. ---*/
40 #include <sys/ptrace.h>
87 // vgdb cannot transmit the signals intercepted during ptrace.
119 buffer[i] = ptrace (PTRACE_PEEKTEXT, inferior_pid,
161 buffer[0] = ptrace (PTRACE_PEEKTEXT, inferior_pid,
166 = ptrace (PTRACE_PEEKTEXT, inferior_pid,
181 ptrace (PTRACE_POKETEXT, inferior_pid,
190 /* subset of VG_(threads) needed for vgdb ptrace.
293 As ptrace is forcing a call to gdbserver by jumping
309 res = ptrace (PTRACE_GETSIGINFO, pid, NULL, newsiginfo)
    [all...]
  /external/elfutils/libdwfl/
linux-pid-attach.c 34 #include <sys/ptrace.h>
74 if (ptrace (PTRACE_ATTACH, tid, NULL, NULL) != 0)
89 ptrace (PTRACE_CONT, tid, NULL, NULL);
97 ptrace (PTRACE_DETACH, tid, NULL, NULL);
104 if (ptrace (PTRACE_CONT, tid, NULL,
108 ptrace (PTRACE_DETACH, tid, NULL, NULL);
128 *result = ptrace (PTRACE_PEEKDATA, tid, (void *) (uintptr_t) addr, NULL);
143 *result = ptrace (PTRACE_PEEKDATA, tid, (void *) (uintptr_t) addr, NULL);
269 ptrace (PTRACE_DETACH, tid, NULL,
  /art/test/137-cfi/
cfi.cc 22 #include <sys/ptrace.h>
203 // OK, this is painful. debuggerd uses ptrace to unwind other processes.
205 if (ptrace(PTRACE_ATTACH, pid, 0, 0)) {
257 if (ptrace(PTRACE_DETACH, pid, 0, 0) != 0) {
  /external/autotest/client/site_tests/security_ptraceRestrictions/src/
thread-prctl.c 5 * http://bazaar.launchpad.net/~ubuntu-bugcontrol/qa-regression-testing/master/view/head:/scripts/kernel-security/ptrace/thread-prctl.c
21 #include <sys/ptrace.h>
89 ptrace_result = ptrace(PTRACE_ATTACH, tracee, NULL, NULL);
92 perror ("tracer ptrace attach has failed");
95 printf ("tracer ptrace attach successful\n");
102 ptrace_result = ptrace(PTRACE_CONT, tracee, NULL, NULL);
105 perror ("tracer ptrace continue has failed");
108 printf ("tracer ptrace continue successful\n");
197 * 0: ptrace happens from non-leader thread.
198 * 1: ptrace happens from main process
    [all...]
  /external/libchrome/sandbox/linux/services/
yama_unittests.cc 7 #include <sys/ptrace.h>
45 ret = ptrace(PTRACE_ATTACH, pid, NULL, NULL);
54 PCHECK(0 == ptrace(PTRACE_DETACH, pid, NULL, NULL));
141 // A sibling process cannot ptrace process1.
146 // However, parent can ptrace process1.
149 // A sibling can ptrace process2 which disables any Yama protection.
  /system/core/debuggerd/mips/
machine.cpp 23 #include <sys/ptrace.h>
37 if (ptrace(PTRACE_GETREGS, backtrace->Tid(), 0, &r)) {
66 if(ptrace(PTRACE_GETREGS, tid, 0, &r)) {
  /system/core/debuggerd/mips64/
machine.cpp 23 #include <sys/ptrace.h>
37 if (ptrace(PTRACE_GETREGS, backtrace->Tid(), 0, &r)) {
66 if(ptrace(PTRACE_GETREGS, tid, 0, &r)) {
  /external/elfutils/tests/
backtrace-dwarf.c 27 #include <sys/ptrace.h>
145 long l = ptrace (PTRACE_TRACEME, 0, NULL, NULL);
  /system/core/libbacktrace/
BacktracePtrace.cpp 21 #include <sys/ptrace.h>
35 // ptrace() returns -1 and sets errno when the operation fails.
38 *out_value = ptrace(PTRACE_PEEKTEXT, tid, reinterpret_cast<void*>(addr), nullptr);
  /bionic/libc/kernel/uapi/linux/
cn_proc.h 90 } ptrace; member in union:proc_event::__anon418
elfcore.h 25 #include <linux/ptrace.h>
ptrace.h 86 #include <asm/ptrace.h>
  /development/ndk/platforms/android-21/include/linux/
cn_proc.h 90 } ptrace; member in union:proc_event::__anon1555
elfcore.h 25 #include <linux/ptrace.h>
  /external/google-breakpad/src/common/android/include/sys/
procfs.h 39 #include <asm/ptrace.h>
  /external/kernel-headers/original/uapi/linux/
cn_proc.h 107 } ptrace; member in union:proc_event::__anon13046
elfcore.h 7 #include <linux/ptrace.h>
ptrace.h 3 /* ptrace.h */
4 /* structs and defines to help the user use the ptrace system call. */
33 * Generic ptrace interface that exports the architecture specific regsets
44 * ret = ptrace(PTRACE_GETREGSET/PTRACE_SETREGSET, pid, NT_XXX_TYPE, &iov);
100 #include <asm/ptrace.h>
  /external/ltrace/sysdeps/linux-gnu/arm/
fetch.c 21 #include <sys/ptrace.h>
22 #include <asm/ptrace.h>
36 #include "ptrace.h"
79 if (ptrace(PTRACE_GETREGS, proc->pid, NULL, &context->regs) == -1)
83 && ptrace(PTRACE_GETVFPREGS, proc->pid,
  /external/strace/linux/x86_64/
get_scno.c 114 call = ptrace(PTRACE_PEEKTEXT, tcp->pid, (char *)rip, (char *)0);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
elfcore.h 7 #include <linux/ptrace.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
ptrace.h 0 /* `ptrace' debugger support interface. Linux version.
27 /* Type of the REQUEST argument to `ptrace.' */
32 parent, and its parent can use the other `ptrace' requests. */
115 /* Set ptrace filter options. */
119 /* Get last ptrace message. */
164 extern long int ptrace (enum __ptrace_request __request, ...) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
cn_proc.h 105 } ptrace; member in union:proc_event::__anon40494

Completed in 1944 milliseconds

1 2 3 4 5 6 7 8 91011>>