Add `set print repeats' tests for C/C++ arrays
[binutils-gdb.git] / gdb / solist.h
index d44e6f4048ccd5e686a0edb4c5a6c8b439a20081..34198dc0c4d24ae7784c8cad49ed68425275535e 100644 (file)
@@ -1,5 +1,5 @@
 /* Shared library declarations for GDB, the GNU Debugger.
-   Copyright (C) 1990-2021 Free Software Foundation, Inc.
+   Copyright (C) 1990-2022 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -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);