Searched refs:debugger_options_mask (Results 1 – 2 of 2) sorted by relevance
| /xnu-10063.141.1/osfmk/kern/ |
| H A D | debug.c | 874 uint64_t debugger_options_mask, unsigned long debugger_caller) in DebuggerWithContext() argument 889 …C, PACK_2X32(VALUE(cpu_number()), VALUE(CPUDEBUGGERCOUNT)), VALUE(debugger_options_mask), ADDR(mes… in DebuggerWithContext() 892 check_and_handle_nested_panic(debugger_options_mask, debugger_caller, message, NULL); in DebuggerWithContext() 907 NULL, NULL, debugger_options_mask, NULL, TRUE, 0); in DebuggerWithContext() 913 NULL, NULL, debugger_options_mask, NULL, TRUE, 0); in DebuggerWithContext() 1043 panic_with_options(unsigned int reason, void *ctx, uint64_t debugger_options_mask, const char *str,… in panic_with_options() argument 1048 …panic_trap_to_debugger(str, &panic_str_args, reason, ctx, (debugger_options_mask & ~DEBUGGER_INTER… in panic_with_options() 1109 panic_with_thread_context(unsigned int reason, void *ctx, uint64_t debugger_options_mask, thread_t … in panic_with_thread_context() argument 1122 …panic_trap_to_debugger(str, &panic_str_args, reason, ctx, ((debugger_options_mask & ~DEBUGGER_INTE… in panic_with_thread_context()
|
| H A D | debug.h | 613 uint64_t debugger_options_mask, const char *str, ...); 641 uint64_t debugger_options_mask, struct thread* th, const char *str, ...); 819 …ext(unsigned int reason, void *ctx, const char *message, uint64_t debugger_options_mask, unsigned …
|