gdb: add field::name / field::set_name
[binutils-gdb.git] / gdb / solist.h
index d44e6f4048ccd5e686a0edb4c5a6c8b439a20081..6033751dd695f8b8c0c0c66811a1cd50508110d7 100644 (file)
@@ -163,6 +163,8 @@ struct target_so_ops
   void (*handle_event) (void);
 };
 
+using so_list_range = next_range<so_list>;
+
 /* Free the memory associated with a (so_list *).  */
 void free_so (struct so_list *so);