components/gdb/patches/gdb.gdb.regcache.h.patch
author Huie-Ying Lee <huieying.lee@oracle.com>
Fri, 20 Dec 2013 12:17:34 -0800
changeset 1612 3f2ec017627f
parent 1511 4d3b0b480760
permissions -rw-r--r--
PSARC 2012/335 OpenSSH migration PSARC 2013/115 Shared configuration for SunSSH & OpenSSH 15769261 SUNBT7135649 Deliver OpenSSH 6.0P1 in the userland gate (OpenSSH migration phase 2) 16306216 problem in UTILITY/OPENSSH

--- gdb-7.6/gdb/regcache.h	2012-12-31 22:32:49.000000000 -0800
+++ gdb-7.6/gdb/regcache.h	2013-10-06 14:00:15.961135100 -0700
@@ -191,4 +191,8 @@
 extern void registers_changed (void);
 extern void registers_changed_ptid (ptid_t);
 
+extern int set_regcache_from_corefile (struct regcache *regcache);
+extern int regcache_from_corefile (const struct regcache *regcache);
+
 #endif /* REGCACHE_H */
+