aboutsummaryrefslogtreecommitdiff
path: root/gdb/eval.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-19* eval.c (evaluate_subexp_standard): Add some comments.Doug Evans1-3/+10
2014-04-14vla: evaluate operand of sizeof if its type is a vlaSanimir Agovic1-4/+39
2014-04-14vla: enable sizeof operator for indirectionSanimir Agovic1-1/+3
2014-04-14vla: enable sizeof operator to work with variable length arraysSanimir Agovic1-1/+7
2014-04-11Revert the entire VLA series.Joel Brobecker1-52/+7
2014-04-11Fix c++/16675 -- sizeof reference type should give the size ofKeith Seitz1-12/+21
2014-04-11vla: evaluate operand of sizeof if its type is a vlaSanimir Agovic1-4/+39
2014-04-11vla: update type from newly created valueSanimir Agovic1-0/+1
2014-04-11vla: enable sizeof operator for indirectionSanimir Agovic1-0/+2
2014-04-11vla: enable sizeof operator to work with variable length arraysSanimir Agovic1-1/+7
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey1-1/+1
2014-02-05Extension Language APIDoug Evans1-1/+0
2014-01-13replace XZALLOC with XCNEWTom Tromey1-2/+2
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-08-02fix PR symtab/15719Tom Tromey1-7/+11
2013-05-14 * eval.c (parse_and_eval_long): Make 'exp' const.Tom Tromey1-1/+1
2013-05-13 PR exp/15364:Tom Tromey1-4/+8
2013-04-15 PR c++/9065:Tom Tromey1-0/+17
2013-03-25 PR c++/9197:Tom Tromey1-24/+6
2013-03-20 * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,Tom Tromey1-1/+1
2013-03-12 * ada-lang.c (ada_read_renaming_var_value): Pass constKeith Seitz1-3/+3
2013-02-14Fix ptype bug actually exercised in userdef.expPedro Alves1-4/+4
2013-01-25 * valops.c (find_overload_match): Remove unused argument 'lax'.Siva Chandra Reddy1-3/+0
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-11-29gdb/Yao Qi1-1/+3
2012-11-27gdb/Yao Qi1-13/+27
2012-11-02gdb:Yao Qi1-150/+43
2012-09-21 * eval.c (evaluate_subexp_standard): Eliminate single-useSiddhesh Poyarekar1-3/+2
2012-08-16gdb/Yao Qi1-6/+0
2012-08-13gdb/Yao Qi1-11/+0
2012-08-13gdb/Yao Qi1-10/+0
2012-08-08 * eval.c (evaluate_subexp_standard): Fix thinko in handlingDoug Evans1-3/+2
2012-07-19 PR exp/13206:Tom Tromey1-0/+39
2012-07-19 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.Tom Tromey1-4/+43
2012-07-09 * c-exp.y (check_parameter_typelist): New function.Tom Tromey1-3/+15
2012-07-06 * c-exp.y (DOTDOTDOT): New token.Tom Tromey1-0/+5
2012-06-27 PR macros/7961:Tom Tromey1-1/+1
2012-05-21 PR c++/7173:Tom Tromey1-2/+2
2012-05-182012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-1/+1
2012-05-16 gdb/Maciej W. Rozycki1-2/+1
2012-02-21gdb/Anton Gorenkov1-8/+2
2012-02-07 * gdbtypes.h (struct main_type): Change type of name,tag_name,Doug Evans1-2/+4
2012-01-09 * Makefile.in (SFILES): Remove wrapper.c.Keith Seitz1-4/+15
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-3/+1
2011-10-14 PR c++/13225Keith Seitz1-21/+3
2011-10-09gdb/Jan Kratochvil1-0/+21
2011-09-08gdb/Jan Kratochvil1-1/+1
2011-07-27gdb/Jan Kratochvil1-5/+5
2011-06-17 * value.h (value_of_this): Update.Tom Tromey1-1/+1