This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch] Try2: -var-evaluate-expression [-f FORMAT] NAME


On Wed, 2008-04-02 at 17:22 +0400, Vladimir Prus wrote:
> Marc Khouzam wrote:
> 
> > 2008-04-01  Marc Khouzam  <marc.khouzam@ericsson.com>
> > 
> >         * mi/mi-cmd-var.c: Include "mi-getopt.h".
> >         (mi_parse_format): New.  Factored out from mi_cmd_var_set_format.
> >         (mi_cmd_var_set_format): Use new mi_parse_format.
> >         (mi_cmd_var_evaluate_expression): Support for -f option to specify
> >         format.
> >         * Makefile.in (mi-cmd-var.o): Update dependencies.
> > 
> >         * varobj.h (varobj_get_formatted_value): Declare.
> >         * varobj.c (my_value_of_variable): Added format parameter.
> >         (cplus_value_of_variable): Likewise.
> >         (java_value_of_variable): Likewise.
> >         (*(value_of_variable)): Likewise.
> 
> Is '*(value_of_variable)' really a name of a function? :-)

It is, actually -- but not in varobj.c.  Thanks for raising this.
Marc, we prefer not to have identifiers or file names abbreviated
in changelogs.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]