diff options
Diffstat (limited to 'devel/gdb/files/patch-gdb-i386bsd-nat.h')
-rw-r--r-- | devel/gdb/files/patch-gdb-i386bsd-nat.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/gdb/files/patch-gdb-i386bsd-nat.h b/devel/gdb/files/patch-gdb-i386bsd-nat.h new file mode 100644 index 000000000000..caf5c54fa7a7 --- /dev/null +++ b/devel/gdb/files/patch-gdb-i386bsd-nat.h @@ -0,0 +1,15 @@ +--- gdb/i386bsd-nat.h.orig 2010-10-21 11:18:08.097659000 -0400 ++++ gdb/i386bsd-nat.h 2010-10-21 11:20:49.341989000 -0400 +@@ -35,4 +35,12 @@ + + extern unsigned long i386bsd_dr_get_status (void); + ++/* low level i386 register functions used in i386fbsd-nat.c. */ ++ ++extern void i386bsd_supply_gregset (struct regcache *regcache, ++ const void *gregs); ++ ++extern void i386bsd_collect_gregset (const struct regcache *regcache, ++ void *gregs, int regnum); ++ + #endif /* i386bsd-nat.h */ |