HomeSort by relevance Sort by last modified time
    Searched refs:perror_msg (Results 1 - 7 of 7) sorted by null

  /external/strace/
util.c 880 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("upeek: PTRACE_PEEKUSER pid:%d @0x%lx)", pid, off)
    [all...]
strace.c 311 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("attach: ptrace(PTRACE_ATTACH, ...)")
    [all...]
unwind.c 151 perror_msg("fopen: %s", filename);
314 perror_msg("Can't walk the stack of process %d", tcp->pid);
signal.c 864 perror_msg("sigreturn: umove");
889 perror_msg("sigreturn: PTRACE_GETREGS");
902 perror_msg("sigreturn: PTRACE_GETREGS");
    [all...]
defs.h 586 void perror_msg(const char *fmt, ...) __attribute__ ((format(printf, 1, 2)));
syscall.c 1166 perror_msg("peektext(psw-oneword)");
    [all...]
  /external/libunwind/tests/
test-coredump-unwind.c 178 void perror_msg(const char *s, ...) function

Completed in 190 milliseconds