Home
last modified time | relevance | path

Searched refs:debugger_options_mask (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/bsd/kern/
H A Dkern_xxx.c172 uint64_t debugger_options_mask = 0; in sys_panic_with_data() local
221 debugger_options_mask |= DEBUGGER_OPTION_USER_WATCHDOG; in sys_panic_with_data()
225 panic_with_data(uuid, data, copy_len, debugger_options_mask, in sys_panic_with_data()
/xnu-11215/osfmk/kern/
H A Ddebug.c892 uint64_t debugger_options_mask, unsigned long debugger_caller) in DebuggerWithContext() argument
910 check_and_handle_nested_panic(debugger_options_mask, debugger_caller, message, NULL); in DebuggerWithContext()
925 NULL, NULL, debugger_options_mask, NULL, TRUE, 0, ""); in DebuggerWithContext()
931 NULL, NULL, debugger_options_mask, NULL, TRUE, 0, NULL); in DebuggerWithContext()
1049 panic_with_data(uuid_t uuid, void *addr, uint32_t len, uint64_t debugger_options_mask, const char *… in panic_with_data() argument
1060 if ((debugger_options_mask & DEBUGGER_OPTION_USER_WATCHDOG) != 0 && in panic_with_data()
1067 …panic_trap_to_debugger(str, &panic_str_args, 0, NULL, (debugger_options_mask & ~DEBUGGER_INTERNAL_… in panic_with_data()
1073 panic_with_options(unsigned int reason, void *ctx, uint64_t debugger_options_mask, const char *str,… in panic_with_options() argument
1082 if ((debugger_options_mask & DEBUGGER_OPTION_USER_WATCHDOG) != 0 && in panic_with_options()
1089 …panic_trap_to_debugger(str, &panic_str_args, reason, ctx, (debugger_options_mask & ~DEBUGGER_INTER… in panic_with_options()
[all …]
H A Ddebug.h635 uint64_t debugger_options_mask, const char *str, ...);
638 uint64_t debugger_options_mask, const char *str, ...);
666 uint64_t debugger_options_mask, struct thread* th, const char *str, ...);
844 …ext(unsigned int reason, void *ctx, const char *message, uint64_t debugger_options_mask, unsigned …
H A Dext_paniclog.h128 void panic_with_data(uuid_t uuid, void *addr, uint32_t len, uint64_t debugger_options_mask, const c…