HomeSort by relevance Sort by last modified time
    Searched defs:perror_msg_and_die (Results 1 - 2 of 2) sorted by null

  /external/libunwind/tests/
test-coredump-unwind.c 187 void perror_msg_and_die(const char *s, ...) function
  /external/strace/
strace.c 353 void perror_msg_and_die(const char *fmt, ...) function
453 perror_msg_and_die("fcntl(%d, F_GETFD)", fd);
482 perror_msg_and_die("setreuid");
516 perror_msg_and_die("Can't fopen '%s'", path);
542 perror_msg_and_die("pipe");
548 perror_msg_and_die("vfork");
555 perror_msg_and_die("dup2");
559 perror_msg_and_die("Can't execute '%s'", _PATH_BSHELL);
1108 perror_msg_and_die("fork");
1187 perror_msg_and_die("ptrace(PTRACE_TRACEME, ...)")
    [all...]

Completed in 507 milliseconds