Searched refs:regset (Results 1 - 25 of 134) sorted by relevance

123456

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dregset.c22 #include "regset.h"
26 /* Allocate a fresh 'struct regset' whose supply_regset function is
28 If the regset has no collect_regset function, pass NULL for
33 struct regset *
38 struct regset *regset = GDBARCH_OBSTACK_ZALLOC (arch, struct regset); local
40 regset->arch = arch;
41 regset->supply_regset = supply_regset;
42 regset
[all...]
H A Dppcobsd-tdep.h26 struct regset;
34 extern struct regset ppcobsd_gregset;
35 extern struct regset ppcobsd_fpregset;
43 extern void ppcobsd_supply_gregset (const struct regset *regset,
52 extern void ppcobsd_collect_gregset (const struct regset *regset,
H A Dppcnbsd-tdep.h26 struct regset;
32 extern struct regset ppcnbsd_gregset;
33 extern struct regset ppcnbsd_fpregset;
H A Dregset.h37 typedef void (supply_regset_ftype) (const struct regset *, struct regcache *,
39 typedef void (collect_regset_ftype) (const struct regset *,
43 struct regset struct
59 /* Allocate a fresh 'struct regset' whose supply_regset function is
61 If the regset has no collect_regset function, pass NULL for
66 extern struct regset *regset_alloc (struct gdbarch *arch,
70 #endif /* regset.h */
H A Darm-linux-tdep.h21 struct regset;
44 void arm_linux_supply_gregset (const struct regset *regset,
47 void arm_linux_collect_gregset (const struct regset *regset,
56 void arm_linux_supply_nwfpe (const struct regset *regset,
59 void arm_linux_collect_nwfpe (const struct regset *regset,
H A Darmbsd-tdep.c24 #include "regset.h"
53 armbsd_supply_fpregset (const struct regset *regset, argument
74 armbsd_supply_gregset (const struct regset *regset, argument
96 armbsd_supply_fpregset (regset, regcache, regnum, regs, len);
102 static struct regset armbsd_gregset =
108 static struct regset armbsd_fpregset =
117 const struct regset *
H A Dppc-linux-tdep.h23 struct regset;
26 const struct regset *ppc_linux_gregset (int);
27 const struct regset *ppc_linux_fpregset (void);
H A Dppc-tdep.h120 extern void ppc_supply_gregset (const struct regset *regset,
128 extern void ppc_supply_fpregset (const struct regset *regset,
136 extern void ppc_supply_vrregset (const struct regset *regset,
144 extern void ppc_supply_vsxregset (const struct regset *regset,
153 extern void ppc_collect_gregset (const struct regset *regset,
[all...]
H A Dalphabsd-tdep.h38 extern const struct regset *
H A Dscore-tdep.h51 struct regset;
57 struct regset *gregset;
H A Dhppaobsd-tdep.c24 #include "regset.h"
45 hppaobsd_supply_gregset (const struct regset *regset, argument
74 hppaobsd_supply_fpregset (const struct regset *regset, argument
93 static struct regset hppaobsd_gregset =
99 static struct regset hppaobsd_fpregset =
108 static const struct regset *
H A Dsh-tdep.h108 extern struct regset sh_corefile_gregset;
110 void sh_corefile_supply_regset (const struct regset *regset,
113 void sh_corefile_collect_regset (const struct regset *regset,
H A Dfbsd-nat.c25 #include "regset.h"
177 const struct regset *regset; local
187 regset = gdbarch_regset_from_core_section (gdbarch, ".reg", size);
188 gdb_assert (regset && regset->collect_regset);
189 regset->collect_regset (regset, regcache, -1, &gregs, size);
196 regset = gdbarch_regset_from_core_section (gdbarch, ".reg2", size);
197 gdb_assert (regset
[all...]
H A Dalphanbsd-tdep.c28 #include "regset.h"
59 alphanbsd_supply_fpregset (const struct regset *regset, argument
83 alphanbsd_supply_gregset (const struct regset *regset, argument
107 alphanbsd_aout_supply_gregset (const struct regset *regset, argument
142 alphanbsd_supply_fpregset (regset, regcache, regnum, regs, len);
148 static struct regset alphanbsd_gregset =
154 static struct regset alphanbsd_fpregse
[all...]
H A Dmips-tdep.h101 struct regset *gregset;
102 struct regset *gregset64;
105 struct regset *fpregset;
106 struct regset *fpregset64;
H A Di386-tdep.h27 struct regset;
74 struct regset *gregset;
109 struct regset *fpregset;
113 struct regset *xstateregset;
347 extern void i386_supply_gregset (const struct regset *regset,
355 extern void i386_collect_gregset (const struct regset *regset,
361 extern const struct regset *
H A Dm68kbsd-tdep.c26 #include "regset.h"
61 m68kbsd_supply_fpregset (const struct regset *regset, argument
84 m68kbsd_supply_gregset (const struct regset *regset, argument
103 m68kbsd_supply_fpregset (regset, regcache, regnum, regs, len);
109 static struct regset m68kbsd_gregset =
115 static struct regset m68kbsd_fpregset =
124 static const struct regset *
H A Dsparc-linux-tdep.c26 #include "regset.h"
195 sparc32_linux_supply_core_gregset (const struct regset *regset,
204 sparc32_linux_collect_core_gregset (const struct regset *regset,
213 sparc32_linux_supply_core_fpregset (const struct regset *regset,
221 sparc32_linux_collect_core_fpregset (const struct regset *regset,
192 sparc32_linux_supply_core_gregset(const struct regset *regset, struct regcache *regcache, int regnum, const void *gregs, size_t len) argument
201 sparc32_linux_collect_core_gregset(const struct regset *regset, const struct regcache *regcache, int regnum, void *gregs, size_t len) argument
210 sparc32_linux_supply_core_fpregset(const struct regset *regset, struct regcache *regcache, int regnum, const void *fpregs, size_t len) argument
218 sparc32_linux_collect_core_fpregset(const struct regset *regset, const struct regcache *regcache, int regnum, void *fpregs, size_t len) argument
H A Dsparc64-linux-tdep.c25 #include "regset.h"
159 sparc64_linux_supply_core_gregset (const struct regset *regset,
168 sparc64_linux_collect_core_gregset (const struct regset *regset,
177 sparc64_linux_supply_core_fpregset (const struct regset *regset,
185 sparc64_linux_collect_core_fpregset (const struct regset *regset,
156 sparc64_linux_supply_core_gregset(const struct regset *regset, struct regcache *regcache, int regnum, const void *gregs, size_t len) argument
165 sparc64_linux_collect_core_gregset(const struct regset *regset, const struct regcache *regcache, int regnum, void *gregs, size_t len) argument
174 sparc64_linux_supply_core_fpregset(const struct regset *regset, struct regcache *regcache, int regnum, const void *fpregs, size_t len) argument
182 sparc64_linux_collect_core_fpregset(const struct regset *regset, const struct regcache *regcache, int regnum, void *fpregs, size_t len) argument
H A Dsparc64fbsd-tdep.c27 #include "regset.h"
54 sparc64fbsd_supply_gregset (const struct regset *regset,
62 sparc64fbsd_collect_gregset (const struct regset *regset,
70 sparc64fbsd_supply_fpregset (const struct regset *regset,
78 sparc64fbsd_collect_fpregset (const struct regset *regset,
53 sparc64fbsd_supply_gregset(const struct regset *regset, struct regcache *regcache, int regnum, const void *gregs, size_t len) argument
61 sparc64fbsd_collect_gregset(const struct regset *regset, const struct regcache *regcache, int regnum, void *gregs, size_t len) argument
69 sparc64fbsd_supply_fpregset(const struct regset *regset, struct regcache *regcache, int regnum, const void *fpregs, size_t len) argument
77 sparc64fbsd_collect_fpregset(const struct regset *regset, const struct regcache *regcache, int regnum, void *fpregs, size_t len) argument
H A Dhppanbsd-tdep.c23 #include "regset.h"
199 hppanbsd_supply_gregset (const struct regset *regset, argument
217 static struct regset hppanbsd_gregset =
226 static const struct regset *
H A Dmips64obsd-tdep.c25 #include "regset.h"
48 mips64obsd_supply_gregset (const struct regset *regset, argument
64 static struct regset mips64obsd_gregset =
73 static const struct regset *
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/gdbserver/
H A Dlinux-mips-low.c245 union mips_register *regset = buf; local
251 mips_collect_register (regcache, use_64bit, i, regset + i);
254 find_regno ("lo"), regset + 32);
256 find_regno ("hi"), regset + 33);
258 find_regno ("pc"), regset + 34);
260 find_regno ("badvaddr"), regset + 35);
262 find_regno ("status"), regset + 36);
264 find_regno ("cause"), regset + 37);
267 find_regno ("restart"), regset + 0);
273 const union mips_register *regset local
298 union mips_register *regset = buf; local
322 const union mips_register *regset = buf; local
[all...]
H A Dlinux-ppc-low.c483 char *regset = buf; local
490 collect_register (regcache, base + i, &regset[i * 8]);
497 const char *regset = buf; local
504 supply_register (regcache, base + i, &regset[i * 8]);
518 char *regset = buf; local
525 collect_register (regcache, base + i, &regset[i * 16]);
527 collect_register_by_name (regcache, "vscr", &regset[32 * 16 + 12]);
528 collect_register_by_name (regcache, "vrsave", &regset[33 * 16]);
535 const char *regset = buf; local
542 supply_register (regcache, base + i, &regset[
564 struct gdb_evrregset_t *regset = buf; local
581 const struct gdb_evrregset_t *regset = buf; local
[all...]
/netbsd-6-1-5-RELEASE/lib/libpthread_dbg/
H A Dpthread_dbg_int.h46 #define REGSIZE(proc, regset, size) ((proc)->cb->proc_regsize((proc)->arg, (regset), (size)))
47 #define GETREGS(proc, regset, lwp, buf) ((proc)->cb->proc_getregs((proc)->arg, (regset), (lwp), (buf)))
48 #define SETREGS(proc, regset, lwp, buf) ((proc)->cb->proc_setregs((proc)->arg, (regset), (lwp), (buf)))

Completed in 506 milliseconds

123456