gdb/
[deliverable/binutils-gdb.git] / gdb / amd64-nat.h
index e2c9379f9440a4c8497dd858359ff22e0d93c381..0b8caf2a005e45fbf857f101ad60f4255c13fce8 100644 (file)
@@ -1,6 +1,6 @@
 /* Native-dependent code for AMD64.
 
-   Copyright 2003 Free Software Foundation, Inc.
+   Copyright 2003, 2004 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -22,6 +22,8 @@
 #ifndef AMD64_NAT_H
 #define AMD64_NAT_H 1
 
+struct regcache;
+
 /* General-purpose register set description for native 32-bit code.  */
 extern int *amd64_native_gregset32_reg_offset;
 extern int amd64_native_gregset32_num_regs;
@@ -48,4 +50,9 @@ extern void amd64_supply_native_gregset (struct regcache *regcache,
 extern void amd64_collect_native_gregset (const struct regcache *regcache,
                                          void *gregs, int regnum);
 
+/* Create a prototype *BSD/amd64 target.  The client can override it
+   with local methods.  */
+
+extern struct target_ops *amd64bsd_target (void);
+
 #endif /* amd64-nat.h */
This page took 0.023723 seconds and 4 git commands to generate.