diff options
Diffstat (limited to 'gdb/amd64-nat.h')
-rw-r--r-- | gdb/amd64-nat.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gdb/amd64-nat.h b/gdb/amd64-nat.h index edf6df8..0b8caf2 100644 --- a/gdb/amd64-nat.h +++ b/gdb/amd64-nat.h @@ -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. @@ -50,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 */ |