NEWS: Note that the FreeBSD async target supports async mode.
[binutils-gdb.git] / gdb / varobj-iter.h
index a05f1cbf8f3f750894a30270ba95b582848861e5..4bbf386e9dc4ee0af7fc3f95a9242fafe4792e03 100644 (file)
@@ -1,5 +1,5 @@
 /* Iterator of varobj.
-   Copyright (C) 2013-2020 Free Software Foundation, Inc.
+   Copyright (C) 2013-2022 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -25,7 +25,7 @@ struct varobj_item
   std::string name;
 
   /* Value of this item.  */
-  struct value *value;
+  value_ref_ptr value;
 };
 
 /* A dynamic varobj iterator "class".  */