HomeSort by relevance Sort by last modified time
    Searched refs:target_pid (Results 1 - 6 of 6) sorted by null

  /external/libunwind/tests/
test-ptrace.c 164 static pid_t target_pid; variable
167 kill (target_pid, SIGKILL);
211 target_pid = fork ();
212 if (!target_pid)
236 ui = _UPT_create (target_pid);
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)
    [all...]
  /external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
syscall_parameters_restrictions.h 61 // kill iff the first parameter is |target_pid|, crashing otherwise or if
63 ErrorCode RestrictKillTarget(pid_t target_pid, SandboxBPF* sandbox, int sysno);
syscall_parameters_restrictions.cc 234 ErrorCode RestrictKillTarget(pid_t target_pid, SandboxBPF* sandbox, int sysno) {
241 target_pid,
  /ndk/sources/android/libthread_db/gdb-6.6/
libthread_db.c 135 int target_pid = proc_handle->pid; local
157 snprintf(path, sizeof path, "/proc/%d/task", target_pid);
173 if (_get_task_permitted_caps(target_pid, tid, &tid_caps) < 0) {
  /ndk/sources/android/libthread_db/gdb-7.3.x/
libthread_db.c 132 int target_pid = ps_getpid(proc_handle); local
154 snprintf(path, sizeof path, "/proc/%d/task", target_pid);
170 if (_get_task_permitted_caps(target_pid, tid, &tid_caps) < 0) {
  /ndk/sources/android/libthread_db/gdb-7.6/
libthread_db.c 144 int target_pid = ps_getpid(proc_handle); local
166 snprintf(path, sizeof path, "/proc/%d/task", target_pid);
182 if (_get_task_permitted_caps(target_pid, tid, &tid_caps) < 0) {

Completed in 113 milliseconds