target_desc_format is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

target_desc_format struct

Syntax

struct target_desc_format {     char *tdesc;     uint32_t tdesc_length; };

Fields

tdesc

No summary provided. Read more...

tdesc_length

No summary provided. Read more...

References

LocationReferrerScopeText
gdb_server.c:62
struct target_desc_format {
gdb_server.c:97gdb_connection::target_descgdb_connection
struct target_desc_format target_desc;
gdb_server.c:2599gdb_get_target_description_chunk()
static int gdb_get_target_description_chunk(struct target *target, struct target_desc_format *target_desc,

Type Use

Variables of target_desc_format type
target_desc_format