22 #include "arch/tdesc.h" 42 #ifndef IN_PROCESS_AGENT 92 for (
int i = 0; i <
reg_defs.size (); ++i)
95 struct reg *reg2 = other.
reg_defs[i];
97 if (reg != reg2 && *reg != *reg2)
116 return !(*
this == other);
135 #ifndef IN_PROCESS_AGENT
static void xfree(T *ptr)
const char ** expedite_regs
void init_target_desc(struct target_desc *tdesc)
bool operator!=(const target_desc &other) const
const char * tdesc_get_features_xml(struct target_desc *tdesc)
#define VEC_iterate(T, V, I, P)
const struct target_desc * current_target_desc(void)
bool operator==(const target_desc &other) const
std::vector< struct reg * > reg_defs
void copy_target_description(struct target_desc *dest, const struct target_desc *src)