Searched refs:perror_msg (Results 1 - 7 of 7) sorted by relevance

/external/strace/
H A Dutil.c880 perror_msg("process_vm_readv");
903 perror_msg("umoven: PTRACE_PEEKDATA pid:%d @0x%lx",
926 perror_msg("umoven: short read (%d < %d) @0x%lx",
932 perror_msg("umoven: PTRACE_PEEKDATA pid:%d @0x%lx",
1031 perror_msg("umovestr: short read (%d < %d) @0x%lx",
1037 perror_msg("process_vm_readv");
1062 perror_msg("umovestr: PTRACE_PEEKDATA pid:%d @0x%lx",
1089 perror_msg("umovestr: short read (%d < %d) @0x%lx",
1095 perror_msg("umovestr: PTRACE_PEEKDATA pid:%d @0x%lx",
1121 perror_msg("upee
[all...]
H A Dstrace.c311 void perror_msg(const char *fmt, ...) function
403 perror_msg("ptrace(PTRACE_%s,pid:%d,sig:%d)", msg, tcp->pid, sig);
547 perror_msg("%s", outfname);
568 perror_msg("%s", outfname);
798 perror_msg("detach: ptrace(PTRACE_DETACH,%u)", tcp->pid);
805 perror_msg("detach: tkill(%u,0)", tcp->pid);
821 perror_msg("detach: ptrace(PTRACE_INTERRUPT,%u)", tcp->pid);
828 perror_msg("detach: tkill(%u,SIGSTOP)", tcp->pid);
849 perror_msg("detach: waitpid(%u)", tcp->pid);
1043 perror_msg("attac
[all...]
H A Dunwind.c151 perror_msg("fopen: %s", filename);
314 perror_msg("Can't walk the stack of process %d", tcp->pid);
H A Dsignal.c864 perror_msg("sigreturn: umove");
889 perror_msg("sigreturn: PTRACE_GETREGS");
902 perror_msg("sigreturn: PTRACE_GETREGS");
H A Ddefs.h586 void perror_msg(const char *fmt, ...) __attribute__ ((format(printf, 1, 2)));
H A Dsyscall.c1166 perror_msg("peektext(psw-oneword)");
/external/libunwind/tests/
H A Dtest-coredump-unwind.c178 void perror_msg(const char *s, ...) function

Completed in 174 milliseconds