Rizin
unix-like reverse engineering framework and cli tools
_xnu_thread Struct Reference

#include <xnu_threads.h>

Public Attributes

thread_t port
 
char * name
 
thread_basic_info_data_t basic_info
 
ut8 stepping
 
RZ_REG_T gpr
 
void * state
 
ut32 state_size
 
ut16 flavor
 
ut32 count
 

Detailed Description

Definition at line 50 of file xnu_threads.h.

Member Data Documentation

◆ basic_info

thread_basic_info_data_t _xnu_thread::basic_info

Definition at line 53 of file xnu_threads.h.

Referenced by xnu_fill_info_thread().

◆ count

ut32 _xnu_thread::count

◆ flavor

ut16 _xnu_thread::flavor

◆ gpr

RZ_REG_T _xnu_thread::gpr

◆ name

◆ port

◆ state

void* _xnu_thread::state

◆ state_size

ut32 _xnu_thread::state_size

◆ stepping

ut8 _xnu_thread::stepping

Definition at line 54 of file xnu_threads.h.

Referenced by xnu_continue(), and xnu_step().


The documentation for this struct was generated from the following file: