gdb: add .flake8 file
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 41f98e81287fae70ef7ebef6cd9c0dd99b709076..e467b13e3aa472a7bc5e3827a76c449fb9de6b36 100644 (file)
@@ -1,3 +1,81 @@
+2021-06-28  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * .flake8: New.
+
+2021-06-28  Luis Machado  <luis.machado@linaro.org>
+
+       * aarch64-linux-tdep.c (aarch64_linux_memtag_matches_p): Remove the top
+       byte.
+       (aarch64_linux_set_memtags): Likewise.
+       (aarch64_linux_get_memtag): Likewise.
+       (aarch64_linux_report_signal_info): Likewise.
+
+2021-06-28  Luis Machado  <luis.machado@linaro.org>
+
+       * aarch64-linux-tdep.c
+       (aarch64_linux_iterate_over_regset_sections): Fix FFR register size.
+
+2021-06-28  Luis Machado  <luis.machado@linaro.org>
+
+       * aarch64-linux-tdep.c
+       (aarch64_linux_iterate_over_regset_sections): Update tag_ctl register
+       size.
+       * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_MTE_REGSET): Set to
+       8 and update comments.
+
+2021-06-28  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * gdbarch.sh (struct gdbarch_info): Initialize fields, add
+       constructor.
+       * gdbarch.h: Re-generate.
+       * arch-utils.h (gdbarch_info_init): Remove, delete all usages.
+       * arch-utils.c (gdbarch_info_init): Remove.
+
+2021-06-28  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * gdbarch.sh (struct gdbarch_info) <tdep_info>: Remove.
+       (gdbarch_find_by_info): Remove print.
+       * gdbarch.c, gdbarch.h: Re-generate.
+
+2021-06-28  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * remote.c (remote_target::start_remote): Set 'starting_up' using
+       boolean values instead of integers.
+
+2021-06-25  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * guile/scm-param.c (struct param_smob) <set_command,
+       show_command>: Remove.
+       <commands>: New.
+       (pascm_is_valid): Adjust.
+       (add_setshow_generic): Use return values of add_setshow
+       functions, return a set_show_commands.
+       (gdbscm_register_parameter_x): Adjust.
+
+2021-06-25  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * command.h (add_setshow_enum_cmd): Remove context parameter.
+       * cli/cli-decode.c (add_setshow_enum_cmd): Likewise, and don't
+       set context.
+       * cli/cli-style.c (cli_style_option::add_setshow_commands): Set
+       context here.
+
+2021-06-25  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * cli/cli-decode.h (struct cmd_list_element) <set_context>: Add
+       assert.
+
+2021-06-25  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * cli/cli-decode.h (struct cmd_list_element) <set_context,
+       context>: New.
+       <context>: Rename to...
+       <m_context>: ... this.
+       * cli/cli-decode.c (set_cmd_context, get_cmd_context): Remove.
+       * command.h (set_cmd_context, get_cmd_context): Remove, use
+       cmd_list_element::set_context and cmd_list_element::context
+       everywhere instead.
+
 2021-06-25  Andrew Burgess  <andrew.burgess@embecosm.com>
 
        * NEWS: Mention changes to 'info sources'.
This page took 0.023566 seconds and 4 git commands to generate.