gdb: fix shellcheck warnings SC2154 (referenced but not assigned) in gdbarch.sh
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 1f89444db73882bdc36ff56809e66cad78da49c1..eb6841640b9a7dbdb9da36f24c8fb5ca1e68b6d1 100644 (file)
@@ -1,3 +1,238 @@
+2020-04-29  Simon Marchi  <simon.marchi@efficios.com>
+
+       * gdbarch.sh: Use ${foo:-} where shellcheck would report a
+       "referenced but not assigned" warning.
+
+2020-04-29  Simon Marchi  <simon.marchi@efficios.com>
+
+       * gdbarch.sh: Remove code that sets fallbackdefault.
+
+2020-04-29  Simon Marchi  <simon.marchi@efficios.com>
+
+       * gdbarch.sh: Use shell operators && and || instead of
+       -a and -o.
+
+2020-04-29  Simon Marchi  <simon.marchi@efficios.com>
+
+       * gdbarch.sh: Use $(...) instead of `...`.
+
+2020-04-29  Simon Marchi  <simon.marchi@efficios.com>
+
+       * gdbarch.sh: Use double quotes around variables.
+
+2020-04-29  Simon Marchi  <simon.marchi@efficios.com>
+
+       * gdbarch.sh: Use %s with printf, instead of variables in the
+       format string.
+
+2020-04-29  Sterling Augustine <saugustine@google.com>
+
+       * dwarf2/read.c (setup_type_unit_groups): Set list_in_scope.
+
+2020-04-29  Tom Tromey  <tromey@adacore.com>
+
+       PR ada/25875:
+       * dwarf2/read.c (update_enumeration_type_from_children): Compute
+       type fields here.
+       (read_enumeration_type): Call
+       update_enumeration_type_from_children later.  Update comments.
+       (process_enumeration_scope): Don't create type fields.
+
+2020-04-29  Kamil Rytarowski  <n54@gmx.com>
+
+       * nbsd-tdep.c: Include "xml-syscall.h".
+       (nbsd_init_abi): Call `set_xml_syscall_file_name'.
+
+2020-04-29  Kamil Rytarowski  <n54@gmx.com>
+
+       * nbsd-nat.c: Include "sys/wait.h".
+       (nbsd_resume, nbsd_nat_target::resume, nbsd_wait)
+       (nbsd_nat_target::wait, nbsd_nat_target::insert_exec_catchpoint)
+       (nbsd_nat_target::remove_exec_catchpoint)
+       (nbsd_nat_target::set_syscall_catchpoint): Add.
+       * nbsd-nat.h (nbsd_nat_target::resume, nbsd_nat_target::wait)
+       (nbsd_nat_target::insert_exec_catchpoint)
+       (nbsd_nat_target::remove_exec_catchpoint)
+       (nbsd_nat_target::set_syscall_catchpoint): Add.
+       * nbsd-tdep.c (nbsd_get_syscall_number): Add.
+       (nbsd_init_abi): Call `set_gdbarch_get_syscall_number' and pass
+       `nbsd_get_syscall_number'.
+
+2020-04-29  Tom Tromey  <tom@tromey.com>
+
+       * stack.c (print_block_frame_labels): Remove.
+
+2020-04-29  Hannes Domani  <ssbssa@yahoo.de>
+
+       PR gdb/17320
+       * ada-valprint.c (val_print_packed_array_elements): Move array
+       end bracket to new line.
+       (ada_val_print_string): Remove extra spaces before first array
+       element.
+       * c-valprint.c (c_value_print_array): Likewise.
+       * m2-valprint.c (m2_print_array_contents): Likewise.
+       (m2_value_print_inner): Likewise.
+       * p-valprint.c (pascal_value_print_inner): Likewise.
+       * valprint.c (generic_val_print_array): Likewise.
+       (value_print_array_elements): Move first array element and array
+       end bracket to new line.
+
+2020-04-29  Tom de Vries  <tdevries@suse.de>
+
+       PR symtab/25889
+       * linespec.c (find_method): Fix ix calculation.
+
+2020-04-28  Kamil Rytarowski  <n54@gmx.com>
+
+       * syscalls/update-netbsd.sh: New file.
+       * syscalls/netbsd.xml: Regenerate.
+       * data-directory/Makefile.in: Register `netbsd.xml' in
+       `SYSCALLS_FILES'.
+
+2020-04-28  Simon Marchi  <simon.marchi@efficios.com>
+
+       * syscalls/update-freebsd.sh: Add double quotes.
+
+2020-04-28  Tom Tromey  <tom@tromey.com>
+
+       * NEWS: Update.
+       * python/py-cmd.c (gdbpy_initialize_commands): Add COMMAND_TUI.
+       (cmdpy_init): Allow class_tui.
+
+2020-04-28 Mark Williams <mark@myosotissp.com>
+
+       PR gdb/24480
+       * dwarf2read.c: Add missing assingments to list_in_scope when
+       start_symtab was already called.
+
+2020-04-28  Simon Marchi  <simon.marchi@efficios.com>
+
+       PR gdb/25881
+       * dwarf2/read.c (offset_map_type): Use
+       gdb:hash_enum<sect_offset> as hash function.
+
+2020-04-28  Tom de Vries  <tdevries@suse.de>
+
+       * dwarf2/read.c (process_structure_scope): Add symbol for struct decl
+       with DW_AT_signature.
+
+2020-04-27  Simon Marchi  <simon.marchi@efficios.com>
+
+       * configure.ac: Remove check for fs_base/gs_base in
+       user_regs_struct.
+       * configure: Re-generate.
+       * config.in: Re-generate.
+       * amd64-nat.c (amd64_native_gregset_reg_offset): Adjust.
+       * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers,
+       amd64_linux_nat_target::store_registers, ps_get_thread_area, ): Adjust.
+
+2020-04-27  Luis Machado  <luis.machado@linaro.org>
+
+       * dwarf2/frame-tailcall.c (dwarf2_tailcall_sniffer_first): Handle
+       problematic inline frame unwinding situation.
+       * frame.c (frame_id_computed_p): New function.
+       * frame.h (frame_id_computed_p): New prototype.
+
+2020-04-26  Tom Tromey  <tom@tromey.com>
+
+       * command.h (enum command_class) <class_pseudo>: Remove.
+
+2020-04-26  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * cli/cli-decode.c (lookup_cmd_composition): Fix comments
+       and whitespace.
+
+2020-04-25  Kamil Rytarowski  <n54@gmx.com>
+
+       * inf-ptrace.c (inf_ptrace_target::wait): Remove
+       `PT_GET_PROCESS_STATE' block.
+
+2020-04-24  Tom Tromey  <tom@tromey.com>
+
+       * symtab.h (symbol_get_demangled_name): Don't declare.
+       * symtab.c (symbol_get_demangled_name): Remove.
+       (general_symbol_info::natural_name)
+       (general_symbol_info::demangled_name): Update.
+
+2020-04-24  Tom Tromey  <tom@tromey.com>
+
+       PR rust/25025:
+       * dwarf2/read.c (dwarf2_physname): Do not demangle for Rust.
+
+2020-04-24  Tom Tromey  <tom@tromey.com>
+
+       PR symtab/12707:
+       * dwarf2/read.c (add_partial_symbol): Use the linkage name if it
+       exists.
+       (new_symbol): Likewise.
+       * compile/compile-object-load.c (get_out_value_type): Use
+       symbol_matches_search_name.
+
+2020-04-24  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2/read.c (add_partial_symbol): Do not call
+       compute_and_set_names.
+
+2020-04-24  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2/read.c (add_partial_symbol): Use new add_psymbol_to_list
+       overload.
+
+2020-04-24  Tom Tromey  <tom@tromey.com>
+
+       * psymtab.c (add_psymbol_to_bcache): Simplify calling convention.
+       (add_psymbol_to_list): New overload.  Make old overload call new
+       one.
+       * psympriv.h (add_psymbol_to_list): New overload.
+
+2020-04-24  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2/read.c (partial_die_info::read) <case
+       DW_AT_linkage_name>: Use value_as_string.
+       (dwarf2_string_attr): Use value_as_string.
+       * dwarf2/attribute.h (struct attribute) <value_as_string>: Declare
+       method.
+       * dwarf2/attribute.c (attribute::value_as_string): New method.
+
+2020-04-24  Tom Tromey  <tom@tromey.com>
+
+       * symtab.c (general_symbol_info::natural_name)
+       (general_symbol_info::demangled_name): Check for language_rust.
+
+2020-04-24  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2/read.c (dw2_linkage_name): Move Rust "{" hack here...
+       (dwarf2_physname): ... from here.
+       (partial_die_info::read): Add Rust "{" hack.
+
+2020-04-24  Tom Tromey  <tom@tromey.com>
+
+       * symtab.h (struct general_symbol_info) <set_demangled_name>: New
+       method.
+       (symbol_set_demangled_name): Don't declare.
+       * symtab.c (general_symbol_info::set_demangled_name): Rename from
+       symbol_set_demangled_name.
+       (general_symbol_info::set_language)
+       (general_symbol_info::compute_and_set_names): Update.
+       * minsyms.c (minimal_symbol_reader::install): Update.
+       * dwarf2/read.c (new_symbol): Update.
+
+2020-04-24  Tom Tromey  <tromey@adacore.com>
+
+       PR python/23662:
+       * python/py-type.c (convert_field): Handle
+       FIELD_LOC_KIND_DWARF_BLOCK.
+       (typy_get_sizeof): Handle TYPE_HAS_DYNAMIC_LENGTH.
+       (typy_get_dynamic): Nw function.
+       (type_object_getset): Add "dynamic".
+       * NEWS: Add entry.
+
+2020-04-24  Tom Tromey  <tromey@adacore.com>
+
+       * ada-typeprint.c (print_choices, print_variant_part)
+       (print_record_field_types_dynamic): New functions.
+       (print_record_field_types): Use print_record_field_types_dynamic.
+
 2020-04-24  Tom Tromey  <tromey@adacore.com>
 
        * dwarf2/read.c (handle_data_member_location): New overload.
This page took 0.02518 seconds and 4 git commands to generate.