Lines Matching refs:debug_info
217 host_debug_info_internal_data_t debug_info; variable
220 …err = host_info(host, HOST_DEBUG_INFO_INTERNAL, (host_info_t)&debug_info,…
234 task_debug_info_internal_data_t debug_info; variable
238 err = task_info(mach_task_self(), TASK_DEBUG_INFO_INTERNAL, (task_info_t)&debug_info, &count);
252 thread_debug_info_internal_data_t debug_info; variable
256 …err = thread_info(mach_thread_self(), THREAD_DEBUG_INFO_INTERNAL, (thread_info_t)&debug_info, &cou…
774 task_debug_info_internal_data_t debug_info; variable
825 kr = task_info(child_task, TASK_DEBUG_INFO_INTERNAL, (task_info_t)&debug_info, &debug_count);
828 debug_suspend_count = debug_info.suspend_count;
829 T_ASSERT_EQ(debug_info.suspend_count, 1, "verify debug_info shows correct suspend_count(1)");
857 task_debug_info_internal_data_t debug_info; variable
905 kr = task_info(child_task, TASK_DEBUG_INFO_INTERNAL, (task_info_t)&debug_info, &debug_count);
908 debug_suspend_count = debug_info.suspend_count;
914 kr = task_info(child_task, TASK_DEBUG_INFO_INTERNAL, (task_info_t)&debug_info, &debug_count);
917 debug_suspend_count = debug_info.suspend_count;
933 kr = task_info(child_task, TASK_DEBUG_INFO_INTERNAL, (task_info_t)&debug_info, &debug_count);
936 debug_suspend_count = debug_info.suspend_count;