Class readonly_detached_regcache
[deliverable/binutils-gdb.git] / gdb / frame.h
index 8293a49ec238c7ff4e2cfce84b4aeadf49bd0a3b..d5800b78c2568b19c9a943dc3661b730b76f69ab 100644 (file)
@@ -680,8 +680,9 @@ extern void *frame_obstack_zalloc (unsigned long size);
 #define FRAME_OBSTACK_CALLOC(NUMBER,TYPE) \
   ((TYPE *) frame_obstack_zalloc ((NUMBER) * sizeof (TYPE)))
 
+class readonly_detached_regcache;
 /* Create a regcache, and copy the frame's registers into it.  */
-std::unique_ptr<struct regcache> frame_save_as_regcache
+std::unique_ptr<readonly_detached_regcache> frame_save_as_regcache
     (struct frame_info *this_frame);
 
 extern const struct block *get_frame_block (struct frame_info *,
This page took 0.026081 seconds and 4 git commands to generate.