rtos_type is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
const char *
bool (*)(struct target *target)
int (*)(struct target *target)
int (*)(struct target *target)
int (*)(struct rtos *rtos)
int (*)(struct rtos *rtos, int64_t thread_id, struct rtos_reg **reg_list, int *num_regs)
Return a list of general registers, with their values filled out.
int (*)(struct rtos *rtos, int64_t thread_id, uint32_t reg_num, struct rtos_reg *reg)
int (*)(struct symbol_table_elem *symbol_list[])
int (*)(struct target *target)
char * (*)(struct target *target)
int (*)(struct rtos *rtos, uint32_t reg_num, uint8_t *reg_value)
int (*)(struct rtos *rtos, target_addr_t address, uint32_t size, uint8_t *buffer)
int (*)(struct rtos *rtos, target_addr_t address, uint32_t size, const uint8_t *buffer)
int (*)(struct target *target, int current, uint32_t address, int handle_breakpoints)

References

from examples