Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gdb/dist/gdb add missing i386bsd_supply_gregse...



details:   https://anonhg.NetBSD.org/src/rev/fc5fbdb5b150
branches:  trunk
changeset: 348389:fc5fbdb5b150
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Oct 17 06:26:20 2016 +0000

description:
add missing i386bsd_supply_gregset() and i386bsd_collect_gregset() protos

diffstat:

 external/gpl3/gdb/dist/gdb/i386bsd-nat.h |  4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r cf334b63e8d0 -r fc5fbdb5b150 external/gpl3/gdb/dist/gdb/i386bsd-nat.h
--- a/external/gpl3/gdb/dist/gdb/i386bsd-nat.h  Mon Oct 17 04:15:35 2016 +0000
+++ b/external/gpl3/gdb/dist/gdb/i386bsd-nat.h  Mon Oct 17 06:26:20 2016 +0000
@@ -25,4 +25,8 @@
 
 extern struct target_ops *i386bsd_target (void);
 
+extern void i386bsd_supply_gregset (struct regcache *, const void *);
+
+extern void i386bsd_collect_gregset (const struct regcache *, void *, int);
+
 #endif /* i386bsd-nat.h */



Home | Main Index | Thread Index | Old Index