OpenOCD
threadx_params Struct Reference
Collaboration diagram for threadx_params:

Data Fields

const struct rtos_register_stacking *(* fn_get_stacking_info )(const struct rtos *rtos, int64_t stack_ptr)
 
int(* fn_is_thread_id_valid )(const struct rtos *rtos, int64_t thread_id)
 
unsigned char pointer_width
 
const struct rtos_register_stackingstacking_info
 
size_t stacking_info_nb
 
const char * target_name
 
unsigned char thread_name_offset
 
unsigned char thread_next_offset
 
unsigned char thread_stack_offset
 
unsigned char thread_state_offset
 

Detailed Description

Definition at line 117 of file ThreadX.c.

Field Documentation

◆ fn_get_stacking_info

const struct rtos_register_stacking*(* threadx_params::fn_get_stacking_info) (const struct rtos *rtos, int64_t stack_ptr)

Definition at line 125 of file ThreadX.c.

Referenced by get_stacking_info().

◆ fn_is_thread_id_valid

int(* threadx_params::fn_is_thread_id_valid) (const struct rtos *rtos, int64_t thread_id)

Definition at line 127 of file ThreadX.c.

Referenced by is_thread_id_valid().

◆ pointer_width

unsigned char threadx_params::pointer_width

Definition at line 119 of file ThreadX.c.

Referenced by threadx_get_thread_reg_list(), and threadx_update_threads().

◆ stacking_info

const struct rtos_register_stacking* threadx_params::stacking_info

Definition at line 124 of file ThreadX.c.

Referenced by get_stacking_info(), and get_stacking_info_arm926ejs().

◆ stacking_info_nb

size_t threadx_params::stacking_info_nb

Definition at line 125 of file ThreadX.c.

◆ target_name

const char* threadx_params::target_name

Definition at line 118 of file ThreadX.c.

◆ thread_name_offset

unsigned char threadx_params::thread_name_offset

Definition at line 121 of file ThreadX.c.

Referenced by threadx_update_threads().

◆ thread_next_offset

unsigned char threadx_params::thread_next_offset

Definition at line 123 of file ThreadX.c.

Referenced by threadx_update_threads().

◆ thread_stack_offset

unsigned char threadx_params::thread_stack_offset

Definition at line 120 of file ThreadX.c.

Referenced by threadx_get_thread_reg_list().

◆ thread_state_offset

unsigned char threadx_params::thread_state_offset

Definition at line 122 of file ThreadX.c.

Referenced by threadx_update_threads().


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