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

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/asm/
elf.h 21 #include <asm/ptrace.h>
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/asm/
elf.h 21 #include <asm/ptrace.h>
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/asm/
elf.h 21 #include <asm/ptrace.h>
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/asm/
elf.h 21 #include <asm/ptrace.h>
  /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/asm/
elf.h 21 #include <asm/ptrace.h>
  /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/asm/
elf.h 21 #include <asm/ptrace.h>
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/asm/
elf.h 21 #include <asm/ptrace.h>
  /external/elfutils/backends/
aarch64_initreg.c 38 # include <sys/ptrace.h>
63 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, &iovec) != 0)
80 if (ptrace (PTRACE_GETREGSET, tid, NT_FPREGSET, &iovec) != 0)
s390_initreg.c 37 # include <asm/ptrace.h>
38 # include <sys/ptrace.h>
57 if (ptrace (PTRACE_PEEKUSR_AREA, tid, &parea, NULL) != 0)
  /external/libunwind/tests/
test-ptrace.c 41 #include <libunwind-ptrace.h>
48 #include <sys/ptrace.h>
220 ptrace (PTRACE_TRACEME, 0, 0, 0);
222 ptrace (PT_TRACE_ME, 0, 0, 0);
296 ptrace (PTRACE_CONT, target_pid, 0, 0);
298 ptrace (PT_CONTINUE, target_pid, (caddr_t)1, 0);
306 ptrace (PTRACE_SINGLESTEP, target_pid, 0, pending_sig);
308 ptrace (PT_STEP, target_pid, (caddr_t)1, pending_sig);
320 ptrace (PTRACE_SYSCALL, target_pid, 0, pending_sig);
322 ptrace (PT_SYSCALL, target_pid, (caddr_t)1, pending_sig)
    [all...]
  /external/ltrace/sysdeps/linux-gnu/aarch64/
trace.c 21 #include <sys/ptrace.h>
24 #include <asm/ptrace.h>
59 unsigned long insn = (unsigned long) ptrace(PTRACE_PEEKTEXT,
  /external/valgrind/memcheck/tests/linux/
getregset.c 10 #include <sys/ptrace.h>
38 if (ptrace(PTRACE_TRACEME, 0, NULL, NULL) == -1)
39 return err_out("ptrace traceme");
62 /* Intentionally provide an uninitialized buffer to ptrace. */
65 if (ptrace(0x4204, cpid, NT_PRSTATUS, &iov) == -1)
66 return err_out("ptrace getregset");
  /external/ltrace/sysdeps/linux-gnu/arm/
breakpoint.c 25 #include <sys/ptrace.h>
49 current.l = ptrace(PTRACE_PEEKTEXT, pid, sbp->addr + i * sizeof(long), 0);
63 ptrace(PTRACE_POKETEXT, pid, sbp->addr + i * sizeof(long),
82 current.l = ptrace(PTRACE_PEEKTEXT, pid, sbp->addr + i * sizeof(long), 0);
89 ptrace(PTRACE_POKETEXT, pid, sbp->addr + i * sizeof(long),
regs.c 26 #include <sys/ptrace.h>
27 #include <asm/ptrace.h>
46 long l = ptrace(PTRACE_PEEKUSER, proc->pid, (void *)(reg * 4L), 0);
56 return ptrace(PTRACE_PEEKUSER, proc->pid,
  /external/ltrace/sysdeps/linux-gnu/
breakpoint.c 25 #include <sys/ptrace.h>
51 long a = ptrace(PTRACE_PEEKTEXT, pid,
68 a = ptrace(PTRACE_POKETEXT, pid,
102 long a = ptrace(PTRACE_PEEKTEXT, pid,
117 a = ptrace(PTRACE_POKETEXT, pid,
  /external/ltrace/sysdeps/linux-gnu/metag/
trace.c 26 #include <sys/ptrace.h>
28 #include <asm/ptrace.h>
84 if (ptrace(PTRACE_GETREGSET, proc->pid, NT_PRSTATUS,
89 unsigned int insn = ptrace(PTRACE_PEEKTEXT, proc->pid, regs.pc,
95 insn = ptrace(PTRACE_PEEKTEXT, proc->pid, regs.pc - 4,
167 inst = ptrace(PTRACE_PEEKTEXT, proc->pid, pc, 0);
190 if (ptrace(PTRACE_GETREGSET, proc->pid,
212 if (ptrace(PTRACE_GETREGSET, proc->pid,
259 if (ptrace(PTRACE_GETREGSET, proc->pid,
264 newpc[nr++] = ptrace(PTRACE_PEEKTEXT, proc->pid, reg_val, 0)
    [all...]
  /external/ltrace/sysdeps/linux-gnu/sparc/
trace.c 29 #include "ptrace.h"
40 a->valid = (ptrace(PTRACE_GETREGS, proc->pid, &a->regs, 0) >= 0);
55 insn = ptrace(PTRACE_PEEKTEXT, proc->pid, ip, 0);
85 return ptrace(PTRACE_PEEKTEXT, proc->pid,
  /system/core/debuggerd/x86/
machine.cpp 22 #include <sys/ptrace.h>
32 if (ptrace(PTRACE_GETREGS, backtrace->Tid(), 0, &r) == -1) {
49 if (ptrace(PTRACE_GETREGS, tid, 0, &r) == -1) {
  /system/core/debuggerd/x86_64/
machine.cpp 21 #include <sys/ptrace.h>
33 if (ptrace(PTRACE_GETREGS, backtrace->Tid(), 0, &r) == -1) {
50 if (ptrace(PTRACE_GETREGS, tid, 0, &r) == -1) {
  /bionic/libc/kernel/uapi/asm-x86/asm/
ptrace.h 22 #include <asm/ptrace-abi.h>
  /development/ndk/platforms/android-21/arch-x86/include/asm/
ptrace.h 22 #include <asm/ptrace-abi.h>
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
ptrace.h 22 #include <asm/ptrace-abi.h>
  /development/ndk/platforms/android-3/include/linux/
ptrace.h 53 #include <asm/ptrace.h>
  /development/ndk/platforms/android-9/arch-x86/include/asm/
ptrace.h 22 #include <asm/ptrace-abi.h>
  /external/kernel-headers/original/uapi/asm-x86/asm/
ptrace.h 5 #include <asm/ptrace-abi.h>

Completed in 2158 milliseconds

1 2 3 45 6 7 8 91011>>