const-fy regcache::m_aspace
[deliverable/binutils-gdb.git] / gdb / breakpoint.c
index aadd6cada25abc08c07920f9e67053df22c20231..0bf47d5f566e46d268b8f35b5bc531ee73a45cd9 100644 (file)
@@ -14557,7 +14557,7 @@ insert_single_step_breakpoints (struct gdbarch *gdbarch)
   if (!next_pcs.empty ())
     {
       struct frame_info *frame = get_current_frame ();
-      struct address_space *aspace = get_frame_address_space (frame);
+      const address_space *aspace = get_frame_address_space (frame);
 
       for (CORE_ADDR pc : next_pcs)
        insert_single_step_breakpoint (gdbarch, aspace, pc);
This page took 0.02653 seconds and 4 git commands to generate.