HomeSort by: relevance | last modified time | path
    Searched defs:reggroup (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
reggroups.h 41 struct reggroup struct
44 reggroup object, so must outlive the object. */
45 reggroup (const char *name, enum reggroup_type type) function in struct:reggroup
67 extern const reggroup *const general_reggroup;
68 extern const reggroup *const float_reggroup;
69 extern const reggroup *const system_reggroup;
70 extern const reggroup *const vector_reggroup;
71 extern const reggroup *const all_reggroup;
74 extern const reggroup *const save_reggroup;
75 extern const reggroup *const restore_reggroup
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
reggroups.h 41 struct reggroup struct
44 reggroup object, so must outlive the object. */
45 reggroup (const char *name, enum reggroup_type type) function in struct:reggroup
67 extern const reggroup *const general_reggroup;
68 extern const reggroup *const float_reggroup;
69 extern const reggroup *const system_reggroup;
70 extern const reggroup *const vector_reggroup;
71 extern const reggroup *const all_reggroup;
74 extern const reggroup *const save_reggroup;
75 extern const reggroup *const restore_reggroup
    [all...]
  /src/external/gpl3/gdb/dist/gdb/python/
py-registers.c 40 const struct reggroup *reggroup; member in struct:register_descriptor_iterator_object
71 std::vector<const reggroup *>::size_type index;
85 const struct reggroup *reggroup; member in struct:reggroup_object
91 /* Return a gdb.RegisterGroup object wrapping REGGROUP. The register
93 returned for the same REGGROUP pointer. */
96 gdbpy_get_reggroup (const reggroup *reggroup)
98 /* Map from GDB's internal reggroup objects to the Python representation
130 const reggroup *reggroup = group->reggroup; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-registers.c 40 const struct reggroup *reggroup; member in struct:register_descriptor_iterator_object
71 std::vector<const reggroup *>::size_type index;
85 const struct reggroup *reggroup; member in struct:reggroup_object
91 /* Return a gdb.RegisterGroup object wrapping REGGROUP. The register
93 returned for the same REGGROUP pointer. */
96 gdbpy_get_reggroup (const reggroup *reggroup)
98 /* Map from GDB's internal reggroup objects to the Python representation
130 const reggroup *reggroup = group->reggroup; local
    [all...]

Completed in 27 milliseconds