X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gdb%2Fvarobj.h;h=9067d2d6beb7f8c99e0ad05da79f16c4da47216e;hb=06ff036ed22bac6c6cc622b2f3d23534b44fff67;hp=9163a34fd0dee94f09c8e7eb85b3ece38300cd5c;hpb=4c37490d92c0168e5192ce109a791c4b3fec9f8e;p=external%2Fbinutils.git diff --git a/gdb/varobj.h b/gdb/varobj.h index 9163a34..9067d2d 100644 --- a/gdb/varobj.h +++ b/gdb/varobj.h @@ -1,5 +1,5 @@ /* GDB variable objects API. - Copyright (C) 1999-2017 Free Software Foundation, Inc. + Copyright (C) 1999-2019 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,8 @@ #include "symtab.h" #include "gdbtypes.h" -#include "vec.h" +#include "gdbsupport/vec.h" +#include "value.h" /* Enumeration for the format types */ enum varobj_display_formats @@ -122,7 +123,7 @@ struct varobj indicates there was an error getting this value. Invariant: if varobj_value_is_changeable_p (this) is non-zero, the value is either NULL, or not lazy. */ - struct value *value = NULL; + value_ref_ptr value; /* The number of (immediate) children this variable has. */ int num_children = -1;