Searched refs:PTRACE_POKEUSER (Results 1 - 25 of 25) sorted by relevance

/external/ltrace/sysdeps/linux-gnu/alpha/
H A Dregs.c35 #if (!defined(PTRACE_POKEUSER) && defined(PTRACE_POKEUSR))
36 # define PTRACE_POKEUSER PTRACE_POKEUSR macro
48 ptrace(PTRACE_POKEUSER, proc->pid, 64 /* REG_PC */ , addr);
H A Dtrace.c38 #if (!defined(PTRACE_POKEUSER) && defined(PTRACE_POKEUSR))
39 # define PTRACE_POKEUSER PTRACE_POKEUSR macro
/external/ltrace/sysdeps/linux-gnu/cris/
H A Dregs.c36 #if (!defined(PTRACE_POKEUSER) && defined(PTRACE_POKEUSR))
37 # define PTRACE_POKEUSER PTRACE_POKEUSR macro
47 ptrace(PTRACE_POKEUSER, proc->pid, 4 * PT_PPC, addr);
H A Dtrace.c39 #if (!defined(PTRACE_POKEUSER) && defined(PTRACE_POKEUSR))
40 # define PTRACE_POKEUSER PTRACE_POKEUSR macro
/external/ltrace/sysdeps/linux-gnu/m68k/
H A Dregs.c35 #if (!defined(PTRACE_POKEUSER) && defined(PTRACE_POKEUSR))
36 # define PTRACE_POKEUSER PTRACE_POKEUSR macro
48 ptrace(PTRACE_POKEUSER, proc->pid, 4 * PT_PC, addr);
H A Dtrace.c38 #if (!defined(PTRACE_POKEUSER) && defined(PTRACE_POKEUSR))
39 # define PTRACE_POKEUSER PTRACE_POKEUSR macro
/external/ltrace/sysdeps/linux-gnu/mips/
H A Dregs.c38 #if (!defined(PTRACE_POKEUSER) && defined(PTRACE_POKEUSR))
39 # define PTRACE_POKEUSER PTRACE_POKEUSR macro
70 ptrace(PTRACE_POKEUSER, proc->pid, off_pc, addr);
H A Dtrace.c45 #if (!defined(PTRACE_POKEUSER) && defined(PTRACE_POKEUSR))
46 # define PTRACE_POKEUSER PTRACE_POKEUSR macro
/external/ltrace/sysdeps/linux-gnu/ppc/
H A Dregs.c39 #if (!defined(PTRACE_POKEUSER) && defined(PTRACE_POKEUSR))
40 # define PTRACE_POKEUSER PTRACE_POKEUSR macro
52 if (ptrace(PTRACE_POKEUSER, proc->pid, sizeof(long)*PT_NIP, addr) != 0)
H A Dtrace.c47 #if (!defined(PTRACE_POKEUSER) && defined(PTRACE_POKEUSR))
48 # define PTRACE_POKEUSER PTRACE_POKEUSR macro
/external/ltrace/sysdeps/linux-gnu/s390/
H A Dregs.c38 #if (!defined(PTRACE_POKEUSER) && defined(PTRACE_POKEUSR))
39 # define PTRACE_POKEUSER PTRACE_POKEUSR macro
72 ptrace(PTRACE_POKEUSER, proc->pid, PT_PSWADDR, addr);
H A Dtrace.c41 #if (!defined(PTRACE_POKEUSER) && defined(PTRACE_POKEUSR))
42 # define PTRACE_POKEUSER PTRACE_POKEUSR macro
/external/ltrace/sysdeps/linux-gnu/x86/
H A Dregs.c38 #if (!defined(PTRACE_POKEUSER) && defined(PTRACE_POKEUSR))
39 # define PTRACE_POKEUSER PTRACE_POKEUSR macro
72 ptrace(PTRACE_POKEUSER, proc->pid, XIP, addr);
H A Dtrace.c41 #if (!defined(PTRACE_POKEUSER) && defined(PTRACE_POKEUSR))
42 # define PTRACE_POKEUSER PTRACE_POKEUSR macro
/external/ltrace/sysdeps/linux-gnu/ia64/
H A Dregs.c59 ptrace(PTRACE_POKEUSER, proc->pid, PT_CR_IIP, (long)newip);
60 ptrace(PTRACE_POKEUSER, proc->pid, PT_CR_IPSR, psr);
/external/strace/xlat/
H A Dptrace_cmds.h22 #if defined(PTRACE_POKEUSER) || (defined(HAVE_DECL_PTRACE_POKEUSER) && HAVE_DECL_PTRACE_POKEUSER)
23 XLAT(PTRACE_POKEUSER),
/external/libunwind/src/ptrace/
H A D_UPT_access_reg.c80 ptrace (PTRACE_POKEUSER, pid, PT_NAT_BITS, nat_bits);
117 ptrace (PTRACE_POKEUSER, pid, PT_CR_IIP, ip);
118 ptrace (PTRACE_POKEUSER, pid, PT_CR_IPSR, psr);
166 ptrace (PTRACE_POKEUSER, pid, PT_AR_BSP, bsp);
211 ptrace (PTRACE_POKEUSER, pid, PT_AR_BSP, 0);
220 ptrace (PTRACE_POKEUSER, pid, PT_CFM, *val);
245 ptrace (PTRACE_POKEUSER, pid, (void*) (uintptr_t) _UPT_reg_offset[reg], (void*) *val);
H A D_UPT_access_fpreg.c50 ptrace (PTRACE_POKEUSER, pid, (void*) (_UPT_reg_offset[reg] + i * sizeof(wp[i])),
/external/ltrace/sysdeps/linux-gnu/arm/
H A Dregs.c38 #if (!defined(PTRACE_POKEUSER) && defined(PTRACE_POKEUSR))
39 # define PTRACE_POKEUSER PTRACE_POKEUSR macro
H A Dtrace.c44 #if (!defined(PTRACE_POKEUSER) && defined(PTRACE_POKEUSR))
45 # define PTRACE_POKEUSER PTRACE_POKEUSR macro
/external/strace/
H A Dutil.c1220 req = PTRACE_POKEUSER;
1236 req = PTRACE_POKEUSER;
1331 return ptrace(PTRACE_POKEUSER, tcp->pid, (char*)arg0_offset, val);
1337 return ptrace(PTRACE_POKEUSER, tcp->pid, (char*)arg1_offset, val);
1358 if (ptrace(PTRACE_POKEUSER, tcp->pid, (char*)(ORIG_EAX * 4), new) < 0)
1362 if (ptrace(PTRACE_POKEUSER, tcp->pid, (char*)(ORIG_RAX * 8), new) < 0)
1369 if (ptrace(PTRACE_POKEUSER, tcp->pid,
1375 if (ptrace(PTRACE_POKEUSER, tcp->pid, (char*)(PT_GPR2), new) < 0)
1379 if (ptrace(PTRACE_POKEUSER, tcp->pid, (char*)(4*PT_ORIG_D0), new) < 0)
1386 if (ptrace(PTRACE_POKEUSER, tc
[all...]
H A Ddefs.h235 # define PTRACE_POKEUSER PTRACE_POKEUSR macro
H A Dprocess.c2114 || tcp->u_arg[0] == PTRACE_POKEUSER
/external/lldb/source/Plugins/Process/Linux/
H A DProcessMonitor.cpp106 case PTRACE_POKEUSER:
109 verbose_log->Printf("PTRACE_POKEUSER %s", buf.GetData());
530 if (PTRACE(PTRACE_POKEUSER, m_tid, (void*)m_offset, buf, 0))
/external/valgrind/main/coregrind/
H A Dvgdb-invoker-ptrace.c713 DEBUG(1, "setregs PTRACE_POKEUSER(s) %ld\n", peek_bsz);
715 res = ptrace(PTRACE_POKEUSER, pid, offset, *(long*)(pregs+offset));
717 ERROR(errno, "PTRACE_POKEUSER offset %ld res %ld\n", offset, res);
724 // If neither PTRACE_SETREGS not PTRACE_POKEUSER have returned,

Completed in 534 milliseconds