mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 20:14:06 +08:00
* i386-tdep.h (i386_supply_gregset): Provide prototype.
* i386-tdep.c (i386_supply_gregset): Make public.
This commit is contained in:
parent
6771c42750
commit
20187ed5b4
@ -1,3 +1,8 @@
|
||||
2003-11-16 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* i386-tdep.h (i386_supply_gregset): Provide prototype.
|
||||
* i386-tdep.c (i386_supply_gregset): Make public.
|
||||
|
||||
2003-11-16 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* mips-tdep.c (mips_register_byte): Delete function.
|
||||
|
@ -1547,7 +1547,7 @@ i386_value_to_register (struct frame_info *frame, int regnum,
|
||||
to register cache REGCACHE. If REGNUM is -1, do this for all
|
||||
registers in REGSET. */
|
||||
|
||||
static void
|
||||
void
|
||||
i386_supply_gregset (const struct regset *regset, struct regcache *regcache,
|
||||
int regnum, const void *gregs, size_t len)
|
||||
{
|
||||
|
@ -188,6 +188,13 @@ extern char const *i386_register_name (int reg);
|
||||
extern int i386_register_reggroup_p (struct gdbarch *gdbarch, int regnum,
|
||||
struct reggroup *group);
|
||||
|
||||
/* Supply register REGNUM from the general-purpose register set REGSET
|
||||
to register cache REGCACHE. If REGNUM is -1, do this for all
|
||||
registers in REGSET. */
|
||||
extern void i386_supply_gregset (const struct regset *regset,
|
||||
struct regcache *regcache, int regnum,
|
||||
const void *gregs, size_t len);
|
||||
|
||||
/* Return the appropriate register set for the core section identified
|
||||
by SECT_NAME and SECT_SIZE. */
|
||||
extern const struct regset *
|
||||
|
Loading…
Reference in New Issue
Block a user