diff options
author | Mark Kettenis <kettenis@gnu.org> | 2012-06-13 20:29:15 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2012-06-13 20:29:15 +0000 |
commit | fff4548bff0958dd77ee051e6b322f1c884896c9 (patch) | |
tree | d2bbbbb15c3295c6e10fd76d0dd84f95393b9784 /gdb/i386-tdep.h | |
parent | dd80ea3c315b22e0751f62d7049969903d9c95ec (diff) | |
download | gdb-fff4548bff0958dd77ee051e6b322f1c884896c9.zip gdb-fff4548bff0958dd77ee051e6b322f1c884896c9.tar.gz gdb-fff4548bff0958dd77ee051e6b322f1c884896c9.tar.bz2 |
H.J. Lu <hongjiu.lu@intel.com>
* i386-tdep.h (i386_pseudo_register_name): New prototype.
* i386-tdep.c (i386_pseudo_register_name): Make public.
* amd64-tdep.h (amd64_x32_init_abi): New prototype.
* amd64-tdep.c (amd64_dword_names): Add "eip".
(amd64_x32_pseudo_register_type): New function
(amd64_x32_init_abi): New function.
Diffstat (limited to 'gdb/i386-tdep.h')
-rw-r--r-- | gdb/i386-tdep.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/i386-tdep.h b/gdb/i386-tdep.h index f297ae7..5f233f5 100644 --- a/gdb/i386-tdep.h +++ b/gdb/i386-tdep.h @@ -309,6 +309,8 @@ extern int i386_ymm_regnum_p (struct gdbarch *gdbarch, int regnum); extern const char *i386_pseudo_register_name (struct gdbarch *gdbarch, int regnum); +extern struct type *i386_pseudo_register_type (struct gdbarch *gdbarch, + int regnum); extern void i386_pseudo_register_read_into_value (struct gdbarch *gdbarch, struct regcache *regcache, |