Add native target for FreeBSD/riscv.
[deliverable/binutils-gdb.git] / gdb / varobj-iter.h
index bdbf661bd8825cd95c7e64b5923d63a3aee50cbd..7b05100eb682bc9ddeda641d56d510ed4bee51da 100644 (file)
@@ -1,5 +1,5 @@
 /* Iterator of varobj.
-   Copyright (C) 2013-2016 Free Software Foundation, Inc.
+   Copyright (C) 2013-2018 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
@@ -19,7 +19,7 @@
 typedef struct varobj_item
 {
   /* Name of this item.  */
-  char *name;
+  std::string name;
 
   /* Value of this item.  */
   struct value *value;
This page took 0.023194 seconds and 4 git commands to generate.