Searched defs:trap (Results 1 - 1 of 1) sorted by relevance

/external/strace/
H A Dsyscall.c767 static unsigned long trap; variable
1055 fprintf(stderr, "syscall: unknown syscall trap 0x%08lx\n",
1134 /* If we are entering, then disassemble the syscall trap. */
1136 /* Retrieve the syscall trap instruction. */
1138 trap = ptrace(PTRACE_PEEKTEXT,pid,(char *)regs.r_pc,0);
1140 trap >>= 32;
1145 /* Disassemble the trap to see what personality to use. */
1146 switch (trap) {
1148 /* Linux/SPARC syscall trap. */
1152 /* Linux/SPARC64 syscall trap
[all...]

Completed in 66 milliseconds