OpenOCD
|
Table should be terminated by an element with NULL in symbol_name. More...
Data Fields | |
symbol_address_t | address |
bool | optional |
const char * | symbol_name |
Table should be terminated by an element with NULL in symbol_name.
symbol_address_t symbol_table_elem::address |
Definition at line 25 of file rtos.h.
Referenced by chibios_detect_rtos(), chibios_update_memory_signature(), chibios_update_threads(), chromium_ec_detect_rtos(), chromium_ec_get_current_task_ptr(), chromium_ec_get_num_tasks(), chromium_ec_get_thread_reg_list(), chromium_ec_update_threads(), ecos_detect_rtos(), ecos_get_thread_reg_list(), ecos_update_threads(), embkernel_detect_rtos(), embkernel_update_threads(), freertos_detect_rtos(), freertos_update_threads(), linux_thread_packet(), mqx_detect_rtos(), mqx_get_symbol(), next_symbol(), nuttx_detect_rtos(), nuttx_update_threads(), riot_detect_rtos(), riot_get_thread_reg_list(), riot_update_threads(), threadx_detect_rtos(), threadx_update_threads(), ucos_iii_detect_rtos(), ucos_iii_find_last_thread_address(), ucos_iii_update_thread_offsets(), ucos_iii_update_threads(), zephyr_detect_rtos(), zephyr_kptr(), and zephyr_update_threads().
bool symbol_table_elem::optional |
Definition at line 26 of file rtos.h.
Referenced by rtos_qsymbol(), and zephyr_detect_rtos().
const char* symbol_table_elem::symbol_name |
Definition at line 24 of file rtos.h.
Referenced by find_symbol(), linux_get_symbol_list_to_lookup(), nuttx_get_symbol_list_to_lookup(), and rtos_qsymbol().