Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/sys/
H A Dcode_signing.h528 bool is_address_space_debugged(
/xnu-12377.81.4/osfmk/kern/
H A Dexception.c876 if (is_address_space_debugged(proc)) { in maybe_unrecoverable_exception_triage()
H A Dthread_act.c149 (!is_address_space_debugged(get_bsdtask_info(target_task))) && in thread_set_state_allowed()
/xnu-12377.81.4/bsd/kern/
H A Dkern_codesigning.c1088 is_address_space_debugged(const proc_t process) in is_address_space_debugged() function
H A Dkern_exit.c3603 && is_address_space_debugged(p)) { in exit_with_exception_internal()
/xnu-12377.81.4/osfmk/vm/
H A Dvm_user.c681 bool is_debugged = map_task && is_address_space_debugged(get_bsdtask_info(map_task)); in mach_vm_update_pointers_with_remote_tags()