Home
last modified time | relevance | path

Searched refs:LC_THREAD (Results 1 – 5 of 5) sorted by relevance

/xnu-10002.41.9/osfmk/kdp/ml/x86_64/
H A Dkdp_vm.c84 tc->cmd = LC_THREAD; in kern_collect_userth_state()
122 tc->cmd = LC_THREAD; in kern_collectth_state()
/xnu-10002.41.9/osfmk/kdp/ml/arm/
H A Dkdp_vm.c324 tc->cmd = LC_THREAD; in kern_collectth_state()
437 tc->cmd = LC_THREAD; in kern_collect_userth_state()
/xnu-10002.41.9/EXTERNAL_HEADERS/mach-o/
H A Dloader.h267 #define LC_THREAD 0x4 /* thread */ macro
/xnu-10002.41.9/osfmk/kdp/
H A Dprocessor_core.c665 if (tc->cmd != LC_THREAD) { in coredump_save_thread_state()
666 …n_coredump_log(context, "%s() : found %d expected LC_THREAD (%d)\n", __func__, tc->cmd, LC_THREAD); in coredump_save_thread_state()
/xnu-10002.41.9/bsd/kern/
H A Dkern_core.c190 tc->cmd = LC_THREAD; in collectth_state()