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

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
ptrace.h 53 #include <asm/ptrace.h>
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/asm/
ptrace.h 22 #include <asm/ptrace-abi.h>
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
ptrace.h 53 #include <asm/ptrace.h>
  /system/core/debuggerd/arm/
machine.cpp 23 #include <sys/ptrace.h>
33 if (ptrace(PTRACE_GETREGS, backtrace->Tid(), 0, &regs)) {
53 if (ptrace(PTRACE_GETREGS, tid, 0, &r)) {
73 if (ptrace(PTRACE_GETVFPREGS, tid, 0, &vfp_regs)) {
  /system/core/debuggerd/arm64/
machine.cpp 24 #include <sys/ptrace.h>
39 if (ptrace(PTRACE_GETREGSET, backtrace->Tid(), reinterpret_cast<void*>(NT_PRSTATUS), &io) == -1) {
40 ALOGE("ptrace failed to get registers: %s", strerror(errno));
61 if (ptrace(PTRACE_GETREGSET, tid, (void*) NT_PRSTATUS, (void*) &io) == -1) {
62 ALOGE("ptrace error: %s\n", strerror(errno));
85 if (ptrace(PTRACE_GETREGSET, tid, (void*) NT_PRFPREG, (void*) &io) == -1) {
86 ALOGE("ptrace error: %s\n", strerror(errno));
  /system/core/debuggerd/test/
ptrace_fake.cpp 20 #include <sys/ptrace.h>
  /external/elfutils/backends/
i386_initreg.c 36 # include <sys/ptrace.h>
51 if (ptrace (PTRACE_GETREGS, tid, NULL, &user_regs) != 0)
ppc_initreg.c 37 # include <sys/ptrace.h>
88 user_regs.l[regno] = ptrace (PTRACE_PEEKUSER, tid,
x86_64_initreg.c 36 # include <sys/ptrace.h>
51 if (ptrace (PTRACE_GETREGS, tid, NULL, &user_regs) != 0)
  /external/libunwind/doc/
libunwind-ptrace.tex 8 \begin{Name}{3}{libunwind-ptrace}{David Mosberger-Tang}{Programming Library}{ptrace() support in libunwind}libunwind-ptrace -- ptrace() support in libunwind
13 \File{\#include $<$libunwind-ptrace.h$>$}\\
41 The \Func{ptrace}(2) system-call makes it possible for a process to
45 \Func{ptrace}(2). While it's not very difficult to do so directly,
49 stands for ``unwind-via-ptrace''.
68 Next, the application can turn on ptrace-mode on the target process,
69 either by forking a new process, invoking \Const{PTRACE\_TRACEME}, an
    [all...]
  /external/elfutils/tests/
backtrace-child.c 19 --ptraceme will call ptrace (PTRACE_TRACEME) in the two threads.
76 #include <sys/ptrace.h>
106 /* Execution will arrive here from jmp by an artificial ptrace-spawn signal. */
115 /* Do not return as stack may be invalid due to ptrace-patched PC to the
137 /* Not reached, signal will get ptrace-spawn to jump into sigusr2. */
156 long l = ptrace (PTRACE_TRACEME, 0, NULL, NULL);
228 long l = ptrace (PTRACE_TRACEME, 0, NULL, NULL);
  /external/libchrome/sandbox/linux/seccomp-bpf/
bpf_tests_unittest.cc 8 #include <sys/ptrace.h>
121 int ret = ptrace(PTRACE_TRACEME, -1, NULL, NULL);
137 int ret = ptrace(PTRACE_TRACEME, -1, NULL, NULL);
  /external/libunwind/
Android.mk 139 # ptrace files for remote unwinding.
141 src/ptrace/_UPT_accessors.c \
142 src/ptrace/_UPT_access_fpreg.c \
143 src/ptrace/_UPT_access_mem.c \
144 src/ptrace/_UPT_access_reg.c \
145 src/ptrace/_UPT_create.c \
146 src/ptrace/_UPT_destroy.c \
147 src/ptrace/_UPT_find_proc_info.c \
148 src/ptrace/_UPT_get_dyn_info_list_addr.c \
149 src/ptrace/_UPT_put_unwind_info.c
    [all...]
  /development/ndk/platforms/android-21/include/linux/
ptrace.h 84 #include <asm/ptrace.h>
  /development/ndk/platforms/android-3/arch-arm/include/asm/
elf.h 15 #include <asm/ptrace.h>
  /external/ltrace/sysdeps/linux-gnu/ppc/
trace.c 40 #include "ptrace.h"
69 (int)ptrace(PTRACE_PEEKTEXT, proc->pid, pc - sizeof(long),
74 (int)ptrace(PTRACE_PEEKUSER, proc->pid,
125 unsigned long l = ptrace(PTRACE_PEEKTEXT, proc->pid, addr, 0);
169 ptrace(PTRACE_CONT, proc->pid, 0, 0);
  /external/ltrace/sysdeps/linux-gnu/sparc/
regs.c 26 #include "ptrace.h"
64 t = ptrace(PTRACE_PEEKTEXT, proc->pid, a->regs.u_regs[UREG_I6] + 8, 0);
  /external/strace/linux/x86_64/
getregs_old.c 37 long r = ptrace(PTRACE_GETREGS, pid, NULL, &x86_64_regs);
  /external/valgrind/coregrind/
pub_core_libcproc.h 83 extern Int VG_(ptrace)( Int request, Int pid, void *addr, void *data );
  /external/valgrind/memcheck/tests/x86-linux/
scalar.h 10 #include <sys/ptrace.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ptrace.h 3 /* ptrace.h */
4 /* structs and defines to help the user use the ptrace system call. */
31 * Generic ptrace interface that exports the architecture specific regsets
42 * ret = ptrace(PTRACE_GETREGSET/PTRACE_SETREGSET, pid, NT_XXX_TYPE, &iov);
79 #include <asm/ptrace.h>
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/asm/
elf.h 15 #include <asm/ptrace.h>
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/asm/
elf.h 15 #include <asm/ptrace.h>
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/asm/
elf.h 15 #include <asm/ptrace.h>
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/asm/
elf.h 15 #include <asm/ptrace.h>

Completed in 1065 milliseconds

1 2 3 4 5 6 78 91011>>