Cross Reference: gdb.gdb.regcache.h.patch
xref
: /
solaris-userland
/
components
/
gdb
/
patches
/
gdb.gdb.regcache.h.patch
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
2074
N/A
---
gdb-7.6/gdb/regcache.h
2012-12-31 22:32:49.000000000 -0800
2074
N/A
+++
gdb-7.6/gdb/regcache.h
2013-10-06 14:00:15.961135100 -0700
2074
N/A
@@ -191,4 +191,8 @@
2074
N/A
extern void registers_changed (void);
2074
N/A
extern void registers_changed_ptid (ptid_t);
2074
N/A
2074
N/A
+extern int set_regcache_from_corefile (struct regcache *regcache);
2074
N/A
+extern int regcache_from_corefile (const struct regcache *regcache);
2074
N/A
+
2074
N/A
#endif /* REGCACHE_H */
2074
N/A
+