Home
last modified time | relevance | path

Searched refs:change_syscall (Results 1 – 6 of 6) sorted by relevance

/external/strace/
DTODO3 * partially done: finish up change_syscall using new setargs
Ddefs.h573 extern int change_syscall(struct tcb *, int);
Dprocess.c694 change_syscall(struct tcb *tcp, int new) in change_syscall() function
803 #warning Do not know how to handle change_syscall for this architecture in change_syscall()
981 if (change_syscall(tcp, SYS_fork) < 0)
DChangeLog764 * process.c (change_syscall, struct_user_offsets): Add MicroBlaze
995 * process.c (change_syscall, struct_user_offsets): Add TILE support.
1194 [SPARC || SPARC64] (change_syscall): Change struct regs to struct pt_regs.
1361 * process (change_syscall) [LINUX && ARM]: Mask off the high order bits
DChangeLog-CVS112 * proc.c (change_syscall, setarg): Add support for avr32.
123 (change_syscall): Add support for cris.
240 Declare change_syscall().
424 (change_syscall): Support Blackfin architecture.
1688 * process.c (change_syscall): Add ARM support.
2779 (change_syscall): Handle LINUX && SPARC64.
3004 (change_syscall): For IA64, also support changing IA-32 syscalls.
3406 * process.c (change_syscall): Fixed register which holds system
3679 * process.c (change_syscall) [POWERPC]: Add missing return.
3998 (change_syscall): Changed handling for s390.
[all …]
Dutil.c1516 || change_syscall(tcp, clone_scno[current_personality]) < 0 in setbpt()