2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
[deliverable/binutils-gdb.git] / gdb / x86-64-tdep.h
index d15b8e71e7f0365f8a8fde26d6806cb6f0442814..4e7320643caa06dd5a281e16ab01f3f38d7dd05d 100644 (file)
 extern int x86_64_num_regs;
 extern int x86_64_num_gregs;
 
+int x86_64_register_number (const char *name);
+const char *x86_64_register_name (int reg_nr);
+
 gdbarch_frame_saved_pc_ftype x86_64_linux_frame_saved_pc;
 gdbarch_saved_pc_after_call_ftype x86_64_linux_saved_pc_after_call;
+gdbarch_pc_in_sigtramp_ftype x86_64_linux_in_sigtramp;
+CORE_ADDR x86_64_linux_frame_chain (struct frame_info *fi);
+void x86_64_init_frame_pc (int fromleaf, struct frame_info *fi);
+
 
 #endif
This page took 0.023487 seconds and 4 git commands to generate.