Do not manually dissect OP_TYPE operations
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 5a35eb20f45619578941ba08f896c5c30bc4e327..0bf7d511f8249150724f4a7a3dbaeb0c675d187e 100644 (file)
@@ -1,3 +1,69 @@
+2020-12-14  Tom Tromey  <tom@tromey.com>
+
+       * dtrace-probe.c (dtrace_process_dof_probe): Use value_type.
+       * typeprint.c (whatis_exp): Always use evaluate_type.
+       (maintenance_print_type): Likewise.  Simplify.
+
+2020-12-14  Tom Tromey  <tromey@adacore.com>
+
+       * dictionary.c (language_defn::search_name_hash): Ignore "B".
+       * ada-lang.c (advance_wild_match): Ignore "B".
+       (full_match): Remove.
+       (do_full_match): Rewrite.
+
+2020-12-14  Tom Tromey  <tromey@adacore.com>
+
+       * ada-lang.c (get_var_value): Only consider exact matches.
+
+2020-12-14  Tom Tromey  <tromey@adacore.com>
+
+       * dwarf2/read.c (rewrite_array_type): New function.
+        (quirk_ada_thick_pointer_struct): Use rewrite_array_type.
+
+2020-12-14  Tom Tromey  <tromey@adacore.com>
+
+       * valarith.c (fixed_point_binop): Call error on division by zero.
+
+2020-12-13  Tom Tromey  <tom@tromey.com>
+
+       * gdbtypes.c (safe_parse_type): Make argument const.
+       * value.h (parse_and_eval_type): Make argument const.
+       * eval.c (parse_and_eval_type): Make argument const.
+
+2020-12-13  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * NEWS: Mention new commands.
+       * target-dcache.c: Add 'cli/cli-cmds.h' include.
+       (maint_flush_dcache_command): New function.
+       (_initialize_target_dcache): Create new 'maint flush dcache'
+       command.
+
+2020-12-13  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * NEWS: Mention new commands, and that the old commands are now
+       deprecated.
+       * cli/cli-cmds.c (maintenanceflushlist): Define.
+       * cli/cli-cmds.h (maintenanceflushlist): Declare.
+       * maint.c (_initialize_maint_cmds): Initialise
+       maintenanceflushlist.
+       * regcache.c: Add 'cli/cli-cmds.h' include.
+       (reg_flush_command): Add header comment.
+       (_initialize_regcache): Create new 'maint flush register-cache'
+       command, make 'flushregs' an alias.
+       * symtab.c: Add 'cli/cli-cmds.h' include.
+       (_initialize_symtab): Create new 'maint flush symbol-cache'
+       command, make old command an alias.
+
+2020-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * cli/cli-decode.c (deprecated_cmd_warning): Ignore the prefix
+       result from lookup_cmd_composition_1, use the prefixes from both
+       the command and the alias instead.
+       (lookup_cmd_composition_1): Initial prefix command is the based on
+       the search list being passed in.  Simplify the logic for tracking
+       the prefix command.  Replace a use of alloca with a local
+       std::string.
+
 2020-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
 
        * cli/cli-decode.c (deprecated_cmd_warning): Use nullptr instead
This page took 0.0447 seconds and 4 git commands to generate.