Searched refs:upeek (Results 1 – 7 of 7) sorted by relevance
/external/strace/ |
D | syscall.c | 759 if (upeek(tcp, PT_GPR2, &syscall_mode) < 0) in get_scno() 779 if (upeek(tcp, PT_PSWADDR, &pc) < 0) in get_scno() 813 if (offset_reg && (upeek(tcp, gpr_offset[offset_reg], &tmp) < 0)) in get_scno() 819 if (offset_reg && (upeek(tcp, gpr_offset[offset_reg], &tmp) < 0)) in get_scno() 833 if (offset_reg && (upeek(tcp, gpr_offset[offset_reg], &tmp) < 0)) in get_scno() 840 if (upeek(tcp, sizeof(unsigned long)*PT_R0, &scno) < 0) in get_scno() 857 if (upeek(tcp, sizeof (unsigned long)*PT_MSR, &val) < 0) in get_scno() 892 if (upeek(tcp, PT_ORIG_P0, &scno)) in get_scno() 895 if (upeek(tcp, 4*ORIG_EAX, &scno) < 0) in get_scno() 898 if (upeek(tcp, 8*ORIG_RAX, &scno) < 0) in get_scno() [all …]
|
D | util.c | 1021 upeek(tcp, off, res) in upeek() function 1078 if (upeek(tcp, 4*EIP, &eip) < 0) { in printcall() 1086 if(upeek(tcp,PT_PSWADDR,&psw) < 0) { in printcall() 1099 if (upeek(tcp, 8*RIP, &rip) < 0) { in printcall() 1107 if (upeek(tcp, PT_B0, &ip) < 0) { in printcall() 1115 if (upeek(tcp, sizeof(unsigned long)*PT_NIP, &pc) < 0) { in printcall() 1127 if (upeek(tcp, 4*PT_PC, &pc) < 0) { in printcall() 1135 if (upeek(tcp, REG_PC, &pc) < 0) { in printcall() 1154 if(upeek(tcp,PT_IAOQ0,&pc) < 0) { in printcall() 1162 if (upeek(tcp, REG_EPC, &pc) < 0) { in printcall() [all …]
|
D | signal.c | 943 if (upeek(tcp, uoff(u_signal[0]) + sig*sizeof(u_signal), 1295 if (upeek(tcp,PT_GPR15,&usp)<0) in sys_sigreturn() 1315 if (upeek(tcp, 4*UESP, &esp) < 0) in sys_sigreturn() 1340 if (upeek(tcp, PT_R12, &sp) < 0) in sys_sigreturn() 1364 if (upeek(tcp, sizeof(unsigned long)*PT_R1, &esp) < 0) in sys_sigreturn() 1396 if (upeek(tcp, 4*PT_USP, &usp) < 0) in sys_sigreturn() 1419 if (upeek(tcp, REG_FP, &fp) < 0) in sys_sigreturn() 1472 if (upeek(tcp, REG_SP, &sp) < 0) in sys_sigreturn() 1552 if (upeek(tcp, PTREGS_OFFSET_SP, &sp) < 0) in sys_sigreturn() 1580 if (upeek(tcp, 1 * 4, &sp) < 0) in sys_sigreturn()
|
D | defs.h | 537 extern int upeek(struct tcb *, long, long *);
|
D | strace.c | 2645 upeek(tcp, PT_CR_IPSR, &psr); in trace() 2646 upeek(tcp, PT_CR_IIP, &pc); in trace()
|
D | ChangeLog | 1324 CRIS: Correct first argument to upeek() 1327 tcp pointer instead of pid to upeek().
|
D | ChangeLog-CVS | 359 (upeek): use do_ptrace in order to catch and record ESRCH. 371 * defs.h: Modify declaration of upeek to take struct tcb * 373 * process.c: Change all upeek calls accordingly. 3030 * syscall.c (force_result) [LINUX] [S390 || S390X]: Remove bogus upeek 4007 (syscall_enter): Changed upeek() call to match s390 and s390x 5117 * util.c (upeek): Handle case where ptrace returns a long
|