aboutsummaryrefslogtreecommitdiff
path: root/gdb/regcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/regcache.h')
-rw-r--r--gdb/regcache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/regcache.h b/gdb/regcache.h
index d870960..8cd40fa 100644
--- a/gdb/regcache.h
+++ b/gdb/regcache.h
@@ -159,5 +159,6 @@ extern void regcache_cpy (struct regcache *dest, struct regcache *src);
extern void regcache_cpy_no_passthrough (struct regcache *dest, struct regcache *src);
extern void registers_changed (void);
+extern void registers_changed_ptid (ptid_t);
#endif /* REGCACHE_H */