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

  /external/libunwind/tests/
test-coredump-unwind.c 169 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_info(ip=0x%lx) failed: ret=%d\n", (long) ip, ret)
    [all...]
  /external/strace/
strace.c 326 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.");
    [all...]

Completed in 204 milliseconds