const-fy regcache::m_aspace
[deliverable/binutils-gdb.git] / gdb / frame.h
index 190ce7623f80d77c869658f0abbd66917480279b..c75100274b7673b783dae0b8cccfce482554c376 100644 (file)
@@ -494,8 +494,10 @@ extern struct program_space *get_frame_program_space (struct frame_info *);
 /* Unwind THIS frame's program space from the NEXT frame.  */
 extern struct program_space *frame_unwind_program_space (struct frame_info *);
 
+class address_space;
+
 /* Return the frame's address space.  */
-extern struct address_space *get_frame_address_space (struct frame_info *);
+extern const address_space *get_frame_address_space (struct frame_info *);
 
 /* For frames where we can not unwind further, describe why.  */
 
This page took 0.026513 seconds and 4 git commands to generate.