OpenOCD
|
Data Fields | |
bool | flush_common |
unsigned char | pointer_width |
const struct rtos_register_stacking * | stacking_info |
unsigned char | state_width |
const char *const * | target_names |
int(* | target_stack_layout )(struct rtos *rtos, struct ecos_params *param, int64_t stack_ptr, const struct rtos_register_stacking **si) |
unsigned int | thread_name_offset |
unsigned int | thread_next_offset |
unsigned int | thread_stack_offset |
unsigned int | thread_state_offset |
unsigned int | thread_uniqueid_offset |
unsigned char | uid_width |
bool ecos_params::flush_common |
Definition at line 133 of file eCos.c.
Referenced by ecos_check_app_info(), ecos_create(), ecos_packet_hook(), and ecos_update_threads().
unsigned char ecos_params::pointer_width |
Definition at line 134 of file eCos.c.
Referenced by ecos_check_app_info(), ecos_get_thread_reg_list(), and ecos_update_threads().
const struct rtos_register_stacking* ecos_params::stacking_info |
Definition at line 142 of file eCos.c.
Referenced by ecos_check_app_info(), ecos_create(), ecos_stack_layout_arm(), and ecos_stack_layout_cortexm().
unsigned char ecos_params::state_width |
Definition at line 136 of file eCos.c.
Referenced by ecos_check_app_info(), and ecos_update_threads().
const char* const* ecos_params::target_names |
Definition at line 130 of file eCos.c.
Referenced by ecos_create().
int(* ecos_params::target_stack_layout) (struct rtos *rtos, struct ecos_params *param, int64_t stack_ptr, const struct rtos_register_stacking **si) |
Definition at line 131 of file eCos.c.
Referenced by ecos_get_thread_reg_list().
unsigned int ecos_params::thread_name_offset |
Definition at line 138 of file eCos.c.
Referenced by ecos_check_app_info(), and ecos_update_threads().
unsigned int ecos_params::thread_next_offset |
Definition at line 140 of file eCos.c.
Referenced by ecos_check_app_info(), ecos_get_thread_reg_list(), and ecos_update_threads().
unsigned int ecos_params::thread_stack_offset |
Definition at line 137 of file eCos.c.
Referenced by ecos_check_app_info(), and ecos_get_thread_reg_list().
unsigned int ecos_params::thread_state_offset |
Definition at line 139 of file eCos.c.
Referenced by ecos_check_app_info(), and ecos_update_threads().
unsigned int ecos_params::thread_uniqueid_offset |
Definition at line 141 of file eCos.c.
Referenced by ecos_check_app_info(), ecos_get_thread_reg_list(), and ecos_update_threads().
unsigned char ecos_params::uid_width |
Definition at line 135 of file eCos.c.
Referenced by ecos_check_app_info(), ecos_get_thread_reg_list(), and ecos_update_threads().