* varobj.c (c_value_of_root, c_value_of_child)
[deliverable/binutils-gdb.git] / gdb / varobj.h
index cd3023310a6cd412fb8b676ad6a419a01b7d65de..e95321d5d3f9d3903328a6d8a805c4620537d551 100644 (file)
@@ -1,5 +1,5 @@
 /* GDB variable objects API.
-   Copyright 1999, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2001, 2005, 2007 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
@@ -13,8 +13,8 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.  */
+   Foundation, Inc., 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301, USA.  */
 
 #ifndef VAROBJ_H
 #define VAROBJ_H 1
@@ -85,6 +85,8 @@ extern int varobj_list_children (struct varobj *var,
 
 extern char *varobj_get_type (struct varobj *var);
 
+extern struct type *varobj_get_gdb_type (struct varobj *var);
+
 extern enum varobj_languages varobj_get_language (struct varobj *var);
 
 extern int varobj_get_attributes (struct varobj *var);
This page took 0.033418 seconds and 4 git commands to generate.