| /xnu-8796.121.2/tests/ |
| H A D | memorystatus_is_assertion.c | 74 T_LOG("pid[%d] --> now clean", pid); in proc_will_set_clean() 82 T_LOG("pid[%d] --> now dirty", pid); in proc_will_set_dirty() 163 T_LOG("SETUP STATE COMPLETE: Test %s", test); in memorystatus_assertion_test_repetitive() 171 T_LOG("Avoid idle-deferred - sleeping for 20"); in memorystatus_assertion_test_repetitive() 246 T_LOG("SETUP STATE COMPLETE"); in memorystatus_assertion_test_allow_idle_exit() 255 T_LOG(__func__, true, "Unable to retrieve jetsam aging policy (not fatal)"); in memorystatus_assertion_test_allow_idle_exit() 263 T_LOG("********Test0 clean: no state change on relinquish"); in memorystatus_assertion_test_allow_idle_exit() 267 T_LOG("********Test1 clean: deferred now assertion[10]"); in memorystatus_assertion_test_allow_idle_exit() 272 T_LOG("********Test2 clean: assertion[10 -> 3]"); in memorystatus_assertion_test_allow_idle_exit() 277 T_LOG("********Test3 clean: assertion[3 -> 0], but now deferred"); in memorystatus_assertion_test_allow_idle_exit() [all …]
|
| H A D | corpse_backtrace.c | 49 T_LOG("Received backtrace exception."); in exc_handler_backtrace() 63 T_LOG("Found TASK_BTINFO_GID: %d", gid); in exc_handler_backtrace() 68 T_LOG("Found TASK_BTINFO_CPUTYPE: %d", type); in exc_handler_backtrace() 73 T_LOG("Found TASK_BTINFO_THREAD_STATE: Flavor %d, Count %d", data.flavor, data.count); in exc_handler_backtrace() 78 T_LOG("Found TASK_BTINFO_THREAD_EXCEPTION_STATE: Flavor %d, Count %d", data.flavor, data.count); in exc_handler_backtrace() 86 T_LOG("Found TASK_BTINFO_PROC_NAME: %s", process_name); in exc_handler_backtrace() 91 T_LOG("Found TASK_BTINFO_PROC_PATH: %s", c_str); in exc_handler_backtrace() 96 T_LOG("Found TASK_BTINFO_PLATFORM: %d", platform); in exc_handler_backtrace() 105 T_LOG("Found TASK_BTINFO_RUSAGE_INFO: uuid: %s, start time: %llu, \ in exc_handler_backtrace() 113 T_LOG("Found TASK_BTINFO_SC_LOADINFO64: uuid: %s, slide: %llu, base: %llu", in exc_handler_backtrace() [all …]
|
| H A D | memorystatus_assertion_helpers.c | 23 T_LOG("Relinquish ...assertion... priority(%d) for pid[%d]", priority, pid); in set_priority() 25 T_LOG("Setting ...assertion... priority(%d) for pid[%d]", priority, pid); in set_priority() 29 T_LOG("Setting ...requested... priority(%d) for pid[%d]", priority, pid); in set_priority() 59 T_LOG("check_properties: %s", test); in check_properties() 74 T_LOG("%s test failed: %s\n", test, PROP_CHECK_ERROR_STRING); in check_properties() 77 T_LOG("priority mismatch [actual / expected] [%d / %d]", actual_priority, expected_priority); in check_properties() 81 T_LOG("limit mismatch [actual / expected] [%d / %d]", actual_limit_mb, expected_limit_mb); in check_properties() 85 …T_LOG("user data mismatch [actual / expected] [0x%llx / 0x%llx]", actual_user_data, expected_user_… in check_properties() 88 T_LOG("state is 0x%x\n", actual_state); in check_properties() 137 T_LOG("Setting pid[%d] limits active [%d %s] inactive [%d %s]", pid, in set_memlimits() [all …]
|
| H A D | microstackshot_tests.c | 60 T_LOG("notified da of tasking change, sleeping"); in disable_da_microstackshots() 95 T_LOG("installing cleanup handler"); in telemetry_init() 119 T_LOG("no PMI support"); in query_pmi_params() 202 T_LOG("saw %d unknown record events", unknown_records); 211 T_LOG("saw %g interrupt records per second", 214 T_LOG("saw no interrupt records"); 217 T_LOG("saw %g I/O records per second", 220 T_LOG("saw no I/O records"); 223 T_LOG("saw %g timer arming records per second", 226 T_LOG("saw no timer arming records"); [all …]
|
| H A D | memorystatus_zone_test.c | 203 T_LOG("machdep.max_port_table_size = %d", old_limit); in allocate_from_generic_zone() 253 T_LOG("ZONE NAME: %-35sSIZE: %-25lluELEMENTS: %llu", in print_zone_info() 293 T_LOG("Comparing element counts of \"VM map entries\" and \"vm objects\" zones"); in vme_zone_compares_to_vm_objects() 303 …T_LOG("# VM map entries as percentage of # vm objects = %llu", (vm_map_entry_element_count * 100) … in vme_zone_compares_to_vm_objects() 305 T_LOG("Number of VM map entries is comparable to vm objects\n\n"); in vme_zone_compares_to_vm_objects() 308 T_LOG("Number of VM map entries is NOT comparable to vm objects\n\n"); in vme_zone_compares_to_vm_objects() 315 T_LOG("Largest zone info"); in verify_generic_jetsam_criteria() 342 T_LOG("kern.zone_map_jetsam_limit set to %d%%", old_limit); in begin_test_teardown() 347 T_LOG("Ending ktrace session..."); in begin_test_teardown() 352 T_LOG("Cancelling dispatch sources..."); in begin_test_teardown() [all …]
|
| H A D | turnstile_multihop.c | 99 T_LOG("sysctlbyname(hw.ncpu)"); in sched_create_load_at_qos() 103 T_QUIET; T_LOG("%s: Detected %d CPUs\n", __FUNCTION__, ncpu); in sched_create_load_at_qos() 106 T_QUIET; T_LOG("%s: Will create %d threads\n", __FUNCTION__, nthreads); in sched_create_load_at_qos() 118 T_QUIET; T_LOG("calloc returned error"); return ENOMEM; in sched_create_load_at_qos() 131 T_QUIET; T_LOG("%s: Created thread %d (%p)\n", __FUNCTION__, i, (void *)context->threads[i]); in sched_create_load_at_qos() 147 T_QUIET; T_LOG("%s: Thread started %p\n", __FUNCTION__, (void *)pthread_self()); in sched_load_thread() 158 T_QUIET; T_LOG("%s: Thread terminating %p\n", __FUNCTION__, (void *)pthread_self()); in sched_load_thread() 174 T_QUIET; T_LOG("%s: Joining thread %d (%p)\n", __FUNCTION__, i, (void *)context->threads[i]); in sched_terminate_load() 299 T_LOG("Workloop handler %s called. Received message on 0x%llx", in workloop_cb_test_intransit() 318 T_LOG("Registering peer connection"); in workloop_cb_test_intransit() [all …]
|
| H A D | test_ptraceme.c | 51 T_LOG("Parent %d: Calling fork()", getpid()); 57 T_LOG("Child %d: Calling ptrace(PT_TRACE_ME, 0, NULL, 0)", getpid()); 61 T_LOG("Child %d: Calling execl(\"/bin/echo\", ...)", getpid()); 66 T_LOG("Parent %d: Calling waitpid(%d, NULL, WUNTRACED)", getpid(), child_pid); 75 T_LOG("Parent %d: Calling ptrace(PT_DETACH, %d, NULL, 0)", getpid(), child_pid); 79 T_LOG("Parent %d: Calling kill(%d, SIGTERM)", getpid(), child_pid); 82 T_LOG("Parent %d: Calling wait(NULL)\n", getpid());
|
| H A D | prioritize_process_launch.c | 122 T_LOG("Client: Starting sync receive\n"); in receive() 176 T_LOG("Target thread blocked\n"); in thread_wait_to_block() 209 T_LOG("set priority failed\n"); in thread_create_at_qos() 216 T_LOG("pthread created\n"); in thread_create_at_qos() 325 T_LOG("Workloop handler workloop_cb_test_intransit called. "); in workloop_cb_test_intransit() 326 T_LOG("The total events returned is %d", *events); in workloop_cb_test_intransit() 346 T_QUIET; T_LOG("The return stat is %d", WEXITSTATUS(stat)); in workloop_cb_test_intransit() 362 T_LOG("Workloop handler workloop_cb_test_knote_kill called. "); in workloop_cb_test_knote_kill() 363 T_LOG("The total events returned is %d", *events); in workloop_cb_test_knote_kill() 380 T_QUIET; T_LOG("The return stat is %d", WEXITSTATUS(stat)); in workloop_cb_test_knote_kill() [all …]
|
| H A D | kqueue_timer_tests.c | 60 T_LOG("%s() failure: kevent returned %d, error %d\n", __func__, ret, in do_simple_kevent() 74 T_LOG("\tfailure: expected %lld usec, measured %lld usec.\n", in do_simple_kevent() 78 T_LOG("\tsuccess, measured %lld usec.\n", elapsed_usecs); in do_simple_kevent() 99 T_LOG("Testing %d MATUs absolute timer...\n", time); in test_absolute_kevent() 102 T_LOG("Testing %d sec absolute timer...\n", time); in test_absolute_kevent() 106 T_LOG("Testing %d usec absolute timer...\n", time); in test_absolute_kevent() 110 T_LOG("Testing %d msec absolute timer...\n", time); in test_absolute_kevent() 157 T_LOG("Testing %d MATUs interval timer...\n", time); in test_oneshot_kevent() 161 T_LOG("Testing %d sec interval timer...\n", time); in test_oneshot_kevent() 165 T_LOG("Testing %d usec interval timer...\n", time); in test_oneshot_kevent() [all …]
|
| H A D | test_note_exec.c | 64 T_QUIET; T_LOG("Child exited before parent could call csops. The race didn't happen"); in thread_wait_exec() 90 T_QUIET; T_LOG("Forking child"); in run_test() 105 T_QUIET; T_LOG("Setting up NOTE_EXEC Handler for child pid %d", pid); in run_test() 118 T_QUIET; T_LOG("Signalling child to call exec"); in run_test() 121 T_QUIET; T_LOG("Waiting for child to exit"); in run_test() 125 T_QUIET; T_LOG("Waiting for note exec thread to exit"); in run_test() 133 T_QUIET; T_LOG("Testing race for NOTE_EXEC with csops"); 136 T_QUIET; T_LOG("Running iteration %d", i);
|
| H A D | kevent_qos.c | 143 T_LOG("Workloop handler workloop_cb_test_intransit called. " in workloop_cb_test_intransit() 169 T_LOG("Workloop handler workloop_cb_test_sync_send called"); in workloop_cb_test_sync_send() 189 T_LOG("Workloop handler workloop_cb_test_kernel_sync_send called"); in workloop_cb_test_kernel_sync_send() 210 T_LOG("Workloop handler workloop_cb_test_kernel_sync_send called"); in workloop_cb_test_kernel_async_send() 234 T_LOG("Workloop handler workloop_cb_test_sync_send_and_enable called"); in workloop_cb_test_sync_send_and_enable() 274 T_LOG("Workloop handler workloop_cb_test_sync_send_and_enable_handoff called"); in workloop_cb_test_sync_send_and_enable_handoff() 326 …T_LOG("Workloop handler workloop_cb_test_send_two_sync called for %d time", send_two_sync_handler_… in workloop_cb_test_send_two_sync() 332 T_LOG("Number of events received is %d\n", *events); in workloop_cb_test_send_two_sync() 362 …T_LOG("Workloop handler workloop_cb_test_two_send_and_destroy called %d times", two_send_and_destr… in workloop_cb_test_two_send_and_destroy() 395 T_LOG("Handler returning \n"); in workloop_cb_test_two_send_and_destroy() [all …]
|
| H A D | recvmsg_x_test.c | 75 T_LOG("Sent %ld bytes\n", n); in sendPackets() 82 T_LOG("Sent %ld packet\n", count); in sendPackets() 127 T_LOG("recvmsg_x(): %s", strerror(errno)); in recvPackets_x() 131 T_LOG("recvmsg_x(): %s", strerror(errno)); in recvPackets_x() 136 T_LOG("recvmsg_x returned %ld packets\n", n); in recvPackets_x() 141 …T_LOG("Received packet #%d %lu bytes with recvmsg_x(), msg_namelen = %u, msg_controllen = %d -> %d… in recvPackets_x() 149 … T_LOG("level = %d, type = %d, length = %d\n", cmsg->cmsg_level, cmsg->cmsg_type, cmsg->cmsg_len); in recvPackets_x() 191 T_LOG("\n================= recvmsg_x() test =================\n"); 195 T_LOG("\n================= recvmsg_x() test =================\n"); 199 T_LOG("\n================= recvmsg_x() test =================\n"); [all …]
|
| H A D | vm_test_mach_map.c | 434 T_LOG("--> allocate %llu bytes", vm_size); 443 T_LOG(" footprint[0] = %llu", footprint[0]); 445 T_LOG("--> access %llu bytes", vm_size); 453 T_LOG(" footprint[1] = %llu", footprint[1]); 455 T_LOG("WARN: footprint[1] != footprint[0] + vm_size"); 458 T_LOG("--> wire %llu bytes", vm_size / 2); 464 T_LOG(" footprint[2] = %llu", footprint[2]); 466 T_LOG("WARN: footprint[2] != footprint[1]"); 469 T_LOG("--> VOLATILE"); 480 T_LOG(" footprint[3] = %llu", footprint[3]); [all …]
|
| H A D | vm_phys_footprint.c | 270 T_LOG("virtual allocation does not change phys_footprint"); 285 T_LOG("modifying anonymous memory increases phys_footprint"); 302 T_LOG("deallocating dirty anonymous memory decreases phys_footprint"); 371 T_LOG("mapping file does not change phys_footprint"); 386 T_LOG("modifying file-backed memory does not impact phys_footprint"); 404 T_LOG("unmapping file-backed memory does not impact phys_footprint"); 442 T_LOG("purgeable virtual allocation does not change phys_footprint"); 457 T_LOG("modifying anonymous memory increases phys_footprint"); 481 T_LOG("making volatile decreases phys_footprint"); 505 T_LOG("making non-volatile increases phys_footprint"); [all …]
|
| H A D | kevent_continuous_time.c | 53 T_LOG("Sleepeing for %s seconds...", buf); in trigger_sleep() 93 T_LOG("waited %d seconds for sleep...", i + 1); in wait_for_sleep() 110 …T_LOG("EV_SET(&kev, 1, EVFILT_TIMER, EV_ADD, NOTE_SECONDS | NOTE_MACH_CONTINUOUS_TIME, 4, 0, 0, 0)… 122 …T_LOG("event = {.ident = %llx, .filter = %d, .flags = %d, .fflags = %d, .data = %lld, .udata = %ll… 130 …T_LOG("ct progressed %llu ms, abs progressed %llu ms", ct_ms_progressed, tick_to_ms(abs_now - abs_… 149 T_LOG("EV_SET(&kev, 1, EVFILT_TIMER, EV_DELETE, 0, 0, 0);"); 170 T_LOG("currently is %llu, firing at %llu", nowus, fire_at); 179 …T_LOG("EV_SET(&kev, 2, EVFILT_TIMER, EV_ADD, NOTE_MACH_CONTINUOUS_TIME | NOTE_ABSOLUTE | NOTE_USEC… 184 T_LOG("testing NOTE_MACH_CONTINUOUS_TIME | NOTE_ABSOLUTE between sleep"); 194 …T_LOG("event = {.ident = %llx, .filter = %d, .flags = %d, .fflags = %d, .data = %lld, .udata = %ll… [all …]
|
| H A D | v4mappedv6_recvpktinfo.c | 47 T_LOG("[:(] SETSOCKOPT FAILED: %s = -1, errno = %d\n", #x, errno); \ 89 T_LOG("listener started \n"); in listener_thread() 98 T_LOG("received from sender: %.5s", buf); in listener_thread() 117 T_LOG("sent response to sender"); in listener_thread() 169 T_LOG("Socket established. Binded & connected.\n"); 218 T_LOG("[kevent] ident = %zd, filter = %hu, flags = %hd, fflags = %d, data = %zd, udata = %p\n", in do_kqueue() 238 T_LOG("[!!] Received %d bytes...", packet_len); in handle_recv() 241 T_LOG("%02x ", ((char *)recvmsghdr->msg_iov->iov_base)[i]); in handle_recv() 244 T_LOG("\n"); in handle_recv() 250 T_LOG("cmsg_level: %d, cmsg_type: %d\n", cmsg->cmsg_level, cmsg->cmsg_type); in handle_recv()
|
| H A D | user_msrs.c | 113 T_LOG("sub-test '%s'\n", reg_name); in msr_test() 117 T_LOG("\tskipping this register by request"); in msr_test() 131 T_LOG("\tcan read: %s\n", readable ? "YES" : "NO"); in msr_test() 132 T_LOG("\tcan write: %s\n", writeable ? "YES" : "NO"); in msr_test() 134 T_LOG("\tvalue found: 0x%016llx\n", (unsigned long long)val); in msr_test() 138 T_LOG("\t RW needed for more testing. no further testing will be performed\n"); in msr_test() 148 T_LOG("\t reg seems to not take writes (0x%016llx). no further testing will be performed\n", val); in msr_test() 151 …T_LOG("\twrote 0x%016llx, saw 0x%016llx\n", (unsigned long long)wrote_val, (unsigned long long)new… in msr_test() 169 …T_LOG("\tvalue reverted to 0x%016llx from 0x%016llx\n", (unsigned long long)new_val, (unsigned lon… in msr_test()
|
| H A D | extract_right_soft_fail.c | 38 T_LOG("Target pid: %d", pid); in test_extract_immovable_task_port() 52 T_LOG("Searching for task port..name: 0x%x", table[i].iin_name); in test_extract_immovable_task_port() 59 T_LOG("mach_port_kernel_object() failed on name 0x%x, kr: 0x%x", table[i].iin_name, kr); in test_extract_immovable_task_port() 66 T_LOG("Remote tport name: 0x%x", tport_name); in test_extract_immovable_task_port() 70 T_LOG("Still alive after extract right.."); in test_extract_immovable_task_port() 75 T_LOG("Still alive after deallocate.."); in test_extract_immovable_task_port() 88 T_LOG("Check if immovable control port has been enabled\n");
|
| /xnu-8796.121.2/tests/vm/ |
| H A D | vm_test_shreg_ro.c | 39 T_LOG(" [ 0x%016llx - 0x%016llx ] size 0x%016llx prot 0x%x/0x%x %s/%s submap %d\n", in print_region_info() 46 T_LOG("-> [ 0x%016llx - 0x%016llx ] size 0x%016llx prot 0x%x/0x%x %s/%s submap %d\n", in print_region_info() 67 T_LOG("===== Looking for read-only mapping in shared region"); in find_nested_read_only_mapping() 138 T_LOG("=========================================="); 143 T_LOG("=========================================="); 160 T_LOG("=========================================="); 161 T_LOG("===== vm_allocate(VM_FLAGS_OVERWRITE) on nested mapping"); 162 T_LOG("=========================================="); 187 T_LOG("=========================================="); 188 T_LOG("===== vm_remap(VM_FLAGS_OVERWRITE) on nested mapping"); [all …]
|
| H A D | mmap_resilient_media.c | 75 T_LOG("sysctlbyname(vm.fault_resilient_media_inject_error1_rate) error %d (%s)", 84 T_LOG("sysctlbyname(vm.fault_resilient_media_inject_error2_rate) error %d (%s)", 93 T_LOG("sysctlbyname(vm.fault_resilient_media_inject_error3_rate) error %d (%s)", 115 T_LOG("checking that the rest of the mapping is accessible..."); 141 T_LOG("sysctlbyname(vm.fault_resilient_media_inject_error1_rate) error %d (%s)", 148 T_LOG("sysctlbyname(vm.fault_resilient_media_inject_error2_rate) error %d (%s)", 155 T_LOG("sysctlbyname(vm.fault_resilient_media_inject_error2_rate) error %d (%s)",
|
| /xnu-8796.121.2/tests/vm_memory_tests_src/ |
| H A D | vm_tests.c | 47 …T_LOG("CLIENT: received info from server... 0x%llx, %lld, 0x%llx, %d - %d\n", message->address, me… in mach_vm_client() 75 …T_LOG("CLIENT: mach_vm_remap FAILED: %s -- src 0x%llx, dest 0x%llx (%s)\n", mach_error_string(ret)… in mach_vm_client() 101 …T_LOG("CLIENT: mach_vm_read_overwrite FAILED: %s -- src 0x%llx, dest 0x%llx (%s)\n", mach_error_st… in mach_vm_client() 120 …T_LOG("CLIENT: mach_vm_read FAILED: %s -- src 0x%llx, dest 0x%llx (%s)\n", mach_error_string(ret),… in mach_vm_client() 141 …T_LOG("CLIENT: mach_vm_write FAILED: %s -- src 0x%llx, dest 0x%llx (%s)\n", mach_error_string(ret)… in mach_vm_client() 172 T_LOG("CLIENT: mach_vm_map FAILED: %s -- port 0x%x\n", mach_error_string(ret), memport); in mach_vm_client() 183 …T_LOG("CLIENT: mach_vm_deallocate FAILED: %s -- dest 0x%llx, size 0x%llx\n", mach_error_string(ret… in mach_vm_client() 195 T_LOG("CLIENT EXITING ****** \n"); in mach_vm_client() 201 T_LOG("CLIENT EXITING WITH ERROR****** \n"); in mach_vm_client() 214 …T_LOG("CLIENT: dest 0x%llx -> 0x%llx (0x%llx), *dest %s\n", dest, dest + misoffset, misoffset, dst… in mach_vm_client() [all …]
|
| /xnu-8796.121.2/tests/vfs/ |
| H A D | freeable_vnodes.c | 103 T_LOG("Created test dir %s\n", dirpath); in run_vnoder() 111 T_LOG("trying to map %u files, progress every %u files\n", num_files, log_interval); in run_vnoder() 120 T_LOG("created and mapped %u files so far\n", next_test_log_number); in run_vnoder() 124 T_LOG("numvnodes is >= maxvnodes + 5000 (%u), done with creation and mmap loop\n", in run_vnoder() 147 T_LOG("created and mapped %u files\n", i); in run_vnoder() 160 T_LOG("Killing vnoder pid in cleanup: %d", vnoder_pid); in cleanup() 194 T_LOG("max vnodes: %d", maxvnodes); 202 T_LOG("Initial num vnodes: %d", initial_num); 253 T_LOG("Num getpaths done = %d", num_getpaths); 256 T_LOG("num vnodes after vnoder: %d", current_num); [all …]
|
| /xnu-8796.121.2/tests/iokit/ |
| H A D | ioserviceusernotification_race.c | 44 T_LOG("Error: Can't read registry root properties."); in ioclasscount() 48 T_LOG("Error: Registry root properties not a dictionary."); in ioclasscount() 55 T_LOG("Error: Allocation information missing."); in ioclasscount() 59 T_LOG("Error: Allocation information not a dictionary."); in ioclasscount() 65 T_LOG("Error: Class information missing."); in ioclasscount() 69 T_LOG("Error: Class information not a dictionary."); in ioclasscount() 75 T_LOG("Error: Could not find class %s in dictionary.", className); in ioclasscount() 80 T_LOG("Error: Instance information not a number."); in ioclasscount() 85 T_LOG("Error: Failed to get number."); in ioclasscount() 90 T_LOG("Instance count is negative."); in ioclasscount() [all …]
|
| /xnu-8796.121.2/tests/ktrace/ |
| H A D | kperf_tests.c | 78 T_LOG("arming timer to stop tracing after %d seconds", timeout_secs); in start_tracing_with_timeout() 81 T_LOG("ending tracing due to timeout"); in start_tracing_with_timeout() 90 T_LOG("trace point emitted"); in start_tracing_with_timeout() 141 T_LOG("found %d CPUs", ncpus); 181 T_LOG("stopping threads"); 192 T_LOG("over %.1f seconds, saw %" PRIu64 " timer fires, %" PRIu64 213 T_LOG("%.7g: %s on %d: %llx", timestamp_secs(s, tp->timestamp), 233 T_LOG("%.7g: idle on %d: %llx", timestamp_secs(s, tp->timestamp), 257 T_LOG("missed sample on CPU %d for thread %#llx from " 270 T_LOG("%.7g: FIRE on %d: %d extra, %d idles", [all …]
|
| /xnu-8796.121.2/tests/ipc/ |
| H A D | kernel_signed_pac_thread_state.c | 203 T_LOG("Caught a mach exception %d!\n", type); in catch_mach_exception_raise_state_identity() 214 T_LOG("Mach exception codes[0]: %#llx, codes[1]: %#llx\n", codes_64[0], codes_64[1]); in catch_mach_exception_raise_state_identity() 217 T_LOG("Received a crash notification, signaling main thread and returning\n"); in catch_mach_exception_raise_state_identity() 240 T_LOG("Userland diversifier for thread state is 0x%x\n", userland_diversifier); in catch_mach_exception_raise_state_identity() 257 T_LOG("Set the kernel signed flag on the thread state"); in catch_mach_exception_raise_state_identity() 259 T_LOG("Not on arm64, Not doing anything"); in catch_mach_exception_raise_state_identity() 262 T_LOG("Not clearing the kernel signed bit, this should be the last exception"); in catch_mach_exception_raise_state_identity() 272 T_LOG("Set the diversifier to zero and signed the pc, this should crash on return"); in catch_mach_exception_raise_state_identity() 274 T_LOG("Not on arm64, Not doing anything"); in catch_mach_exception_raise_state_identity() 378 T_LOG("TEST PASSED"); [all …]
|