summaryrefslogtreecommitdiff
path: root/gdb/eval.c
Commit message (Expand)AuthorAgeFilesLines
* Check that thread stack temps are not already enabled before enabling them.Siva Chandra2014-11-291-1/+2
* Enable chained function calls in C++ expressions.Siva Chandra2014-11-281-1/+22
* Work around GCC bug 63748Ulrich Weigand2014-11-101-2/+2
* Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans2014-11-061-1/+1
* Fix evaluation of method calls under EVAL_SKIP.Siva Chandra2014-11-031-6/+7
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Add new argument NOSIDE to find_overload_match.Siva Chandra2014-08-151-3/+3
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-3/+0
* Remove Chill from commentsYao Qi2014-07-211-6/+5
* Remove operator BINOP_RANGEYao Qi2014-07-211-44/+4
* Remove operator BINOP_INYao Qi2014-07-211-9/+0
* Lookup and invoke debug methods of C++ classes if they are the best match.Siva Chandra2014-06-031-5/+10
* * eval.c (evaluate_subexp_standard): Add some comments.Doug Evans2014-05-191-3/+10
* vla: evaluate operand of sizeof if its type is a vlaSanimir Agovic2014-04-141-4/+39
* vla: enable sizeof operator for indirectionSanimir Agovic2014-04-141-1/+3
* vla: enable sizeof operator to work with variable length arraysSanimir Agovic2014-04-141-1/+7
* Revert the entire VLA series.Joel Brobecker2014-04-111-52/+7
* Fix c++/16675 -- sizeof reference type should give the size ofKeith Seitz2014-04-111-12/+21
* vla: evaluate operand of sizeof if its type is a vlaSanimir Agovic2014-04-111-4/+39
* vla: update type from newly created valueSanimir Agovic2014-04-111-0/+1
* vla: enable sizeof operator for indirectionSanimir Agovic2014-04-111-0/+2
* vla: enable sizeof operator to work with variable length arraysSanimir Agovic2014-04-111-1/+7
* use bound_minsym as result for lookup_minimal_symbol et alTom Tromey2014-02-261-1/+1
* Extension Language APIDoug Evans2014-02-051-1/+0
* replace XZALLOC with XCNEWTom Tromey2014-01-131-2/+2
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* fix PR symtab/15719Tom Tromey2013-08-021-7/+11
* * eval.c (parse_and_eval_long): Make 'exp' const.Tom Tromey2013-05-141-1/+1
* PR exp/15364:Tom Tromey2013-05-131-4/+8
* PR c++/9065:Tom Tromey2013-04-151-0/+17
* PR c++/9197:Tom Tromey2013-03-251-24/+6
* * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,Tom Tromey2013-03-201-1/+1
* * ada-lang.c (ada_read_renaming_var_value): Pass constKeith Seitz2013-03-121-3/+3
* Fix ptype bug actually exercised in userdef.expPedro Alves2013-02-141-4/+4
* * valops.c (find_overload_match): Remove unused argument 'lax'.Siva Chandra Reddy2013-01-251-3/+0
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* gdb/Yao Qi2012-11-291-1/+3
* gdb/Yao Qi2012-11-271-13/+27
* gdb:Yao Qi2012-11-021-150/+43
* * eval.c (evaluate_subexp_standard): Eliminate single-useSiddhesh Poyarekar2012-09-211-3/+2
* gdb/Yao Qi2012-08-161-6/+0
* gdb/Yao Qi2012-08-131-11/+0
* gdb/Yao Qi2012-08-131-10/+0
* * eval.c (evaluate_subexp_standard): Fix thinko in handlingDoug Evans2012-08-081-3/+2
* PR exp/13206:Tom Tromey2012-07-191-0/+39
* * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.Tom Tromey2012-07-191-4/+43
* * c-exp.y (check_parameter_typelist): New function.Tom Tromey2012-07-091-3/+15
* * c-exp.y (DOTDOTDOT): New token.Tom Tromey2012-07-061-0/+5