Home
last modified time | relevance | path

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

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