OpenOCD
|
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_stacking * | stacking_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 |
const struct rtos_register_stacking*(* threadx_params::fn_get_stacking_info) (const struct rtos *rtos, int64_t stack_ptr) |
Definition at line 124 of file ThreadX.c.
Referenced by get_stacking_info().
Definition at line 126 of file ThreadX.c.
Referenced by is_thread_id_valid().
unsigned char threadx_params::pointer_width |
Definition at line 118 of file ThreadX.c.
Referenced by threadx_get_thread_reg_list(), and threadx_update_threads().
const struct rtos_register_stacking* threadx_params::stacking_info |
Definition at line 123 of file ThreadX.c.
Referenced by get_stacking_info(), and get_stacking_info_arm926ejs().
unsigned char threadx_params::thread_name_offset |
Definition at line 120 of file ThreadX.c.
Referenced by threadx_update_threads().
unsigned char threadx_params::thread_next_offset |
Definition at line 122 of file ThreadX.c.
Referenced by threadx_update_threads().
unsigned char threadx_params::thread_stack_offset |
Definition at line 119 of file ThreadX.c.
Referenced by threadx_get_thread_reg_list().
unsigned char threadx_params::thread_state_offset |
Definition at line 121 of file ThreadX.c.
Referenced by threadx_update_threads().