summaryrefslogtreecommitdiff
path: root/gdb/eval.c
Commit message (Expand)AuthorAgeFilesLines
* Convert lvalue reference type check to general reference type checkArtemiy Volkov2017-03-201-7/+7
* Change {lookup,make}_reference_type APIArtemiy Volkov2017-03-201-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* 'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves2016-11-081-32/+11
* Support structure offsets that are 512K or larger.David Taylor2016-06-241-1/+2
* gdb: Forward VALUE_LVAL when avoiding side effects for STRUCTOP_PTRAndrew Burgess2016-05-271-1/+1
* Rename OP_F90_RANGE to OP_RANGE.Tom Tromey2016-05-171-4/+4
* gdb: allow enumeration constants as second operand of BINOP_REPEATArtemiy Volkov2016-04-011-1/+2
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Forward VALUE_LVAL when avoiding side effects for STRUCTOP_STRUCTPierre-Marie de Rodat2015-10-121-1/+1
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-3/+2
* Add casts for legitimate integer to enum conversionsSimon Marchi2015-08-061-1/+2
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-011-1/+1
* Mostly trivial enum fixesSimon Marchi2015-07-311-1/+1
* Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2015-07-141-2/+2
* PR python/18285Doug Evans2015-04-291-0/+9
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-14/+19
* Move vptr_{fieldno,basetype} out of main_type, and update everything accordin...Doug Evans2015-01-311-1/+0
* gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.Doug Evans2015-01-311-2/+2
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* 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