Searched refs:error_msg_and_die (Results 1 – 6 of 6) sorted by relevance
/external/libunwind/tests/ |
D | test-coredump-unwind.c | 169 void error_msg_and_die(const char *s, ...) in error_msg_and_die() function 199 error_msg_and_die("Out of memory, exiting"); in die_out_of_memory() 289 error_msg_and_die("Usage: %s COREDUMP [VADDR:BINARY_FILE]...", progname); in main() 295 error_msg_and_die("unw_create_addr_space() failed"); in main() 299 error_msg_and_die("_UCD_create('%s') failed", argv[1]); in main() 302 error_msg_and_die("unw_init_remote() failed: ret=%d\n", ret); in main() 319 error_msg_and_die("Bad format: '%s'", *argv); in main() 321 error_msg_and_die("Can't add backing file '%s'", colon + 1); in main() 330 error_msg_and_die("unw_get_reg(UNW_REG_IP) failed: ret=%d\n", ret); in main() 335 error_msg_and_die("unw_get_proc_info(ip=0x%lx) failed: ret=%d\n", (long) ip, ret); in main() [all …]
|
/external/strace/ |
D | unwind.c | 99 error_msg_and_die("failed to create address space for stack tracing"); in unwind_init() 361 error_msg_and_die("bug: mmap_cache is NULL"); in stacktrace_walk() 363 error_msg_and_die("bug: mmap_cache is empty"); in stacktrace_walk() 463 error_msg_and_die("error in asprintf"); in sprint_call_or_error() 578 error_msg_and_die("bug: unprinted entries in queue"); in unwind_capture_stacktrace()
|
D | strace.c | 322 void error_msg_and_die(const char *fmt, ...) in error_msg_and_die() function 739 error_msg_and_die("bug in alloctcb"); in alloctcb() 960 error_msg_and_die("Invalid process id: '%s'", opt); in process_opt_p_list() 963 error_msg_and_die("I'm sorry, I can't let you do that, Dave."); in process_opt_p_list() 1398 error_msg_and_die("%s: unexpected wait status %x", in test_ptrace_seize() 1419 error_msg_and_die("Bad OS release string: '%s'", u.release); in get_os_release() 1432 error_msg_and_die("Bad OS release string: '%s'", u.release); in get_os_release() 1496 error_msg_and_die("Syscall '%s' for -b isn't supported", in init() 1669 error_msg_and_die("You must be root to use the -u option"); in init() 1673 error_msg_and_die("Cannot find user '%s'", username); in init()
|
D | xmalloc.c | 38 error_msg_and_die("Out of memory"); in die_out_of_memory()
|
D | defs.h | 463 void error_msg_and_die(const char *fmt, ...)
|
D | syscall.c | 557 error_msg_and_die("invalid %s '%s'", in qualify()
|