Introduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throughout
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index d110c34f2d200408c1061b39f1ac559b9a8ca423..8778caea426b66a71cca3cf7c480f94151d280a8 100644 (file)
@@ -1,3 +1,575 @@
+2017-07-17  Pedro Alves  <palves@redhat.com>
+
+       * c-exp.y (operator_stoken): Use CP_OPERATOR_LEN and
+       CP_OPERATOR_STR.
+       * c-typeprint.c (is_type_conversion_operator): Use
+       CP_OPERATOR_STR.
+       * cp-support.c (LENGTH_OF_OPERATOR): Delete.
+       (cp_find_first_component_aux): Use CP_OPERATOR_STR and
+       CP_OPERATOR_LEN.
+       * cp-support.h (CP_OPERATOR_STR, CP_OPERATOR_LEN): New.
+       * gnu-v2-abi.c (gnuv2_is_operator_name): Use CP_OPERATOR_STR.
+       * gnu-v3-abi.c (gnuv3_is_operator_name): Use CP_OPERATOR_STR.
+       * linespec.c (linespec_lexer_lex_string): Use CP_OPERATOR_LEN and
+       CP_OPERATOR_STR.
+       * location.c: Include "cp-support.h".
+       (explicit_location_lex_one): Use CP_OPERATOR_LEN and
+       CP_OPERATOR_STR.
+       * symtab.c (operator_chars): Use CP_OPERATOR_STR and
+       CP_OPERATOR_LEN.
+
+2017-07-17  Pedro Alves  <palves@redhat.com>
+
+       * cli/cli-cmds.c (complete_command): Use a completion tracker
+       along with completion_find_completion_word for handle_brkchars
+       phase.
+       * completer.c (RL_QF_SINGLE_QUOTE, RL_QF_DOUBLE_QUOTE)
+       (RL_QF_BACKSLASH, RL_QF_OTHER_QUOTE): New.
+       (struct gdb_rl_completion_word_info): New.
+       (gdb_rl_find_completion_word): New.
+       (completion_find_completion_word): New.
+       * completer.h (completion_find_completion_word): Declare.
+
+2017-07-17  Pedro Alves  <palves@redhat.com>
+
+       * ada-lang.c (symbol_completion_match): Adjust comments.
+       (symbol_completion_add): Replace vector parameter with
+       completion_tracker parameter.  Use it.
+       (ada_make_symbol_completion_list): Rename to...
+       (ada_collect_symbol_completion_matches): ... this.  Add
+       completion_tracker parameter and use it.
+       (ada_language_defn): Adjust.
+       * break-catch-syscall.c (catch_syscall_completer): Adjust
+       prototype and work with completion_tracker instead of VEC.
+       * breakpoint.c (condition_completer): Adjust prototype and work
+       with completion_tracker instead of VEC.
+       * c-lang.c (c_language_defn, cplus_language_defn)
+       (asm_language_defn, minimal_language_defn): Adjust to renames.
+       * cli/cli-cmds.c (complete_command): Rework using
+       completion_tracker.  Catch exceptions when completing.
+       * cli/cli-decode.c (integer_unlimited_completer)
+       (complete_on_cmdlist, complete_on_enum): Adjust prototype and work
+       with completion_tracker instead of VEC.
+       * command.h (struct completion_tracker): Forward declare.
+       (completer_ftype, completer_handle_brkchars_ftype): Change
+       types.
+       (complete_on_cmdlist, complete_on_enum): Adjust.
+       * completer.c: Include <algorithm>.
+       (struct gdb_completer_state): New.
+       (current_completion): New global.
+       (readline_line_completion_function): Delete.
+       (noop_completer, filename_completer)
+       (filename_completer_handle_brkchars, complete_files_symbols)
+       (linespec_location_completer): Adjust to work with a
+       completion_tracker instead of a VEC.
+       (string_or_empty): New.
+       (collect_explicit_location_matches): Adjust to work with a
+       completion_tracker instead of a VEC.
+       (explicit_location_completer): Rename to ...
+       (complete_explicit_location): ... this and adjust to work with a
+       completion_tracker instead of a VEC.
+       (location_completer): Adjust to work with a completion_tracker
+       instead of a VEC.
+       (add_struct_fields): Adjust to work with a completion_list instead
+       of VEC.
+       (expression_completer): Rename to ...
+       (complete_expression): ... this and adjust to work with a
+       completion_tracker instead of a VEC.  Use complete_files_symbols.
+       (expression_completer): Reimplement on top of complete_expression.
+       (symbol_completer): Adjust to work with a completion_tracker
+       instead of a VEC.
+       (enum complete_line_internal_reason): Add describing comments.
+       (complete_line_internal_normal_command): Adjust to work with a
+       completion_tracker instead of a VEC.
+       (complete_line_internal): Rename to ...
+       (complete_line_internal_1): ... this and adjust to work with a
+       completion_tracker instead of a VEC.  Assert TEXT is NULL in the
+       handle_brkchars phase.
+       (new_completion_tracker): Delete.
+       (complete_line_internal): Reimplement as TRY/CATCH wrapper around
+       complete_line_internal_1.
+       (free_completion_tracker): Delete.
+       (INITIAL_COMPLETION_HTAB_SIZE): New.
+       (completion_tracker::completion_tracker)
+       (completion_tracker::~completion_tracker): New.
+       (maybe_add_completion): Delete.
+       (completion_tracker::maybe_add_completion)
+       (completion_tracker::add_completion)
+       (completion_tracker::add_completions): New.
+       (throw_max_completions_reached_error): Delete.
+       (complete_line): Adjust to work with a completion_tracker instead
+       of a VEC.  Don't create a completion_tracker_t or check for max
+       completions here.
+       (command_completer, command_completer_handle_brkchars)
+       (signal_completer, reg_or_group_completer_1)
+       (reg_or_group_completer, default_completer_handle_brkchars):
+       Adjust to work with a completion_tracker.
+       (gdb_completion_word_break_characters_throw): New.
+       (gdb_completion_word_break_characters): Reimplement.
+       (line_completion_function): Delete.
+       (completion_tracker::recompute_lowest_common_denominator)
+       (expand_preserving_ws)
+       (completion_tracker::build_completion_result)
+       (completion_result::completion_result)
+       (completion_result::completion_result)
+       (completion_result::~completion_result)
+       (completion_result::completion_result)
+       (completion_result::release_match_list, compare_cstrings)
+       (completion_result::sort_match_list)
+       (completion_result::reset_match_list)
+       (gdb_rl_attempted_completion_function_throw)
+       (gdb_rl_attempted_completion_function): New.
+       * completer.h (completion_list, struct completion_result)
+       (class completion_tracker): New.
+       (complete_line): Add completion_tracker parameter.
+       (readline_line_completion_function): Delete.
+       (gdb_rl_attempted_completion_function): New.
+       (noop_completer, filename_completer, expression_completer)
+       (location_completer, symbol_completer, command_completer)
+       (signal_completer, reg_or_group_completer): Update prototypes.
+       (completion_tracker_t, new_completion_tracker)
+       (make_cleanup_free_completion_tracker): Delete.
+       (enum maybe_add_completion_enum): Delete.
+       (maybe_add_completion): Delete.
+       (throw_max_completions_reached_error): Delete.
+       * corefile.c (complete_set_gnutarget): Adjust to work with a
+       completion_tracker instead of a VEC.
+       * cp-abi.c (cp_abi_completer): Adjust to work with a
+       completion_tracker instead of a VEC.
+       * d-lang.c (d_language_defn): Adjust.
+       * disasm.c (disassembler_options_completer): Adjust to work with a
+       completion_tracker instead of a VEC.
+       * f-lang.c (f_make_symbol_completion_list): Rename to ...
+       (f_collect_symbol_completion_matches): ... this.  Adjust to work
+       with a completion_tracker instead of a VEC.
+       (f_language_defn): Adjust.
+       * go-lang.c (go_language_defn): Adjust.
+       * guile/scm-cmd.c (cmdscm_add_completion, cmdscm_completer):
+       Adjust to work with a completion_tracker instead of a VEC.
+       * infrun.c (handle_completer): Likewise.
+       * interps.c (interpreter_completer): Likewise.
+       * interps.h (interpreter_completer): Likewise.
+       * language.c (unknown_language_defn, auto_language_defn)
+       (local_language_defn): Adjust.
+       * language.h (language_defn::la_make_symbol_completion_list):
+       Rename to ...
+       (language_defn::la_collect_symbol_completion_matches): ... this
+       and adjust to work with a completion_tracker instead of a VEC.
+       * m2-lang.c (m2_language_defn): Adjust.
+       * objc-lang.c (objc_language_defn): Adjust.
+       * opencl-lang.c (opencl_language_defn): Adjust.
+       * p-lang.c (pascal_language_defn): Adjust.
+       * python/py-cmd.c (cmdpy_completer_helper): Handle NULL word.
+       (cmdpy_completer_handle_brkchars, cmdpy_completer): Adjust to work
+       with a completion_tracker.
+       * rust-lang.c (rust_language_defn): Adjust.
+       * symtab.c (free_completion_list, do_free_completion_list)
+       (return_val, completion_tracker): Delete.
+       (completion_list_add_name, completion_list_add_symbol)
+       (completion_list_add_msymbol, completion_list_objc_symbol)
+       (completion_list_add_fields, add_symtab_completions): Add
+       completion_tracker parameter and use it.
+       (default_make_symbol_completion_list_break_on_1): Rename to...
+       (default_collect_symbol_completion_matches_break_on): ... this.
+       Add completion_tracker parameter and use it instead of allocating
+       a completion tracker here.
+       (default_make_symbol_completion_list_break_on): Delete old
+       implementation.
+       (default_make_symbol_completion_list): Delete.
+       (default_collect_symbol_completion_matches): New.
+       (make_symbol_completion_list): Delete.
+       (collect_symbol_completion_matches): New.
+       (make_symbol_completion_type): Rename to ...
+       (collect_symbol_completion_matches_type): ... this.  Add
+       completion_tracker parameter and use it instead of VEC.
+       (make_file_symbol_completion_list_1): Rename to...
+       (collect_file_symbol_completion_matches): ... this.  Add
+       completion_tracker parameter and use it instead of VEC.
+       (make_file_symbol_completion_list): Delete.
+       (add_filename_to_list): Use completion_list instead of a VEC.
+       (add_partial_filename_data::list): Now a completion_list.
+       (make_source_files_completion_list): Work with a completion_list
+       instead of a VEC.
+       * symtab.h: Include "completer.h".
+       (default_make_symbol_completion_list_break_on)
+       (default_make_symbol_completion_list, make_symbol_completion_list)
+       (make_symbol_completion_type, make_file_symbol_completion_list)
+       (make_source_files_completion_list): Delete.
+       (default_collect_symbol_completion_matches_break_on)
+       (default_collect_symbol_completion_matches)
+       (collect_symbol_completion_matches)
+       (collect_symbol_completion_matches_type)
+       (collect_file_symbol_completion_matches)
+       (make_source_files_completion_list): New.
+       * top.c (init_main): Don't install a rl_completion_entry_function
+       hook.  Install a rl_attempted_completion_function hook instead.
+       * tui/tui-layout.c (layout_completer): Adjust to work with a
+       completion_tracker.
+       * tui/tui-regs.c (tui_reggroup_completer):
+       * tui/tui-win.c (window_name_completer, focus_completer)
+       (winheight_completer): Adjust to work with a completion_tracker.
+       * value.c: Include "completer.h".
+       (complete_internalvar): Adjust to work with a completion_tracker.
+       * value.h (complete_internalvar): Likewise.
+
+2017-07-17  Pedro Alves  <palves@redhat.com>
+
+       * cli/cli-decode.c (set_cmd_completer_handle_brkchars): Adjust to
+       renames.
+       * cli/cli-decode.h (struct cmd_list_element) <completer>: Move
+       comments to completer_ftype's declaration.
+       <completer_handle_brkchars>: Change type to
+       completer_handle_brkchars_ftype.
+       * command.h (completer_ftype): Add describing comment and give
+       names to parameters.
+       (completer_ftype_void): Rename to ...
+       (completer_handle_brkchars_ftype) ... this.  Add describing comment.
+       (set_cmd_completer_handle_brkchars): Adjust.
+       * completer.c (filename_completer_handle_brkchars): New function.
+       (complete_line_internal_normal_command): New function, factored
+       out from ...
+       (complete_line_internal): ... here.
+       (command_completer_handle_brkchars)
+       (default_completer_handle_brkchars)
+       (completer_handle_brkchars_func_for_completer): New functions.
+       * completer.h (set_gdb_completion_word_break_characters): Delete
+       declaration.
+       (completer_handle_brkchars_func_for_completer): New declaration.
+       * python/py-cmd.c (cmdpy_completer_handle_brkchars): Adjust to use
+       completer_handle_brkchars_func_for_completer.
+
+2017-07-17  Pedro Alves  <palves@redhat.com>
+
+       * completer.c (symbol_completer): New function, based on
+       make_symbol_completion_list_fn.
+       * completer.h (symbol_completer): New declaration.
+       * guile/scm-cmd.c (cmdscm_completers): Adjust.
+       * python/py-cmd.c (completers): Adjust.
+       * symtab.c (make_symbol_completion_list_fn): Delete.
+       * symtab.h (make_symbol_completion_list_fn): Delete.
+       * cli/cli-decode.c (add_cmd): Adjust.
+
+2017-07-17  Pedro Alves  <palves@redhat.com>
+
+       * Makefile.in (COMMON_OBS): Add filename-seen-cache.o.
+       * dwarf2read.c: Include "filename-seen-cache.h".
+       * dwarf2read.c (dwarf2_per_objfile) <filenames_cache>: New field.
+       (dw2_map_symbol_filenames): Build and use a filenames_seen_cache.
+       * filename-seen-cache.c: New file.
+       * filename-seen-cache.h: New file.
+       * symtab.c: Include "filename-seen-cache.h".
+       (struct filename_seen_cache, INITIAL_FILENAME_SEEN_CACHE_SIZE)
+       (create_filename_seen_cache, clear_filename_seen_cache)
+       (delete_filename_seen_cache, filename_seen): Delete, parts moved
+       to filename-seen-cache.h/filename-seen-cache.c.
+       (output_source_filename, sources_info)
+       (maybe_add_partial_symtab_filename)
+       (make_source_files_completion_list): Adjust to use
+       filename_seen_cache.
+
+2017-07-17  Pedro Alves  <palves@redhat.com>
+
+       * dwarf2read.c (dwarf2_per_objfile): In-class initialize all
+       fields.
+       (dwarf2_per_objfile::dwarf2_per_objfile(objfile*, const
+       dwarf2_debug_sections*)): New.
+       (dwarf2_per_objfile::dwarf2_per_objfile(const
+       dwarf2_per_objfile&)): Declare as deleted.
+       (dwarf2_per_objfile::operator=): Declare as deleted.
+       (dwarf2_per_objfile::dwarf2_per_objfile)
+       (dwarf2_per_objfile::~dwarf2_per_objfile)
+       (dwarf2_per_objfile::free_cached_comp_units): New.
+       (dwarf2_has_info): dwarf2_per_objfile initialization code moved to
+       ctor.  Call dwarf2_per_objfile's ctor manually.
+       (dwarf2_locate_sections): Deleted/refactored as ...
+       (dwarf2_per_objfile::locate_sections): ... this new method.
+       (free_cached_comp_units): Defer to
+       dwarf2_per_objfile::free_cached_comp_units.
+       (dwarf2_free_objfile): Call dwarf2_per_objfile's dtor manually.
+
+2017-07-14  Tom Tromey  <tom@tromey.com>
+
+       PR rust/21764:
+       * rust-exp.y (convert_ast_to_expression): Add "want_type"
+       parameter.
+       <UNOP_SIZEOF>: Split into separate case.
+       <UNOP_VAR_VALUE>: Handle want_type.  Add error case.
+
+2017-07-14  Tom Tromey  <tom@tromey.com>
+
+       PR rust/21763:
+       * symtab.c (symbol_matches_domain): Add language_rust to special
+       case.
+       * rust-exp.y (convert_ast_to_expression) <OP_VAR_VALUE>: Don't
+       treat LOC_TYPEDEF symbols as variables.
+
+2017-07-14  Pedro Alves  <palves@redhat.com>
+
+       * symtab.c (make_file_symbol_completion_list_1): Iterate over
+       symtabs matching all symtabs with SRCFILE as file name instead of
+       only considering the first hit, with lookup_symtab.
+
+2017-07-14  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * ax-gdb.c (gen_aggregate_elt_ref): Remove operand_name and
+       operator_name parameters.
+       (gen_expr): Update function call.
+
+2017-07-14  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * dwarf2loc.h (dwarf2_compile_expr_to_ax): Remove gdbarch
+       parameter.
+       * symtab.h (struct symbol_computed_ops::tracepoint_var_ref):
+       Likewise.
+       * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove gdbarch
+       parameter, use agent_expr::gdbarch instead, update function
+       calls.
+       (locexpr_tracepoint_var_ref): Likewise.
+       (loclist_tracepoint_var_ref): Likewise.
+       * ax-gdb.c (gen_trace_static_fields): Likewise.
+       (gen_traced_pop): Likewise.
+       (gen_frame_args_address): Likewise.
+       (gen_frame_locals_address): Likewise.
+       (gen_var_ref): Likewise.
+       (gen_struct_ref_recursive): Likewise.
+       (gen_static_field): Likewise.
+       (gen_maybe_namespace_elt): Likewise.
+       (gen_expr): Likewise.
+       (gen_trace_for_var): Likewise.
+       (gen_trace_for_expr): Likewise.
+       (gen_trace_for_return_address): Likewise.
+
+2017-07-14  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * ax-gdb.c (gen_deref, gen_address_of): Remove unused ax
+       parameter.
+       (gen_struct_ref, gen_expr, gen_expr_binop_rest): Update call.
+
+2017-07-14  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * ax-gdb.c (gen_usual_unary): Remove exp parameter, get gdbarch
+       from ax, update calls.
+       (gen_usual_arithmetic): Likewise.
+       (gen_integral_promotions): Likewise.
+       (gen_bitfield_ref): Likewise.
+       (gen_primitive_field): Likewise.
+       (gen_struct_ref_recursive): Likewise.
+       (gen_struct_ref): Likewise.
+       (gen_maybe_namespace_elt): Likewise.
+       (gen_struct_elt_for_reference): Likewise.
+       (gen_namespace_elt): Likewise.
+       (gen_aggregate_elt_ref): Likewise.
+       (gen_expr): Get gdbarch from ax, update calls.
+       (gen_expr_binop_rest): Likewise.
+
+2017-07-13  Pedro Alves  <palves@redhat.com>
+
+       * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Pass tdesc_amd64
+       as default tdesc.
+       * amd64-dicos-tdep.c (amd64_dicos_init_abi):
+       * amd64-fbsd-tdep.c (amd64fbsd_init_abi):
+       * amd64-linux-tdep.c (amd64_linux_init_abi): Pass
+       tdesc_amd64_linux as default tdesc.  Get final tdesc from the
+       tdep.
+       (amd64_x32_linux_init_abi): Pass tdesc_x32_linux as default tdesc.
+       Get final tdesc from the tdep.
+       * amd64-nbsd-tdep.c (amd64nbsd_init_abi): Pass tdesc_amd64 as
+       default tdesc.
+       * amd64-obsd-tdep.c (amd64obsd_init_abi): Likewise.
+       * amd64-sol2-tdep.c (amd64_sol2_init_abi): Likewise.
+       * amd64-tdep.c (amd64_init_abi): Add 'default_tdesc' parameter.
+       Use it as default tdesc.
+       (amd64_x32_init_abi): Add 'default_tdesc' parameter, and pass it
+       down to amd_init_abi.  No longer handle fallback tdesc here.
+       * amd64-tdep.h (tdesc_x32): Declare.
+       (amd64_init_abi, amd64_x32_init_abi): Add 'default_tdesc'
+       parameter.
+       * amd64-windows-tdep.c (amd64_windows_init_abi): Pass tdesc_amd64
+       as default tdesc.
+
+2017-07-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * s390-linux-tdep.c (s390_process_record): Add support for
+       instructions new in arch12.
+
+2017-07-11  John Baldwin  <jhb@FreeBSD.org>
+
+       * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
+       PT_GETFSBASE and PT_GETGSBASE.
+       (amd64bsd_store_inferior_registers): Use PT_SETFSBASE and
+       PT_SETGSBASE.
+
+2017-07-11  John Baldwin  <jhb@FreeBSD.org>
+
+       * features/Makefile (amd64.dat, amd64-avx.dat, amd64-mpx.dat)
+       (amd64-avx-mpx.dat, amd64-avx-avx512.dat)
+       (amd64-avx-mpx-avx512-pku.dat): Add i386/64bit-segments.xml in
+       those rules.
+       * features/i386/amd64-avx-avx512.xml: Add 64bit-segments.xml.
+       * features/i386/amd64-avx-mpx-avx512-pku.xml: Add 64bit-segments.xml.
+       * features/i386/amd64-avx-mpx.xml: Add 64bit-segments.xml.
+       * features/i386/amd64-avx.xml: Add 64bit-segments.xml.
+       * features/i386/amd64-mpx.xml: Add 64bit-segments.xml.
+       * features/i386/amd64.xml: Add 64bit-segments.xml.
+       * features/i386/amd64-avx-avx512.c: Regenerated.
+       * features/i386/amd64-avx-mpx-avx512-pku.c: Regenerated.
+       * features/i386/amd64-avx-mpx.c: Regenerated.
+       * features/i386/amd64-avx.c: Regenerated.
+       * features/i386/amd64-mpx.c: Regenerated.
+       * features/i386/amd64.c: Regenerated.
+       * regformats/i386/amd64-avx-avx512.dat: Regenerated.
+       * regformats/i386/amd64-avx-mpx-avx512-pku.dat: Regenerated.
+       * regformats/i386/amd64-avx-mpx.dat: Regenerated.
+       * regformats/i386/amd64-avx.dat: Regenerated.
+       * regformats/i386/amd64-mpx.dat: Regenerated.
+       * regformats/i386/amd64.dat: Regenerated.
+
+2017-07-10  Yao Qi  <yao.qi@linaro.org>
+
+       * features/i386/amd64-avx-avx512-linux.c: Re-generated.
+       * features/i386/amd64-avx-mpx-avx512-pku-linux.c: Re-generated.
+
+2017-07-10  Anton Kolesov  <Anton.Kolesov@synopsys.com>
+
+       * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add setenv and
+       unsetenv.
+       * gnulib/aclocal.m4: Regenerate.
+       * gnulib/config.in: Regenerate.
+       * gnulib/configure: Regenerate.
+       * gnulib/import/Makefile.am: Regenerate.
+       * gnulib/import/Makefile.in: Regenerate.
+       * gnulib/import/m4/gnulib-cache.m4: Regenerate.
+       * gnulib/import/m4/gnulib-comp.m4: Regenerate.
+       * gnulib/import/m4/environ.m4: New file.
+       * gnulib/import/m4/setenv.m4: New file.
+       * gnulib/import/setenv.c: New file.
+       * gnulib/import/unsetenv.c: New file.
+
+2017-07-09  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Read
+       address when op is DW_OP_addr.
+
+2017-07-09  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Reverse size
+       check and apply to outer type.
+
+2017-07-07  John Baldwin  <jhb@FreeBSD.org>
+
+       * fbsd-tdep.c (LWPINFO_OFFSET, LWPINFO_PL_FLAGS)
+       (LWPINFO64_PL_SIGINFO, LWPINFO32_PL_SIGINFO, PL_FLAG_SI)
+       (SIZE64_SIGINFO_T, SIZE32_SIGINFO_T, fbsd_core_xfer_siginfo): New.
+       (fbsd_init_abi): Install gdbarch "core_xfer_siginfo" method.
+
+2017-07-07  John Baldwin  <jhb@FreeBSD.org>
+
+       * fbsd-tdep.c (fbsd_core_thread_name): Use thread_section_name.
+
+2017-07-07  John Baldwin  <jhb@FreeBSD.org>
+
+       * corelow.c (get_core_siginfo): Remove.
+       (core_xfer_partial): Use the gdbarch "core_xfer_siginfo" method
+       instead of get_core_siginfo.
+       * gdbarch.sh (core_xfer_siginfo): New gdbarch callback.
+       * gdbarch.h: Re-generate.
+       * gdbarch.c: Re-generate.
+       * linux-tdep.c (linux_core_xfer_siginfo): New.
+       (linux_init_abi): Install gdbarch "core_xfer_siginfo" method.
+
+2017-07-07  John Baldwin  <jhb@FreeBSD.org>
+
+       * corelow.c (thread_section_name): Move to ...
+       * gdbcore.h (thread_section_name): ... here.
+
+2017-07-07  John Baldwin  <jhb@FreeBSD.org>
+
+       * fbsd-nat.c [PT_LWPINFO && __LP64__] (union sigval32)
+       (struct siginfo32): New.
+       [PT_LWPINFO] (fbsd_siginfo_size, fbsd_convert_siginfo): New.
+       (fbsd_xfer_partial) [PT_LWPINFO]: Handle TARGET_OBJECT_SIGNAL_INFO
+       via ptrace(PT_LWPINFO).
+
+2017-07-07  John Baldwin  <jhb@FreeBSD.org>
+
+       * fbsd-tdep.c (fbsd_gdbarch_data_handle, struct fbsd_gdbarch_data)
+       (init_fbsd_gdbarch_data, get_fbsd_gdbarch_data)
+       (fbsd_get_siginfo_type): New.
+       (fbsd_init_abi): Install gdbarch "get_siginfo_type" method.
+       (_initialize_fbsd_tdep): New.
+
+2017-07-06  David Blaikie  <dblaikie@gmail.com>
+
+       * dwarf2read.c (struct dwo_file): Use a htab of dwo_unit* (rather than
+       a singular dwo_unit*) to support multiple CUs in the same way that
+       multiple TUs are supported.
+       (create_cus_hash_table): Replace create_dwo_cu with a function for
+       parsing multiple CUs from a DWO file.
+       (open_and_init_dwo_file): Use create_cus_hash_table rather than
+       create_dwo_cu.
+       (lookup_dwo_cutu): Lookup CU in the hash table in the dwo_file with
+       htab_find, rather than comparing the signature to a singleton CU in
+       the dwo_file.
+
+2017-07-06  Pedro Alves  <palves@redhat.com>
+
+       * python/py-unwind.c (pyuw_dealloc_cache): Fix for loop condition.
+
+2017-07-04  Pedro Alves  <palves@redhat.com>
+
+       * gdbtypes.c (recursive_dump_type): Don't reference TYPE_STATIC.
+       * gdbtypes.h (TYPE_STATIC): Delete.
+       (struct fn_field) <is_public, is_abstract, is_static, is_final,
+       is_synchronized, is_native>: Delete.
+       <dummy>: Bump.
+       (TYPE_FN_FIELD_PUBLIC, TYPE_FN_FIELD_STATIC, TYPE_FN_FIELD_FINAL)
+       (TYPE_FN_FIELD_SYNCHRONIZED, TYPE_FN_FIELD_NATIVE)
+       (TYPE_FN_FIELD_ABSTRACT): Delete.
+
+2017-07-03  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * buffer.h (buffer_finish): Fix spelling mistakes.
+
+2017-07-01  Eli Zaretskii  <eliz@gnu.org>
+
+       * .dir-locals.el: Automatically switch to C-style comments in
+       versions of Emacs that support the feature.
+
+2017-06-30  Sergio Durigan Junior  <sergiodj@redhat.com>
+           Pedro Alves  <palves@redhat.com>
+
+       PR cli/21688
+       * cli/cli-script.c (command_name_equals_not_inline): Remove function.
+       (process_next_line): New variable 'inline_cmd'.
+       Adjust 'if' clauses for "python", "compile" and "guile" to use
+       'command_name_equals' and check for '!inline_cmd'.
+
+2017-06-30  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       PR cli/21688
+       * cli/cli-script.c (command_name_equals_not_inline): New function.
+       (process_next_line): Adjust 'if' clauses for "python", "compile"
+       and "guile" to use command_name_equals_not_inline.
+
+2017-06-29  Pedro Alves  <palves@redhat.com>
+
+       * completer.c (expression_completer): Call
+       linespec_location_completer instead of location_completer.
+
+2017-06-29  Pedro Alves  <palves@redhat.com>
+
+       * completer.c (expression_completer): Remove code that recomputes
+       'text' from 'word'.
+
+2017-06-29  Yao Qi  <yao.qi@linaro.org>
+
+       * regformats/regdat.sh: Generate code with
+       "ifndef IN_PROCESS_AGENT".
+
+2017-06-28  Pedro Alves  <palves@redhat.com>
+
+       * command.h: Include "common/scoped_restore.h".
+
 2017-06-28  Yao Qi  <yao.qi@linaro.org>
 
        * mi/mi-cmd-break.c (mi_argv_to_format): Use obstack_grow_str
This page took 0.02905 seconds and 4 git commands to generate.