Searched refs:error_msg_and_die (Results 1 - 6 of 6) sorted by relevance

/external/libunwind/tests/
H A Dtest-coredump-unwind.c169 void error_msg_and_die(const char *s, ...) function
199 error_msg_and_die("Out of memory, exiting");
289 error_msg_and_die("Usage: %s COREDUMP [VADDR:BINARY_FILE]...", progname);
295 error_msg_and_die("unw_create_addr_space() failed");
299 error_msg_and_die("_UCD_create('%s') failed", argv[1]);
302 error_msg_and_die("unw_init_remote() failed: ret=%d\n", ret);
319 error_msg_and_die("Bad format: '%s'", *argv);
321 error_msg_and_die("Can't add backing file '%s'", colon + 1);
330 error_msg_and_die("unw_get_reg(UNW_REG_IP) failed: ret=%d\n", ret);
335 error_msg_and_die("unw_get_proc_inf
[all...]
/external/strace/
H A Dxmalloc.c38 error_msg_and_die("Out of memory");
H A Dqualify.c139 error_msg_and_die("invalid %s '%s'", name, token);
148 error_msg_and_die("invalid %s '%s'", name, str);
339 error_msg_and_die("invalid %s '%s'", name, token);
346 error_msg_and_die("invalid %s '%s'", name, str);
522 error_msg_and_die("invalid %s '%s'", description, str);
532 error_msg_and_die("invalid %s '%s'", description, str);
H A Dunwind.c99 error_msg_and_die("failed to create address space for stack tracing");
364 error_msg_and_die("bug: mmap_cache is NULL");
366 error_msg_and_die("bug: mmap_cache is empty");
466 error_msg_and_die("error in asprintf");
581 error_msg_and_die("bug: unprinted entries in queue");
H A Dstrace.c326 void error_msg_and_die(const char *fmt, ...) function
759 error_msg_and_die("bug in alloctcb");
1013 error_msg_and_die("Invalid process id: '%s'", opt);
1016 error_msg_and_die("I'm sorry, I can't let you do that, Dave.");
1529 error_msg_and_die("%s: unexpected wait status %#x",
1550 error_msg_and_die("Bad OS release string: '%s'", u.release);
1563 error_msg_and_die("Bad OS release string: '%s'", u.release);
1618 error_msg_and_die("Syscall '%s' for -b isn't supported",
1802 error_msg_and_die("You must be root to use the -u option");
1806 error_msg_and_die("Canno
[all...]
H A Ddefs.h387 void error_msg_and_die(const char *fmt, ...)

Completed in 297 milliseconds