Searched refs:coredump (Results 1 – 8 of 8) sorted by relevance
| /xnu-8020.101.4/bsd/sys/ ! |
| H A D | signalvar.h | 246 int coredump(struct proc *p, uint32_t reserve_mb, int coredump_flags);
|
| /xnu-8020.101.4/bsd/kern/ ! |
| H A D | kern_core.c | 231 coredump(proc_t core_proc, uint32_t reserve_mb, int coredump_flags) in coredump() function
|
| H A D | kern_exit.c | 921 err = coredump(p, 300, COREDUMP_IGNORE_ULIMIT | COREDUMP_FULLFSYNC); in launchd_crashed_panic()
|
| H A D | kern_sig.c | 3159 if (coredump(p, 0, 0) == 0) { in postsig_locked()
|
| H A D | kern_sysctl.c | 2974 SYSCTL_PROC(_kern, KERN_COREDUMP, coredump,
|
| /xnu-8020.101.4/doc/ ! |
| H A D | debugging.md | 292 # 1. Get a coredump from a device and kernel UUID
|
| /xnu-8020.101.4/tools/lldbmacros/ ! |
| H A D | README.md | 297 …Q. I connected to a coredump file with lldb --core corefile and I got RuntimeError: Unable to find…
|
| /xnu-8020.101.4/osfmk/kern/ ! |
| H A D | task.c | 6842 …if ((error = coredump(current_task()->bsd_info, HWM_USERCORE_MINSPACE, COREDUMP_IGNORE_ULIMIT)) !=… in PROC_CROSSED_HIGH_WATERMARK__SEND_EXC_RESOURCE_AND_SUSPEND()
|