Searched refs:perror_msg_and_die (Results 1 – 5 of 5) sorted by relevance
/external/strace/ |
D | strace.c | 353 void perror_msg_and_die(const char *fmt, ...) in perror_msg_and_die() function 453 perror_msg_and_die("fcntl(%d, F_GETFD)", fd); in set_cloexec_flag() 482 perror_msg_and_die("setreuid"); in swap_uid() 516 perror_msg_and_die("Can't fopen '%s'", path); in strace_fopen() 542 perror_msg_and_die("pipe"); in strace_popen() 548 perror_msg_and_die("vfork"); in strace_popen() 555 perror_msg_and_die("dup2"); in strace_popen() 559 perror_msg_and_die("Can't execute '%s'", _PATH_BSHELL); in strace_popen() 1108 perror_msg_and_die("fork"); in startup_attach() 1187 perror_msg_and_die("ptrace(PTRACE_TRACEME, ...)"); in exec_or_die() [all …]
|
D | unwind.c | 371 perror_msg_and_die("Can't initiate libunwind"); in stacktrace_walk()
|
D | defs.h | 391 void perror_msg_and_die(const char *fmt, ...)
|
D | ChangeLog | 19428 * defs.h (error_msg, perror_msg, error_msg_and_die, perror_msg_and_die,
|
/external/libunwind/tests/ |
D | test-coredump-unwind.c | 187 void perror_msg_and_die(const char *s, ...) in perror_msg_and_die() function
|