GDB (xrefs)
Loading...
Searching...
No Matches
tic6x-c6xp.c
Go to the documentation of this file.
1/* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro:
2 Original: tic6x-c6xp.xml */
3
4#include "gdbsupport/tdesc.h"
5
6static int
8{
9 struct tdesc_feature *feature;
10
11 feature = tdesc_create_feature (result, "org.gnu.gdb.tic6x.c6xp");
12 tdesc_create_reg (feature, "TSR", regnum++, 1, NULL, 32, "uint32");
13 tdesc_create_reg (feature, "ILC", regnum++, 1, NULL, 32, "uint32");
14 tdesc_create_reg (feature, "RILC", regnum++, 1, NULL, 32, "uint32");
15 return regnum;
16}
int regnum
struct tdesc_feature * tdesc_create_feature(struct target_desc *tdesc, const char *name)
static int create_feature_tic6x_c6xp(struct target_desc *result, long regnum)
Definition tic6x-c6xp.c:7