Searched refs:coredump (Results 1 – 6 of 6) sorted by relevance
125 const char *coredump = WCOREDUMP(status) ? " (core dumped)" : ""; in libxl_report_child_exitstatus() local129 str, coredump); in libxl_report_child_exitstatus()133 sig, coredump); in libxl_report_child_exitstatus()
5 See also http://lcamtuf.coredump.cx/afl/
292 (* coredump *)293 let coredump xch domid fd = function
193 val coredump : handle -> domid -> Unix.file_descr -> unit val
132 coredump-destroy or coredump-restart can be specified with this option.
371 =item B<coredump-destroy>373 write a "coredump" of the domain to F<@XEN_DUMP_DIR@/NAME> and then376 =item B<coredump-restart>378 write a "coredump" of the domain to F<@XEN_DUMP_DIR@/NAME> and then
Completed in 8 milliseconds