Searched refs:coredump (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dprocess.hpp197 bool coredump(void) const;
H A Dprocess.cpp277 impl::status::coredump(void) function in class:impl::status
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dsignalvar.h194 int coredump(struct proc *p, uint32_t reserve_mb, int ignore_ulimit);
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-run/
H A Datf-run.cpp287 (s.coredump() ? " (core dumped)" : ""));
302 (s.coredump() ? " (core dumped)" : "") + " and created a "
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Daix386-core.c36 #define NOCHECKS /* This is for coredump.h. */
37 #define _h_USER /* Avoid including user.h from coredump.h. */
39 #include <sys/i386/coredump.h>
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Denvutil.rb242 if status.coredump?
313 abort = status.coredump? || (status.signaled? && ABORT_SIGNALS.include?(status.termsig))
H A Dtest_thread.rb136 assert_not_predicate($?, :coredump?, '[ruby-dev:30653]')
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_core.c187 * coredump
206 coredump(proc_t core_proc, uint32_t reserve_mb, int ignore_ulimit) function
246 panic("coredump() called against proc that is not current_proc: %p", core_proc);
H A Dkern_exit.c350 if ((err = coredump(p, 300, 1)) != 0) {
H A Dkern_sig.c102 #include <sys/user.h> /* for coredump */
2694 if (coredump(p, 0, 0) == 0)
H A Dkern_sysctl.c2186 SYSCTL_PROC(_kern, KERN_COREDUMP, coredump,
/macosx-10.10/emacs-93/emacs/src/
H A Dprocess.c453 decode_status (l, symbol, code, coredump)
457 int *coredump;
465 *coredump = 0;
473 *coredump = !NILP (tem);
485 int code, coredump;
488 decode_status (status, &symbol, &code, &coredump);
498 string2 = build_string (coredump ? " (core dumped)\n" : "\n");
509 string2 = build_string (coredump ? " (core dumped)\n" : "\n");
482 int code, coredump; local
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dtask.c193 int coredump(void *core_proc, int reserve_mb, int ignore_ulimit);
3597 * Trigger a coredump of this process. Don't proceed unless we know we won't
3601 if ((error = coredump(current_task()->bsd_info, HWM_USERCORE_MINSPACE, 1)) != 0) {
3602 printf("couldn't take coredump of %s[%d]: %d\n", procname, pid, error);
3605 * coredump() leaves the task suspended.
3611 printf("coredump of %s[%d] taken in %d secs %d microsecs\n",
/macosx-10.10/vim-55/runtime/autoload/
H A Dnetrw.vim3284 " call Dret("NetrwBrowseX : coredump handler invoked")

Completed in 549 milliseconds