windows-nat: Don't change current_event.dwThreadId in handle_output_debug_string()
[deliverable/binutils-gdb.git] / gdb / eval.c
2015-03-07  Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-02-01  Doug EvansMove vptr_{fieldno,basetype} out of main_type, and...
2015-02-01  Doug Evansgdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-11-29  Siva ChandraCheck that thread stack temps are not already enabled...
2014-11-29  Siva ChandraEnable chained function calls in C++ expressions.
2014-11-10  Ulrich WeigandWork around GCC bug 63748
2014-11-07  Doug EvansDelete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE...
2014-11-04  Siva ChandraFix evaluation of method calls under EVAL_SKIP.
2014-10-08  Gary BensonRemove spurious exceptions.h inclusions
2014-08-16  Siva ChandraAdd new argument NOSIDE to find_overload_match.
2014-08-07  Gary BensonInclude string.h in common-defs.h
2014-08-07  Gary BensonInclude gdb_assert.h in common-defs.h
2014-07-20  Yao QiRemove Chill from comments
2014-07-20  Yao QiRemove operator BINOP_RANGE
2014-07-20  Yao QiRemove operator BINOP_IN
2014-06-03  Siva ChandraLookup and invoke debug methods of C++ classes if they...
2014-05-19  Doug Evans* eval.c (evaluate_subexp_standard): Add some comments.
2014-04-14  Sanimir Agovicvla: evaluate operand of sizeof if its type is a vla
2014-04-14  Sanimir Agovicvla: enable sizeof operator for indirection
2014-04-14  Sanimir Agovicvla: enable sizeof operator to work with variable lengt...
2014-04-11  Joel BrobeckerRevert the entire VLA series.
2014-04-11  Keith SeitzFix c++/16675 -- sizeof reference type should give...
2014-04-11  Sanimir Agovicvla: evaluate operand of sizeof if its type is a vla
2014-04-11  Sanimir Agovicvla: update type from newly created value
2014-04-11  Sanimir Agovicvla: enable sizeof operator for indirection
2014-04-11  Sanimir Agovicvla: enable sizeof operator to work with variable lengt...
2014-02-26  Tom Tromeyuse bound_minsym as result for lookup_minimal_symbol...
2014-02-06  Doug EvansExtension Language API
2014-01-13  Tom Tromeyreplace XZALLOC with XCNEW
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18  Tom Tromeyremove gdb_string.h
2013-08-02  Tom Tromeyfix PR symtab/15719
2013-05-14  Tom Tromey * eval.c (parse_and_eval_long): Make 'exp' const.
2013-05-13  Tom Tromey PR exp/15364:
2013-04-15  Tom Tromey PR c++/9065:
2013-03-25  Tom Tromey PR c++/9197:
2013-03-20  Tom Tromey * ax-gdb.c (gen_var_ref): Unconditionally call via...
2013-03-12  Keith Seitz * ada-lang.c (ada_read_renaming_var_value): Pass const
2013-02-14  Pedro AlvesFix ptype bug actually exercised in userdef.exp
2013-01-25  Siva Chandra Reddy * valops.c (find_overload_match): Remove unused argume...
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-11-29  Yao Qigdb/
2012-11-27  Yao Qigdb/
2012-11-02  Yao Qigdb:
2012-09-21  Siddhesh Poyarekar * eval.c (evaluate_subexp_standard): Eliminate single-use
2012-08-16  Yao Qigdb/
2012-08-13  Yao Qigdb/
2012-08-13  Yao Qigdb/
2012-08-08  Doug Evans * eval.c (evaluate_subexp_standard): Fix thinko in...
2012-07-19  Tom Tromey PR exp/13206:
2012-07-19  Tom Tromey * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEM...
2012-07-09  Tom Tromey * c-exp.y (check_parameter_typelist): New function.
2012-07-06  Tom Tromey * c-exp.y (DOTDOTDOT): New token.
2012-06-27  Tom Tromey PR macros/7961:
2012-05-21  Tom Tromey PR c++/7173:
2012-05-18  Sergio Durigan Junior2012-05-18 Sergio Durigan Junior <sergiodj@redhat...
2012-05-16  Maciej W. Rozycki gdb/
2012-02-21  Anton Gorenkovgdb/
2012-02-07  Doug Evans * gdbtypes.h (struct main_type): Change type of name...
2012-01-09  Keith Seitz * Makefile.in (SFILES): Remove wrapper.c.
2012-01-04  Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-10-14  Keith Seitz PR c++/13225
2011-10-09  Jan Kratochvilgdb/
2011-09-08  Jan Kratochvilgdb/
2011-07-27  Jan Kratochvilgdb/
2011-06-17  Tom Tromey * value.h (value_of_this): Update.
2011-06-17  Tom Tromey * valops.c (value_of_local): Complain if NAME is NULL.
2011-03-28  Jan Kratochvilgdb/
2011-03-04  Thiago Jung Bauermann * eval.c (parse_and_eval_address_1): Remove function.
2011-02-28  Michael Snyder2011-02-28 Michael Snyder <msnyder@vmware.com>
2011-01-12  Jan Kratochvilgdb/
2011-01-07  Michael Snyder2011-01-07 Michael Snyder <msnyder@vmware.com>
2011-01-05  Michael Snyder2011-01-05 Michael Snyder <msnyder@vmware.com>
2011-01-01  Joel Brobeckerrun copyright.sh for 2011.
2010-11-05  Ken Wernergdb:
2010-11-03  Ken Wernergdb:
2010-10-19  Sami WagiaallaSupport overloading of 'operator->'.
2010-08-11  Ken Wernergdb/ChangeLog:* gdb/valarith.c (vector_binop): New...
2010-07-21  Sami WagiaallaCorrected pre-overload-resolution function evaluation.
2010-07-07  Thiago Jung Bauermann2010-07-07 Sergio Durigan Junior <sergiodj@linux...
2010-06-07  Sami WagiaallaTest and support all cpp operator types.
2010-05-21  Tom Tromeygdb
2010-05-14  Michael Snyder2010-05-14 Michael Snyder <msnyder@vmware.com>
2010-05-11  Tom Tromey * eval.c (evaluate_subexp_standard): Revert inadverten...
2010-05-10  Tom Tromey * eval.c (ptrmath_type_p): Add 'lang' argument.
2010-05-07  Sami WagiaallaAdd ADL support
2010-05-06  Michael Snyder2010-05-06 Michael Snyder <msnyder@vmware.com>
2010-03-15  Sami Wagiaalla 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
2010-03-09  Keith Seitzdwarf2_physname patchset:
2010-02-08  Tom Tromeygdb
2010-01-26  Tom Tromeygdb
2010-01-18  Tom Tromeygdb
2010-01-01  Joel BrobeckerUpdate copyright year in most headers.
2009-11-10  Keith Seitz * c-exp.y: Add new rule for resolving method overloads.
2009-10-06  Pierre Muller ARI fix: OP eol rule.
2009-09-29  Ulrich Weigand * eval.c (evaluate_subexp_standard) [OP_OBJC_MSGCALL...
2009-09-22  Tom Tromeygdb
2009-07-02  Ulrich Weigand * python/python-internal.h (struct language_defn)...
2009-07-02  Ulrich Weigand * gdbtypes.c (make_pointer_type, make_reference_type,
next
This page took 0.720574 seconds and 106 git commands to generate.