Home
last modified time | relevance | path

Searched refs:coredump (Results 1 – 11 of 11) sorted by relevance

/xnu-12377.61.12/osfmk/kdp/
H A Dsk_core.c51 #pragma mark secure coredump data structures
388 #pragma mark secure coredump memory dump
468 #pragma mark secure coredump helper callbacks
678 #pragma mark secure coredump handler registration
/xnu-12377.61.12/tools/lldbmacros/tests/
H A DREADME.md19 …tests within a LLDB session anywhere - either at-desk VM (quickest), at-desk machine or a coredump
28 1. `xcrun --sdk macosx.internal lldb [-c coredump file]`
/xnu-12377.61.12/bsd/sys/
H A Dsignalvar.h251 int coredump(struct proc *p, uint32_t reserve_mb, int coredump_flags);
/xnu-12377.61.12/bsd/kern/
H A Dkern_core.c375 coredump(proc_t core_proc, uint32_t reserve_mb, int coredump_flags) in coredump() function
H A Dkern_sig.c3124 if (coredump(p, 0, COREDUMP_FULLFSYNC) == 0) { in postsig_locked()
3149 if (coredump(p, 0, 0) == 0) { in postsig_locked()
H A Dkern_exit.c1848 err = coredump(p, 300, COREDUMP_IGNORE_ULIMIT | COREDUMP_FULLFSYNC); in proc_crash_coredump()
H A Dkern_sysctl.c3432 SYSCTL_PROC(_kern, KERN_COREDUMP, coredump,
/xnu-12377.61.12/doc/debugging/
H A Dextensible_paniclog.md7 …there is no way of knowing the kext or dext state unless we take a full coredump. With this featur…
H A Ddebugging.md176 # 1. Get a coredump from a device and kernel UUID
/xnu-12377.61.12/tools/lldbmacros/
H A DREADME.md303 …Q. I connected to a coredump file with lldb --core corefile and I got RuntimeError: Unable to find…
/xnu-12377.61.12/osfmk/kern/
H A Dtask.c7387 if ((error = coredump(cur_bsd_info, HWM_USERCORE_MINSPACE, COREDUMP_IGNORE_ULIMIT)) != 0) { in PROC_CROSSED_HIGH_WATERMARK__SEND_EXC_RESOURCE_AND_SUSPEND()