Change streq to return bool
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 57f4f77c8fcba53ab1e7c80a0ae71e3c4588a608..f670b9daffdaa695114a4d276c8b1bc8f5fa42a3 100644 (file)
@@ -1,3 +1,391 @@
+2018-04-05  Tom Tromey  <tom@tromey.com>
+
+       * completer.c (completion_tracker::completion_tracker): Remove
+       cast.
+       (completion_tracker::discard_completions): Likewise.
+       * breakpoint.c (ambiguous_names_p): Remove cast.
+       * ada-lang.c (_initialize_ada_language): Remove cast.
+       * utils.h (streq): Update.
+       (streq_hash): Add new declaration.
+       * utils.c (streq): Return bool.
+       (streq_hash): New function.
+
+2018-04-05  Tom Tromey  <tom@tromey.com>
+
+       * linespec.c (event_location_to_sals) <case ADDRESS_LOCATION>:
+       Remove a string copy.
+
+2018-04-05  Tom Tromey  <tom@tromey.com>
+
+       * linespec.c (filter_results): Use std::vector.
+       (decode_line_2, decode_line_full): Update.
+
+2018-04-05  Tom Tromey  <tom@tromey.com>
+
+       * linespec.c (canonical_to_fullform): Return std::string.
+       (filter_results): Update.
+       (struct decode_line_2_item): Add constructor.
+       <fullform, displayform>: Now std::string.
+       (decode_line_2_compare_items): Now a std::sort comparator.
+       (decode_line_2): Update.
+
+2018-04-05  Tom Tromey  <tom@tromey.com>
+
+       * linespec.c (copy_token_string): Return a unique_xmalloc_ptr.
+       (unexpected_linespec_error): Update.
+       (linespec_parse_basic, parse_linespec): Update.
+
+2018-04-05  Tom Tromey  <tom@tromey.com>
+
+       * linespec.c (linespec_parse_basic): Reindent.
+
+2018-04-05  Tom Tromey  <tom@tromey.com>
+
+       * minsyms.h (iterate_over_minimal_symbols): Update.
+       * minsyms.c (iterate_over_minimal_symbols): Take a
+       gdb::function_view.
+       * linespec.c (struct collect_minsyms): Remove.
+       (compare_msyms): Now a std::sort comparator.
+       (add_minsym): Add parameters.
+       (search_minsyms_for_name): Update.  Use std::vector.
+
+2018-04-03  Tom Tromey  <tom@tromey.com>
+
+       * mipsread.c (read_alphacoff_dynamic_symtab): Use
+       gdb::byte_vector.
+
+2018-04-02  Weimin Pan  <weimin.pan@oracle.com>
+
+       * MAINTAINERS (Write After Approval): Add Weimin Pan.
+
+2018-04-02  Weimin Pan  <weimin.pan@oracle.com>
+
+       PR gdb/16959
+       * cp-valprint.c: (cp_print_static_field) Fix infinite recursion when 
+       printing static type.
+
+2018-04-01  Tom Tromey  <tom@tromey.com>
+
+       * rs6000-nat.c (rs6000_ptrace_ldinfo): Return a byte_vector.
+       (rs6000_xfer_shared_libraries): Update.
+
+2018-04-01  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * common/gdb_vecs.h (char_ptr): Remove.
+       * tracepoint.c (encode_actions_1): Remove usage of char_ptr.
+
+2018-03-30  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * guile/scm-utils.c (gdbscm_parse_function_args): Replace VEC
+       with std::vector.
+       * common/gdb_vecs.h (DEF_VEC_P (char_ptr)): Remove.
+
+2018-03-30  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * tracepoint.h (struct uploaded_tp): Initialize fields.
+       <actions, step_actions, cmd_strings>: Change type to
+       std::vector<char *>.
+       * tracepoint.c (get_uploaded_tp): Allocate with new.
+       (free_uploaded_tps): Free with delete.
+       (parse_tracepoint_definition): Adjust to std::vector change.
+       * breakpoint.c (read_uploaded_action): Likewise.
+       (create_tracepoint_from_upload): Likewise.
+       * ctf.c (ctf_write_uploaded_tp): Likewise.
+       (SET_ARRAY_FIELD): Likewise.
+       * tracefile-tfile.c (tfile_write_uploaded_tp): Likewise.
+
+2018-03-30  Tom Tromey  <tom@tromey.com>
+
+       * solib-svr4.c (lm_info_read): Use gdb::byte_vector.  Return
+       std::unique_ptr.
+       (svr4_keep_data_in_core): Update.
+       (svr4_read_so_list): Update.
+
+2018-03-30  Tom Tromey  <tom@tromey.com>
+
+       * windows-nat.c (handle_output_debug_string, handle_exception):
+       Update.
+       * target.h (target_read_string): Update.
+       * target.c (target_read_string): Change "string" to
+       unique_xmalloc_ptr.
+       * solib-svr4.c (open_symbol_file_object, svr4_read_so_list):
+       Update.
+       * solib-frv.c (frv_current_sos): Update.
+       * solib-dsbt.c (dsbt_current_sos): Update.
+       * solib-darwin.c (darwin_current_sos): Update.
+       * linux-thread-db.c (inferior_has_bug): Update.
+       * expprint.c (print_subexp_standard) <case OP_OBJC_MSGCALL>:
+       Update.  Remove alloca.
+       * ada-lang.c (ada_main_name): Update.
+
+2018-03-30  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2read.c (struct free_dwo_file_cleanup_data): Remove.
+       (struct dwo_file_deleter): New.
+       (dwo_file_up): New typedef.
+       (open_and_init_dwo_file): Use dwo_file_up.
+       (free_dwo_file_cleanup): Remove.
+
+2018-03-30  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2read.c (free_dwo_file): Remove "objfile" parameter.
+       (free_dwo_file_cleanup, free_dwo_file_from_slot): Update.
+
+2018-03-30  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2read.c (class free_cached_comp_units): New class.
+       (dw2_instantiate_symtab, dwarf2_build_psymtabs_hard): Use it.
+       (free_cached_comp_units): Remove function.
+
+2018-03-30  Tom Tromey  <tom@tromey.com>
+
+       * utils.h (make_cleanup_unpush_target): Remove.
+       * inf-ptrace.c (struct target_unpusher): New.
+       (target_unpush_up) New typedef.
+       (inf_ptrace_create_inferior, inf_ptrace_attach): Use
+       target_unpush_up.
+       * utils.c (do_unpush_target, make_cleanup_unpush_target): Remove.
+
+2018-03-27  Tom Tromey  <tom@tromey.com>
+
+       * utils.c (prompt_for_continue): Use unique_xmalloc_ptr.
+
+2018-03-27  Pedro Alves  <palves@redhat.com>
+           Tom Tromey  <tom@tromey.com>
+
+       * top.c (class gdb_readline_wrapper_cleanup): Add constructor,
+       destructor.  Now a class.
+       (gdb_readline_wrapper_cleanup): Remove function.
+       (gdb_readline_wrapper): Remove cleanups.
+
+2018-03-27  Tom Tromey  <tom@tromey.com>
+
+       * typeprint.h (struct type_print_options) <local_typedefs,
+       global_typedefs>: Remove "struct" keyword.
+       (class typedef_hash_table): New class.
+       (recursively_update_typedef_hash, add_template_parameters)
+       (create_typedef_hash, free_typedef_hash, copy_typedef_hash)
+       (find_typedef_in_hash): Don't declare.
+       * typeprint.c (struct typedef_hash_table): Move to typeprint.h.
+       (typedef_hash_table::recursively_update): Rename from
+       recursively_update_typedef_hash.  Now a member.
+       (typedef_hash_table::add_template_parameters): Rename from
+       add_template_parameters.  Now a member.
+       (typedef_hash_table::typedef_hash_table): Now a constructor;
+       rename from create_typedef_hash.
+       (typedef_hash_table::~typedef_hash_table): Now a destructor;
+       rename from free_typedef_hash.
+       (do_free_typedef_hash, make_cleanup_free_typedef_hash)
+       (do_free_global_table): Remove.
+       (typedef_hash_table::typedef_hash_table): New constructor; renamed
+       from copy_type_recursive.
+       (create_global_typedef_table): Remove.
+       (typedef_hash_table::find_global_typedef): Now a member of
+       typedef_hash_table.
+       (typedef_hash_table::find_typedef): Rename from
+       find_typedef_in_hash; now a member.
+       (whatis_exp): Update.
+       * extension.h (struct ext_lang_type_printers): Add constructor and
+       destructor.
+       (start_ext_lang_type_printers, free_ext_lang_type_printers): Don't
+       declare.
+       * extension.c (ext_lang_type_printers::ext_lang_type_printers):
+       Now a constructor; rename from start_ext_lang_type_printers.
+       (ext_lang_type_printers): Now a destructor; rename from
+       free_ext_lang_type_printers.
+       * c-typeprint.c (find_typedef_for_canonicalize, c_print_type_1):
+       Update.
+       (c_type_print_base_struct_union): Update.  Remove cleanups.
+
+2018-03-27  Tom Tromey  <tom@tromey.com>
+
+       * dwarf-index-write.c: Include <cmath>.
+
+2018-03-27  Joel Brobecker  <brobecker@adacore.com>
+
+       * NEWS: Add entry describing new "set|show varsize-limit" command.
+       * ada-lang.c (_initialize_ada_language): Add "set/show varsize-limit"
+       command.
+       * printcmd.c (_initialize_printcmd): Add "set var" alias of
+       "set variable".
+
+2018-03-27  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * Makefile.in (COMMON_SFILES): Add dwarf-index-common.c and
+       dwarf-index-write.c
+       (HFILES_NO_SRCDIR): Add dwarf-index-common.h and dwarf2read.h.
+       * dwarf-index-common.c: New file.
+       * dwarf-index-common.h: New file.
+       * dwarf-index-write.c: New file.
+       * dwarf2read.c: Include dwarf2read.h and dwarf-index-common.h.
+       (struct dwarf2_section_info): Move from here.
+       (dwarf2_section_info_def): Likewise.
+       (DEF_VEC_O (dwarf2_section_info_def)): Likewise.
+       (offset_type): Likewise.
+       (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): Likewise.
+       (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): Likewise.
+       (DW2_GDB_INDEX_CU_SET_VALUE): Likewise.
+       (byte_swap): Likewise.
+       (MAYBE_SWAP): Likewise.
+       (dwarf2_per_cu_ptr): Likewise.
+       (DEF_VEC_P (dwarf2_per_cu_ptr)): Likewise.
+       (struct tu_stats): Likewise.
+       (struct dwarf2_per_objfile): Likewise.
+       (struct dwarf2_per_cu_data): Likewise.
+       (struct signatured_type): Likewise.
+       (sig_type_ptr): Likewise.
+       (DEF_VEC_P (sig_type_ptr)): Likewise.
+       (INDEX4_SUFFIX): Likewise.
+       (INDEX5_SUFFIX): Likewise.
+       (DEBUG_STR_SUFFIX): Likewise.
+       (dwarf2_read_section): Make non-static.
+       (mapped_index_string_hash): Move from here.
+       (dwarf5_djb_hash): Likewise.
+       (file_write): Likewise.
+       (class data_buf): Likewise.
+       (struct symtab_index_entry): Likewise.
+       (struct mapped_symtab): Likewise.
+       (find_slot): Likewise.
+       (hash_expand): Likewise.
+       (add_index_entry): Likewise.
+       (uniquify_cu_indices): Likewise.
+       (class c_str_view): Likewise.
+       (class c_str_view_hasher): Likewise.
+       (class vector_hasher): Likewise.
+       (write_hash_table): Likewise.
+       (psym_index_map): Likewise.
+       (struct addrmap_index_data): Likewise.
+       (add_address_entry): Likewise.
+       (add_address_entry_worker): Likewise.
+       (write_address_map): Likewise.
+       (symbol_kind): Likewise.
+       (write_psymbols): Likewise.
+       (struct signatured_type_index_data): Likewise.
+       (write_one_signatured_type): Likewise.
+       (recursively_count_psymbols): Likewise.
+       (recursively_write_psymbols): Likewise.
+       (class debug_names): Likewise.
+       (check_dwarf64_offsets): Likewise.
+       (psyms_seen_size): Likewise.
+       (write_gdbindex): Likewise.
+       (write_debug_names): Likewise.
+       (assert_file_size): Likewise.
+       (write_psymtabs_to_index): Likewise.
+       (save_gdb_index_command): Likewise.
+       (_initialize_dwarf2_read): Don't register the "save gdb-index"
+       command.
+       * dwarf2read.h: New file.
+
+2018-03-27  Joel Brobecker  <brobecker@adacore.com>
+
+       PR gdb/22670
+       * dwarf2read.c (dwarf2_physname): Do not return the demangled
+       symbol name if the CU's language stores symbol names in linkage
+       format.
+       * language.h (struct language_defn)
+       <la_store_sym_names_in_linkage_form_p>: New field.  Adjust
+       all instances of this struct.
+
+2018-03-26  Tom Tromey  <tom@tromey.com>
+
+       * stack.c (backtrace_command_1): Remove verbose code.
+
+2018-03-26  Tom Tromey  <tom@tromey.com>
+
+       * python/py-framefilter.c (py_print_type): Don't catch
+       exceptions.  Return void.
+       (py_print_value): Likewise.
+       (py_print_single_arg): Likewise.
+       (enumerate_args): Don't catch exceptions.
+       (py_print_args): Likewise.
+       (py_print_frame): Likewise.
+       (gdbpy_apply_frame_filter): Catch exceptions here.
+
+2018-03-26  Tom Tromey  <tom@tromey.com>
+
+       * stack.c (_initialize_stack): Remove trailing newlines from help
+       text.  Add "Usage" line to "backtrace" help.
+
+2018-03-26  Tom Tromey  <tom@tromey.com>
+
+       PR python/16486:
+       * python/py-framefilter.c (py_print_args): Call wrap_hint.
+
+2018-03-26  Tom Tromey  <tom@tromey.com>
+
+       * python/py-framefilter.c (py_print_single_arg): Return
+       EXT_LANG_BT_ERROR from catch.
+
+2018-03-26  Tom Tromey  <tom@tromey.com>
+
+       PR backtrace/15584:
+       * stack.c (backtrace_command_1): Move some code into no-filters
+       "if".
+
+2018-03-26  Tom Tromey  <tom@tromey.com>
+
+       * python/py-framefilter.c (throw_quit_or_print_exception): New
+       function.
+       (gdbpy_apply_frame_filter): Use it.
+
+2018-03-26  Tom Tromey  <tom@tromey.com>
+
+       PR cli/17716:
+       * python/py-framefilter.c (py_print_type, py_print_value)
+       (enumerate_args, py_print_args, gdbpy_apply_frame_filter): Use
+       RETURN_MASK_ERROR.
+
+2018-03-26  Tom Tromey  <tom@tromey.com>
+
+       * python/py-framefilter.c (enumerate_args): Use
+       gdb::unique_xmalloc_ptr.
+
+2018-03-26  Tom Tromey  <tom@tromey.com>
+
+       * python/py-framefilter.c (py_print_frame): Return
+       EXT_LANG_BT_OK.
+       (gdbpy_apply_frame_filter): Update comment.
+       * extension.h (enum ext_lang_bt_status) <EXT_LANG_BT_COMPLETED>:
+       Remove.
+       <EXT_LANG_BT_NO_FILTERS>: Change value.
+
+2018-03-26  Tom Tromey  <tom@tromey.com>
+
+       PR backtrace/15582:
+       * stack.c (backtrace_command): Parse "hide" argument.
+       * python/py-framefilter.c (py_print_frame): Handle PRINT_HIDE.
+       * extension.h (enum frame_filter_flags) <PRINT_HIDE>: New
+       constant.
+
+2018-03-26  Tom Tromey  <tom@tromey.com>
+
+       * stack.c (backtrace_command_1): Remove "show_locals" parameter,
+       add "flags".
+       (backtrace_command): Remove "fulltrace", add "flags".
+
+2018-03-26  Tom Tromey  <tom@tromey.com>
+
+       * stack.c (backtrace_command): Rewrite command line parsing.
+
+2018-03-26  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * dwarf2read.c (DEF_VEC_I(offset_type)): Remove.
+
+2018-03-26  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * filename-seen-cache.h: Add include guard.
+
+2018-03-26  Keith Seitz  <keiths@redhat.com>
+
+       * symfile.c (place_section): Remove "struct" from section_addr_info
+       in comment.
+       * windows-nat.c (struct safe_symbol_file_add_args) <addrs>: Remove
+       "struct" keyword from section_addr_info.
+
+2018-03-26  Alan Hayward  <alan.hayward@arm.com>
+
+       * regformats/regdef.h (reg): Add constructors.
+
 2018-03-25  Pedro Alves  <palves@redhat.com>
 
        * eval.c (evaluate_funcall): Swap OP_VAR_MSYM_VALUE/OP_VAR_VALUE
 
 2018-03-20  Stephen Roberts  <stephen.roberts@arm.com>
 
-       * gdb/symtab.c (find_pc_sect_line): fixed indentation.
+       * symtab.c (find_pc_sect_line): fixed indentation.
 
 2018-03-20  Stephen Roberts  <stephen.roberts@arm.com>
 
-       * gdb/symtab.c (find_pc_sect_line): now uses binary search.
+       * symtab.c (find_pc_sect_line): now uses binary search.
 
 2018-03-19  Tom Tromey  <tom@tromey.com>
 
This page took 0.032338 seconds and 4 git commands to generate.