aboutsummaryrefslogtreecommitdiff
path: root/gdb/eval.c
AgeCommit message (Expand)Author
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov
2017-03-20Change {lookup,make}_reference_type APIArtemiy Volkov
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-08'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves
2016-06-24Support structure offsets that are 512K or larger.David Taylor
2016-05-27gdb: Forward VALUE_LVAL when avoiding side effects for STRUCTOP_PTRAndrew Burgess
2016-05-17Rename OP_F90_RANGE to OP_RANGE.Tom Tromey
2016-04-01gdb: allow enumeration constants as second operand of BINOP_REPEATArtemiy Volkov
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-10-12Forward VALUE_LVAL when avoiding side effects for STRUCTOP_STRUCTPierre-Marie de Rodat
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-08-06Add casts for legitimate integer to enum conversionsSimon Marchi
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat
2015-07-31Mostly trivial enum fixesSimon Marchi
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi
2015-04-29PR python/18285Doug Evans
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-01-31Move vptr_{fieldno,basetype} out of main_type, and update everything accordin...Doug Evans
2015-01-31gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.Doug Evans
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-11-29Check that thread stack temps are not already enabled before enabling them.Siva Chandra
2014-11-28Enable chained function calls in C++ expressions.Siva Chandra
2014-11-10Work around GCC bug 63748Ulrich Weigand
2014-11-06Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans
2014-11-03Fix evaluation of method calls under EVAL_SKIP.Siva Chandra
2014-10-08Remove spurious exceptions.h inclusionsGary Benson
2014-08-15Add new argument NOSIDE to find_overload_match.Siva Chandra
2014-08-07Include string.h in common-defs.hGary Benson
2014-08-07Include gdb_assert.h in common-defs.hGary Benson
2014-07-21Remove Chill from commentsYao Qi
2014-07-21Remove operator BINOP_RANGEYao Qi
2014-07-21Remove operator BINOP_INYao Qi
2014-06-03Lookup and invoke debug methods of C++ classes if they are the best match.Siva Chandra
2014-05-19* eval.c (evaluate_subexp_standard): Add some comments.Doug Evans
2014-04-14vla: evaluate operand of sizeof if its type is a vlaSanimir Agovic
2014-04-14vla: enable sizeof operator for indirectionSanimir Agovic
2014-04-14vla: enable sizeof operator to work with variable length arraysSanimir Agovic
2014-04-11Revert the entire VLA series.Joel Brobecker
2014-04-11Fix c++/16675 -- sizeof reference type should give the size ofKeith Seitz
2014-04-11vla: evaluate operand of sizeof if its type is a vlaSanimir Agovic
2014-04-11vla: update type from newly created valueSanimir Agovic
2014-04-11vla: enable sizeof operator for indirectionSanimir Agovic
2014-04-11vla: enable sizeof operator to work with variable length arraysSanimir Agovic
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey
2014-02-05Extension Language APIDoug Evans
2014-01-13replace XZALLOC with XCNEWTom Tromey
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-18remove gdb_string.hTom Tromey
2013-08-02fix PR symtab/15719Tom Tromey
2013-05-14 * eval.c (parse_and_eval_long): Make 'exp' const.Tom Tromey