| /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...] |
| reggroups.c | 32 const reggroup * 35 return new reggroup (name, type); 40 const reggroup * 45 return obstack_new<struct reggroup> (gdbarch_obstack (gdbarch), 70 void add (const reggroup *group) 74 auto find_by_name = [group] (const reggroup *g) 86 std::vector<struct reggroup *>::size_type 94 const std::vector<const struct reggroup *> & 102 std::vector<const struct reggroup *> m_groups; 123 reggroup_add (struct gdbarch *gdbarch, const reggroup *group [all...] |
| target-descriptions.h | 211 /* Check whether REGNUM is a member of REGGROUP using the target 216 const struct reggroup *reggroup);
|
| nds32-tdep.c | 319 static const reggroup *nds32_cr_reggroup; 320 static const reggroup *nds32_ir_reggroup; 321 static const reggroup *nds32_mr_reggroup; 322 static const reggroup *nds32_dr_reggroup; 323 static const reggroup *nds32_pfr_reggroup; 324 static const reggroup *nds32_hspr_reggroup; 325 static const reggroup *nds32_dmar_reggroup; 326 static const reggroup *nds32_racr_reggroup; 327 static const reggroup *nds32_idr_reggroup; 328 static const reggroup *nds32_secur_reggroup [all...] |
| csky-tdep.c | 65 static const reggroup *cr_reggroup; 66 static const reggroup *fr_reggroup; 67 static const reggroup *vr_reggroup; 68 static const reggroup *mmu_reggroup; 69 static const reggroup *prof_reggroup; 2353 /* Add register groups into reggroup list. */ 2369 const struct reggroup *reggroup) 2376 if (reggroup == all_reggroup) 2380 if (reggroup == save_reggroup || reggroup == restore_reggroup [all...] |
| i386-tdep.h | 30 struct reggroup; 409 const struct reggroup *group);
|
| target-descriptions.c | 938 /* Check whether REGNUM is a member of REGGROUP. Registers from the 951 const struct reggroup *reggroup) 956 && (reg->group == reggroup->name ())) 960 && (reggroup == save_reggroup || reggroup == restore_reggroup)) 966 /* Check whether REGNUM is a member of REGGROUP. Registers with no 967 group specified go to the default reggroup function and are handled 972 const struct reggroup *reggroup) [all...] |
| riscv-tdep.c | 162 static const reggroup *csr_reggroup = nullptr; 1377 of REGGROUP? */ 1381 const struct reggroup *reggroup) 1403 if (reggroup == restore_reggroup || reggroup == save_reggroup 1404 || reggroup == general_reggroup) 1406 else if (reggroup == system_reggroup || reggroup == csr_reggroup) 1413 int ret = tdesc_register_in_reggroup_p (gdbarch, regnum, reggroup); [all...] |
| gdbarch.h | 41 struct reggroup;
|
| /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...] |
| reggroups.c | 32 const reggroup * 35 return new reggroup (name, type); 40 const reggroup * 45 return obstack_new<struct reggroup> (gdbarch_obstack (gdbarch), 70 void add (const reggroup *group) 74 auto find_by_name = [group] (const reggroup *g) 86 std::vector<struct reggroup *>::size_type 94 const std::vector<const struct reggroup *> & 102 std::vector<const struct reggroup *> m_groups; 123 reggroup_add (struct gdbarch *gdbarch, const reggroup *group [all...] |
| target-descriptions.h | 212 /* Check whether REGNUM is a member of REGGROUP using the target 217 const struct reggroup *reggroup);
|
| nds32-tdep.c | 319 static const reggroup *nds32_cr_reggroup; 320 static const reggroup *nds32_ir_reggroup; 321 static const reggroup *nds32_mr_reggroup; 322 static const reggroup *nds32_dr_reggroup; 323 static const reggroup *nds32_pfr_reggroup; 324 static const reggroup *nds32_hspr_reggroup; 325 static const reggroup *nds32_dmar_reggroup; 326 static const reggroup *nds32_racr_reggroup; 327 static const reggroup *nds32_idr_reggroup; 328 static const reggroup *nds32_secur_reggroup [all...] |
| csky-tdep.c | 65 static const reggroup *cr_reggroup; 66 static const reggroup *fr_reggroup; 67 static const reggroup *vr_reggroup; 68 static const reggroup *mmu_reggroup; 69 static const reggroup *prof_reggroup; 2353 /* Add register groups into reggroup list. */ 2369 const struct reggroup *reggroup) 2376 if (reggroup == all_reggroup) 2380 if (reggroup == save_reggroup || reggroup == restore_reggroup [all...] |
| i386-tdep.h | 30 struct reggroup; 424 const struct reggroup *group);
|
| target-descriptions.c | 940 /* Check whether REGNUM is a member of REGGROUP. Registers from the 953 const struct reggroup *reggroup) 958 && (reg->group == reggroup->name ())) 962 && (reggroup == save_reggroup || reggroup == restore_reggroup)) 968 /* Check whether REGNUM is a member of REGGROUP. Registers with no 969 group specified go to the default reggroup function and are handled 974 const struct reggroup *reggroup) [all...] |
| riscv-tdep.c | 162 static const reggroup *csr_reggroup = nullptr; 1377 of REGGROUP? */ 1381 const struct reggroup *reggroup) 1403 if (reggroup == restore_reggroup || reggroup == save_reggroup 1404 || reggroup == general_reggroup) 1406 else if (reggroup == system_reggroup || reggroup == csr_reggroup) 1413 int ret = tdesc_register_in_reggroup_p (gdbarch, regnum, reggroup); [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| reggroups.exp | 58 # Fetch all registers for a reggroup from 'info reg <reggroup>'. 60 proc fetch_reggroup_regs {reggroup test} { 64 # The command info reg <reggroup> will return something like the following: 88 gdb_test_multiple "info reg $reggroup" $test -lbl { 89 -re "^info reg $reggroup" { 109 verbose -log "found regs in reggroup $reggroup: [join $regs]" 115 foreach reggroup $reggroups { 116 set regs [fetch_reggroup_regs $reggroup "fetch reggroup regs $reggroup" [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| reggroups.exp | 57 # Fetch all registers for a reggroup from 'info reg <reggroup>'. 59 proc fetch_reggroup_regs {reggroup test} { 63 # The command info reg <reggroup> will return something like the following: 81 gdb_test_multiple "info reg $reggroup" $test { 82 -re "info reg $reggroup\r\n" { 101 foreach reggroup $reggroups { 102 set regs [fetch_reggroup_regs $reggroup "fetch reggroup regs $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...] |
| /src/external/gpl3/gdb/dist/gdb/tui/ |
| tui-regs.h | 86 void set_register_group (const reggroup *group); 88 const reggroup *get_current_group () const 125 void update_register_data (const reggroup *group); 145 const reggroup *m_current_group = nullptr;
|
| tui-regs.c | 158 tui_data_window::set_register_group (const reggroup *group) 168 tui_data_window::update_register_data (const reggroup *group) 449 static const reggroup * 450 tui_reg_next (const reggroup *current_group, struct gdbarch *gdbarch) 452 const std::vector<const reggroup *> &groups = gdbarch_reggroups (gdbarch); 471 static const reggroup * 472 tui_reg_prev (const reggroup *current_group, struct gdbarch *gdbarch) 474 const std::vector<const reggroup *> &groups = gdbarch_reggroups (gdbarch); 507 const reggroup *match = nullptr; 508 const reggroup *current_group = tui_data_win ()->get_current_group () [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/tui/ |
| tui-regs.h | 79 void set_register_group (const reggroup *group); 81 const reggroup *get_current_group () const 118 void update_register_data (const reggroup *group); 138 const reggroup *m_current_group = nullptr;
|
| tui-regs.c | 163 tui_data_window::set_register_group (const reggroup *group) 173 tui_data_window::update_register_data (const reggroup *group) 463 static const reggroup * 464 tui_reg_next (const reggroup *current_group, struct gdbarch *gdbarch) 466 const std::vector<const reggroup *> &groups = gdbarch_reggroups (gdbarch); 485 static const reggroup * 486 tui_reg_prev (const reggroup *current_group, struct gdbarch *gdbarch) 488 const std::vector<const reggroup *> &groups = gdbarch_reggroups (gdbarch); 521 const reggroup *match = nullptr; 522 const reggroup *current_group = TUI_DATA_WIN->get_current_group () [all...] |