diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5385058..22a79c2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,35 @@ +2021-04-15 Tom Tromey <tromey@adacore.com> + + * rust-exp.y (rust_parser::convert_ast_to_expression): Update. + * parse.c (parser_state::push_symbol, parser_state::push_dollar): + Update. + * p-exp.y (variable): Update. + * m2-exp.y (variable): Update. + * go-exp.y (variable): Update. + * expprint.c (dump_for_expression): New overload. + * expop.h (check_objfile): New overload. + (check_constant): New overload. + (class var_value_operation): Use block_symbol. + <get_symbol>: Rewrite. + * eval.c (var_value_operation::evaluate) + (var_value_operation::evaluate_funcall) + (var_value_operation::evaluate_for_address) + (var_value_operation::evaluate_for_address) + (var_value_operation::evaluate_with_coercion) + (var_value_operation::evaluate_for_sizeof) + (var_value_operation::evaluate_for_cast): Update. + * d-exp.y (PrimaryExpression): Update. + * c-exp.y (variable): Update. + * ax-gdb.c (var_value_operation::do_generate_ax): Update. + * ada-lang.c (ada_var_value_operation::evaluate_for_cast) + (ada_var_value_operation::evaluate) + (ada_var_value_operation::resolve) + (ada_funcall_operation::resolve): Update. + * ada-exp.y (write_var_from_sym, write_object_renaming) + (write_ambiguous_var, write_var_or_type, write_name_assoc) + (maybe_overload): Update. + * ada-exp.h (class ada_var_value_operation) <get_block>: Rewrite. + 2021-04-15 Tom Tromey <tom@tromey.com> Andrew Burgess <andrew.burgess@embecosm.com> @@ -5051,7 +5083,7 @@ * top.c (print_gdb_version): Update copyright year. -2021-01-01 Joel Brobecker <brobecker@adacore.com> +2021-01-01, 21 Joel Brobecker <brobecker@adacore.com> * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2020. |