Searched refs:error_msg_and_die (Results 1 – 1 of 1) sorted by relevance
/third_party/libunwind/tests/ |
D | test-coredump-unwind.c | 173 void error_msg_and_die(const char *s, ...) in error_msg_and_die() function 203 error_msg_and_die("Out of memory, exiting"); in die_out_of_memory() 293 error_msg_and_die("Usage: %s COREDUMP [VADDR:BINARY_FILE]...", progname); in main() 299 error_msg_and_die("unw_create_addr_space() failed"); in main() 303 error_msg_and_die("_UCD_create('%s') failed", argv[1]); in main() 306 error_msg_and_die("unw_init_remote() failed: ret=%d\n", ret); in main() 323 error_msg_and_die("Bad format: '%s'", *argv); in main() 334 error_msg_and_die("unw_get_reg(UNW_REG_IP) failed: ret=%d\n", ret); in main() 339 error_msg_and_die("unw_get_proc_info(ip=0x%lx) failed: ret=%d\n", (long) ip, ret); in main() 368 error_msg_and_die("FAILURE: unw_step() returned %d", ret); in main()
|