Searched refs:coredump (Results 1 – 11 of 11) sorted by relevance
| /xnu-12377.61.12/osfmk/kdp/ |
| H A D | sk_core.c | 51 #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 D | README.md | 19 …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 D | signalvar.h | 251 int coredump(struct proc *p, uint32_t reserve_mb, int coredump_flags);
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | kern_core.c | 375 coredump(proc_t core_proc, uint32_t reserve_mb, int coredump_flags) in coredump() function
|
| H A D | kern_sig.c | 3124 if (coredump(p, 0, COREDUMP_FULLFSYNC) == 0) { in postsig_locked() 3149 if (coredump(p, 0, 0) == 0) { in postsig_locked()
|
| H A D | kern_exit.c | 1848 err = coredump(p, 300, COREDUMP_IGNORE_ULIMIT | COREDUMP_FULLFSYNC); in proc_crash_coredump()
|
| H A D | kern_sysctl.c | 3432 SYSCTL_PROC(_kern, KERN_COREDUMP, coredump,
|
| /xnu-12377.61.12/doc/debugging/ |
| H A D | extensible_paniclog.md | 7 …there is no way of knowing the kext or dext state unless we take a full coredump. With this featur…
|
| H A D | debugging.md | 176 # 1. Get a coredump from a device and kernel UUID
|
| /xnu-12377.61.12/tools/lldbmacros/ |
| H A D | README.md | 303 …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 D | task.c | 7387 if ((error = coredump(cur_bsd_info, HWM_USERCORE_MINSPACE, COREDUMP_IGNORE_ULIMIT)) != 0) { in PROC_CROSSED_HIGH_WATERMARK__SEND_EXC_RESOURCE_AND_SUSPEND()
|