Home
last modified time | relevance | path

Searched refs:PE_i_can_has_debugger (Results 1 – 21 of 21) sorted by relevance

/xnu-12377.81.4/tests/
H A Drump.h13 #define PE_i_can_has_debugger(...) true macro
/xnu-12377.81.4/pexpert/gen/
H A Dpe_gen.c81 if (!PE_i_can_has_debugger(NULL)) { in pe_init_debug()
/xnu-12377.81.4/bsd/dev/
H A Dmem.c271 if (PE_i_can_has_debugger(NULL) && in dev_kmem_init()
/xnu-12377.81.4/bsd/sys/
H A Dcode_signing.h202 } else if (PE_i_can_has_debugger(NULL) == true) { in allow_research_modes()
/xnu-12377.81.4/pexpert/arm/
H A Dpe_init.c614 PE_i_can_has_debugger(uint32_t *debug_flags) in PE_i_can_has_debugger() function
769 if (PE_i_can_has_debugger(&debug_flags) in PE_reboot_on_panic()
/xnu-12377.81.4/osfmk/arm/commpage/
H A Dcommpage.c143 …32_t*)(_COMM_PAGE_DEV_FIRM_LEGACY + _COMM_PAGE_RW_OFFSET)) = (uint32_t)PE_i_can_has_debugger(NULL); in commpage_populate()
144 *((uint32_t*)(_COMM_PAGE_DEV_FIRM + _COMM_PAGE_RO_OFFSET)) = (uint32_t)PE_i_can_has_debugger(NULL); in commpage_populate()
/xnu-12377.81.4/pexpert/pexpert/
H A Dpexpert.h95 uint32_t PE_i_can_has_debugger(
/xnu-12377.81.4/pexpert/i386/
H A Dpe_init.c381 PE_i_can_has_debugger(uint32_t *debug_flags) in PE_i_can_has_debugger() function
/xnu-12377.81.4/bsd/kern/
H A Dmach_process.c136 if (PE_i_can_has_debugger(NULL)) { in ptrace()
H A Dbsd_init.c1275 …if (PE_i_can_has_debugger(NULL) && PE_parse_boot_argn("-hide_process_traced", namep, sizeof(namep)… in parse_bsd_args()
H A Dkern_cs.c169 if (disable_cs_enforcement && PE_i_can_has_debugger(NULL) != 0) { in cs_init()
H A Dkern_guarded.c1599 if (0 == PE_i_can_has_debugger(NULL)) { in vnguard_policy_init()
/xnu-12377.81.4/osfmk/kern/
H A Ddebug.c465 if (PE_i_can_has_debugger(NULL) && !(debug_boot_arg & DB_KERN_DUMP_ON_NMI)) { in panic_init()
547 if (!PE_i_can_has_debugger(NULL)) { in phys_carveout_init()
1660 if (PE_i_can_has_debugger(NULL) && panicDebugging) {
H A Dstartup.c553 if (PE_i_can_has_debugger(NULL)) { in kernel_bootstrap()
H A Dhost.c325 can_has_debugger_info->can_has_debugger = PE_i_can_has_debugger(NULL); in host_info()
H A Dzalloc.c8413 if (!PE_i_can_has_debugger(NULL)) { in mach_zone_info_for_zone()
8460 if (!PE_i_can_has_debugger(NULL)) { in mach_zone_info_for_largest_zone()
H A Dtask.c6907 if (PE_i_can_has_debugger(NULL)) { in task_power_info_locked()
/xnu-12377.81.4/osfmk/kdp/output_stages/
H A Dout_shmem.c653 if (!PE_i_can_has_debugger(NULL)) { in panic_spin_shmcon()
/xnu-12377.81.4/osfmk/arm64/
H A Dkpc.c533 kpc_allows_counting_system = PE_i_can_has_debugger(NULL); in kpc_arch_init()
/xnu-12377.81.4/iokit/Kernel/
H A DIOPlatformExpert.cpp1510 if (*panicWatchdogEnabled || (PE_i_can_has_debugger(&debug_flags) && in registerNVRAMController()
/xnu-12377.81.4/osfmk/kdp/
H A Dkdp_core.c1498 if (PE_consistent_debug_enabled() && PE_i_can_has_debugger(NULL)) { in kdp_core_init_output_stages()