Searched refs:reggroup_name (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dreggroups.h53 extern const char *reggroup_name (struct reggroup *reggroup);
H A Dreggroups.c66 reggroup_name (struct reggroup *group) function
231 if (strcmp (name, reggroup_name (group)) == 0)
253 name = reggroup_name (group);
H A Dregcache-dump.c204 "%s%s", sep, reggroup_name (group));
H A Dnds32-tdep.c403 group_name = reggroup_name (reggroup);
H A Dtarget-descriptions.c1028 && (reg->group == reggroup_name (reggroup)))
H A Dcompleter.c1930 name = reggroup_name (group);
H A Dinfcmd.c2294 if (strncmp (start, reggroup_name (group), end - start) == 0)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/tui/
H A Dtui-regs.c219 title = string_printf ("Register group: %s", reggroup_name (group));
578 if (strncmp (reggroup_name (group), args, len) == 0)
606 printf_unfiltered ("%s", reggroup_name (group));
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-registers.c140 const char *name = reggroup_name (reggroup);

Completed in 300 milliseconds