diff options
Diffstat (limited to 'gdb/amd64-tdep.h')
-rw-r--r-- | gdb/amd64-tdep.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/amd64-tdep.h b/gdb/amd64-tdep.h index f2670af..0fc0f5b 100644 --- a/gdb/amd64-tdep.h +++ b/gdb/amd64-tdep.h @@ -64,6 +64,12 @@ enum amd64_regnum extern void amd64_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch); +/* Functions from amd64-tdep.c which may be needed on architectures + with extra registers. */ + +extern const char *amd64_register_name (int regnum); +extern struct type *amd64_register_type (struct gdbarch *gdbarch, int regnum); + /* Fill register REGNUM in REGCACHE with the appropriate floating-point or SSE register value from *FXSAVE. If REGNUM is -1, do this for all registers. This function masks off any of the |