Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dpanic_call.h60 uint64_t debugger_options_mask, const char *str, ...);
63 uint64_t debugger_options_mask, const char *str, ...);
68 uint64_t debugger_options_mask, struct thread* th, const char *str, ...);
H A Ddebug.c920 uint64_t debugger_options_mask, unsigned long debugger_caller) in DebuggerWithContext() argument
938 VALUE(debugger_options_mask), in DebuggerWithContext()
943 check_and_handle_nested_panic(debugger_options_mask, debugger_caller, message, NULL); in DebuggerWithContext()
958 NULL, NULL, debugger_options_mask, NULL, TRUE, 0, ""); in DebuggerWithContext()
964 NULL, NULL, debugger_options_mask, NULL, TRUE, 0, NULL); in DebuggerWithContext()
1082 panic_with_data(uuid_t uuid, void *addr, uint32_t len, uint64_t debugger_options_mask, const char *… in panic_with_data() argument
1093 if ((debugger_options_mask & DEBUGGER_OPTION_USER_WATCHDOG) != 0 && in panic_with_data()
1100 …panic_trap_to_debugger(str, &panic_str_args, 0, NULL, (debugger_options_mask & ~DEBUGGER_INTERNAL_… in panic_with_data()
1106 panic_with_options(unsigned int reason, void *ctx, uint64_t debugger_options_mask, const char *str,… in panic_with_options() argument
1115 if ((debugger_options_mask & DEBUGGER_OPTION_USER_WATCHDOG) != 0 && in panic_with_options()
[all …]
H A Dext_paniclog.h128 void panic_with_data(uuid_t uuid, void *addr, uint32_t len, uint64_t debugger_options_mask, const c…
H A Ddebug.h851 …ext(unsigned int reason, void *ctx, const char *message, uint64_t debugger_options_mask, unsigned …
/xnu-12377.61.12/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-12377.61.12/doc/debugging/
H A Dextensible_paniclog.md192 void panic_with_data(uuid_t uuid, void *addr, uint32_t len, uint64_t debugger_options_mask, const c…