* NEWS: Mention new python command class gdb.COMMAND_USER.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 67b56c7f5f89f1e9899a7155aaa1c019f73a4263..0fe7178bf3abbf3985e66e4652266c431bd250b0 100644 (file)
+2012-03-01  Scott J. Goldman <scottjg@vmware.com>
+
+       * NEWS: Mention new python command class gdb.COMMAND_USER.
+       * cli/cli-cmds.c (show_user): Print error when used on a python
+       command.
+       (init_cli_cmds): Update documentation strings for "show user" and
+       "set/show max-user-call-depth" to clarify that it does not apply to
+       python commands.
+       * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
+       error check.
+       (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
+       gdb python api.
+       * top.c (execute_command): Only execute a user-defined command as a
+       legacy macro if c->user_commands is set.
+
+2012-03-01  Tom Tromey  <tromey@redhat.com>
+
+       * valprint.h (struct generic_val_print_decorations): New.
+       (generic_val_print): Declare.
+       * valprint.c (generic_val_print): New function.
+       * p-valprint.c (p_decorations): New global.
+       (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
+       TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
+       TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
+       TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
+       * m2-valprint.c (m2_decorations): New global.
+       (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
+       TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
+       TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
+       TYPE_CODE_ERROR>: Call generic_val_print.
+       * f-valprint.c (f_decorations): New global.
+       (f_val_print): Use print_function_pointer_address.
+       <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
+       TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
+       TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
+       generic_val_print.
+       * c-valprint.c (c_decorations): New global.
+       (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
+       TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
+       TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
+       TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
+       TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
+       * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
+       case.
+
+2012-03-01  Tom Tromey  <tromey@redhat.com>
+
+       * valprint.c (val_print): Update.
+       * p-valprint (pascal_val_print): Return void.
+       * p-lang.h (pascal_val_print): Return void.
+       * m2-valprint.c (m2_val_print): Return void.
+       * m2-lang.h (m2_val_print): Return void.
+       * language.h (struct language_defn) <la_val_print>: Return void.
+       * language.c (unk_lang_val_print): Return void.
+       * jv-valprint.c (java_val_print): Return void.
+       * jv-lang.h (java_val_print): Return void.
+       * f-valprint.c (f_val_print): Return void.
+       * f-lang.h (f_val_print): Return void.
+       * d-valprint.c (d_val_print): Return void.
+       (dynamic_array_type): Update.
+       * d-lang.h (d_val_print): Return void.
+       * c-valprint.c (c_val_print): Return void.
+       * c-lang.h (c_val_print): Return void.
+       * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
+       void.
+       * ada-lang.h (ada_val_print): Return void.
+
+2012-03-01  Tom Tromey  <tromey@redhat.com>
+
+       * value.h (val_print): Return void.
+       * valprint.c (val_print): Return void.
+
+2012-03-01  Tom Tromey  <tromey@redhat.com>
+
+       * value.h (common_val_print): Return void.
+       * valprint.c (common_val_print): Return void.
+
+2012-03-01  Tom Tromey  <tromey@redhat.com>
+
+       * value.h (value_print): Return void.
+       * valprint.c (value_print): Return void.
+       * p-valprint.c (pascal_value_print): Return void.
+       * p-lang.h (pascal_value_print): Return void.
+       * language.h (struct language_defn) <la_value_print>: Return
+       void.
+       * language.c (unk_lang_value_print): Return void.
+       * jv-valprint.c (java_value_print): Return void.
+       * jv-lang.h (java_value_print): Return void.
+       * f-valprint.c (c_value_print): Don't declare.
+       Include c-lang.h.
+       * c-valprint.c (c_value_print): Return void.
+       * c-lang.h (c_value_print): Return void.
+       * ada-valprint.c (ada_value_print): Return void.
+       * ada-lang.h (ada_value_print): Return void.
+
+2012-03-01  Tom Tromey  <tromey@redhat.com>
+
+       * value.c (value_primitive_field): Handle virtual base classes.
+
+2012-03-01  Tom Tromey  <tromey@redhat.com>
+
+       * gdbtypes.h (struct vbase): Remove.
+
+2012-03-01  Tom Tromey  <tromey@redhat.com>
+
+       * c-valprint.c (print_function_pointer_address): Move...
+       * valprint.c: ... here.  Make non-static.
+       * m2-valprint.c (print_function_pointer_address): Remove.
+       * valprint.h (print_function_pointer_address): Declare.
+
+2012-03-01  Joel Brobecker  <brobecker@adacore.com>
+
+       * NEWS: Document the fact that one can provide a condition when
+       creating an Ada exception catchpoint.
+
+2012-03-01  Tom Tromey  <tromey@redhat.com>
+
+       * valprint.c (val_print_type_code_flags): Fix placement of
+       trailing brace.
+
+2012-03-01  Joel Brobecker  <brobecker@adacore.com>
+
+       * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
+       (update_files): Do not set MULTILINE_COMMENT_PREFIXES
+       environment variable before calling update-copyright.
+
+2012-03-01  Joel Brobecker  <brobecker@adacore.com>
+
+       * gnulib/extra/update-copyright: Update to the latest from
+       gnulib's git repository.
+       * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
+       variable to 2 instead of 1.
+
+2012-02-29  Joel Brobecker  <brobecker@adacore.com>
+
+       * varobj.c (c_value_of_variable): Remove dead code.
+
+2012-02-29  Joel Brobecker  <brobecker@adacore.com>
+
+       * ada-lex.p (processId): Do not modify already encoded IDs.
+       Update function documentation.
+
+2012-02-29  Joel Brobecker  <brobecker@adacore.com>
+
+       * ada-lang.h (ada_find_renaming_symbol): Replace parameter
+       "name" with "struct symbol *name_sym".
+       * ada-exp.y (write_var_or_type): Update call to
+       ada_find_renaming_symbol.
+       "name" with "struct symbol *name_sym". Adjust Implementation
+       accordingly.  Adjust the function documentation.
+
+2012-02-29  Joel Brobecker  <brobecker@adacore.com>
+
+       * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
+       * ada-lang.c (ada_find_any_type): Add advance declaration.
+       Make static.  Replace ada_find_any_symbol by
+       ada_find_any_type_symbol.
+       (ada_find_any_type_symbol): Renames ada_find_any_symbol.
+       Improve function description.  Make static.
+       (ada_find_renaming_symbol, find_old_style_renaming_symbol):
+       Replace ada_find_any_symbol by ada_find_any_type_symbol.
+
+2012-02-29  Joel Brobecker  <brobecker@adacore.com>
+
+       * ada-lang.c (struct tag_args): Delete.
+       (ada_get_tsd_type): Function body moved up in source file.
+       (ada_tag_name_1, ada_tag_name_2): Delete.
+       (ada_get_tsd_from_tag): New function.
+       (ada_tag_name_from_tsd): New function.
+       (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
+       to determine the tag name.
+
+2012-02-29  Joel Brobecker  <brobecker@adacore.com>
+
+       * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
+       declaration.
+       * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
+       function.
+
+2012-02-29  Joel Brobecker  <brobecker@adacore.com>
+
+       * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
+
+2012-02-29  Joel Brobecker  <brobecker@adacore.com>
+
+       * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
+       full searches.
+
+2012-02-29  Joel Brobecker  <brobecker@adacore.com>
+
+       * ada-lang.c (constrained_packed_array_type): If there is a
+       parallel XA type, use it to determine the array index type.
+
+2012-02-29  Joel Brobecker  <brobecker@adacore.com>
+
+       * ada-valprint.c (ada_val_print_1): If our value is a reference
+       to an array descriptor, dereference it before converting it
+       to a simple array.
+
+2012-02-29  Joel Brobecker  <brobecker@adacore.com>
+
+       * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
+       creating fixed value.
+       (ada_value_ind, ada_coerce_ref, assign_component)
+       (ada_evaluate_subexp): Remove call to unwrap_value before
+       call to ada_to_fixed_value.
+
+2012-02-29  Joel Brobecker  <brobecker@adacore.com>
+
+       * ada-lang.c (to_fixed_array_type): Set result's type name.
+
+2012-02-29  Joel Brobecker  <brobecker@adacore.com>
+
+       * ada-lang.c (catch_ada_exception_command_split): Add new
+       argument cond_string.  Add support for condition at end of
+       "catch exception" commands.
+       (ada_decode_exception_location): Add new argument cond_string.
+       Update call to catch_ada_exception_command_split.
+       (create_ada_exception_catchpoint): Add new argument cond_string.
+       Set the breakpoint condition if needed.
+       (catch_ada_exception_command): Update call to
+       ada_decode_exception_location.
+       (ada_decode_assert_location): Add function documentation.
+       Add support for condition at end of "catch assert" command.
+       (catch_assert_command): Update calls to ada_decode_assert_location
+       and create_ada_exception_catchpoint.
+
+2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix disp-step-syscall.exp: fork: single step over fork.
+       * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
+       (i386_linux_get_syscall_number_from_regcache): ... here, new function
+       comment, change parameters gdbarch and ptid to regcache.  Remove
+       parameter regcache, initialize gdbarch from regcache here.
+       (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
+       New functions.
+       (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
+       instead.
+       * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
+       'syscall'.  Make the 'int' check more strict.
+
+2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
+       * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
+       (i386_linux_intx80_sysenter_syscall_record): ... here.
+       (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
+       Use the renamed function name.
+
+2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
+       * breakpoint.c (until_break_command): Likewise.
+       * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
+       * infcall.c (call_function_by_hand): Likewise.
+       * infcmd.c (finish_forward): Likewise.
+       * infrun.c (insert_exception_resume_breakpoint): Likewise.
+
+2012-02-28  Joel Brobecker  <brobecker@adacore.com>
+
+       From Tristan Gingold  <gingold@adacore.com>.
+       * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
+       avoid variable assignments inside condition.
+
+2012-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix static analysis issue found by cppcheck.
+       * microblaze-tdep.c (microblaze_extract_return_value): Fix
+       uninitialized BUF for size 2.
+
+2012-02-27  Chris Dearman  <chris@mips.com>
+            Nathan Froyd  <froydnj@codesourcery.com>
+            Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
+       (mips16_instruction_has_delay_slot): Likewise.
+       (mips_segment_boundary): Likewise.
+       (mips_adjust_breakpoint_address): Likewise.
+       (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
+
+2012-02-27  Maciej W. Rozycki  <macro@mips.com>
+            Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * infrun.c (handle_inferior_event): Don't proceed through
+       shared library trampolines if stepping at the machine
+       instruction level.
+
+2012-02-27  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
+       too.
+
+2012-02-27  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
+       (sh_stub_unwind_sniffer): New functions.
+       (sh_stub_unwind): New variable.
+       (sh_gdbarch_init): Wire everything.
+
+2012-02-27  Pedro Alves  <palves@redhat.com>
+
+       * linux-nat.c (pid_is_stopped): Delete, moved to common/.
+       (linux_nat_post_attach_wait): Adjust to use
+       linux_proc_pid_is_stopped.
+       * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
+       * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
+       based on pid_is_stopped from both linux-nat.c and
+       gdbserver/linux-low.c, and renamed.
+
+2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * remote.c (remote_watchpoint_addr_within_range): New function.
+       (init_remote_ops): Use it.
+
+2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * target.h (target_watchpoint_addr_within_range): Document macro.
+
+2012-02-24  Pedro Alves  <palves@redhat.com>
+
+       * stack.c (set_last_displayed_sal): Issue internal_error instead
+       of warning, and issue it after clearing the last displayed sal.
+
+2012-02-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Pedro Alves  <palves@redhat.com>
+
+       * breakpoint.c (until_break_command): Install breakpoints after
+       all frame manipulations.
+
+2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
+
+       * remote.c (remote_supports_cond_breakpoints): New forward
+       declaration.
+       (remote_add_target_side_condition): New function.
+       (remote_insert_breakpoint): Add target-side breakpoint
+       conditional if supported.
+       (remote_insert_hw_breakpoint): Likewise.
+       (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
+       hook.
+
+       * target.c (update_current_target): Inherit
+       to_supports_evaluation_of_breakpoint_conditions.
+       Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
+
+       * target.h (struct target_ops)
+       <to_supports_evaluation_of_breakpoint_conditions>: New field.
+       (target_supports_evaluation_of_breakpoint_conditions): New #define.
+
+       * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
+       (condition_evaluation_both, condition_evaluation_auto,
+       condition_evaluation_host, condition_evaluation_target,
+       condition_evaluation_enums, condition_evaluation_mode_1,
+       condition_evaluation_mode): New static globals.
+       (translate_condition_evaluation_mode): New function.
+       (breakpoint_condition_evaluation_mode): New function.
+       (gdb_evaluates_breakpoint_condition_p): New function.
+       (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
+       (mark_breakpoint_modified): New function.
+       (mark_breakpoint_location_modified): New function.
+       (set_condition_evaluation_mode): New function.
+       (show_condition_evaluation_mode): New function.
+       (bp_location_compare_addrs): New function.
+       (get_first_location_gte_addr): New helper function.
+       (set_breakpoint_condition): Free condition bytecode if locations
+       has become unconditional.  Call mark_breakpoint_modified (...).
+       (condition_command): Call update_global_location_list (1) for
+       breakpoints.
+       (breakpoint_xfer_memory): Use is_breakpoint (...).
+       (is_breakpoint): New function.
+       (parse_cond_to_aexpr): New function.
+       (build_target_condition_list): New function.
+       (insert_bp_location): Handle target-side conditional
+       breakpoints and call build_target_condition_list (...).
+       (update_inserted_breakpoint_locations): New function.
+       (insert_breakpoint_locations): Handle target-side conditional
+       breakpoints.
+       (bpstat_check_breakpoint_conditions): Add comment.
+       (bp_condition_evaluator): New function.
+       (bp_location_condition_evaluator): New function.
+       (print_breakpoint_location): Print information on where the condition
+       will be evaluated.
+       (print_one_breakpoint_location): Likewise.
+       (init_bp_location): Call mark_breakpoint_location_modified (...) for
+       breakpoint location.
+       (force_breakpoint_reinsertion): New functions.
+       (update_global_location_list): Handle target-side breakpoint
+       conditions.
+       Reinsert locations that are already inserted if conditions have
+       changed.
+       (bp_location_dtor): Free agent expression bytecode.
+       (disable_breakpoint): Call mark_breakpoint_modified (...).
+       Call update_global_location_list (...) with parameter 1 for breakpoints.
+       (disable_command): Call mark_breakpoint_location_modified (...).
+       Call update_global_location_list (...) with parameter 1 for breakpoints.
+       (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
+       (enable_command): mark_breakpoint_location_modified (...).
+       (_initialize_breakpoint): Update documentation and add
+       condition-evaluation breakpoint subcommand.
+
+       * breakpoint.h: Include ax.h.
+       (condition_list): New data structure.
+       (condition_status): New enum.
+       (bp_target_info) <cond_list>: New field.
+       (bp_location) <condition_changed, cond_bytecode>: New fields.
+       (is_breakpoint): New prototype.
+
+2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
+
+       * remote.c (remote_state) <cond_breakpoints>: New field.
+       (PACKET_ConditionalBreakpoints): New enum.
+       (remote_cond_breakpoint_feature): New function.
+       (remote_protocol_features): Add new ConditionalBreakpoints entry.
+       (remote_supports_cond_breakpoints): New function.
+       (_initialize_remote): Add new packet configuration for
+       target-side conditional breakpoints.
+
+2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
+
+       * NEWS: Mention target-side conditional breakpoint support,
+       new condition-evaluation breakpoint subcommand and remote
+       packet extensions.
+
+2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
+
+       * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
+       number.
+
+2012-02-24  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
+       (after_prologue): Remove.
+
+2012-02-23  Tom Tromey  <tromey@redhat.com>
+
+       * jv-valprint.c (java_val_print): Remove dead code.
+
+2012-02-23  Tristan Gingold  <gingold@adacore.com>
+
+       * ada-tasks.c (struct ada_tasks_inferior_data): Add
+        known_tasks_element and known_tasks_length fields.
+        (read_known_tasks_array): Change argument type.  Use pointer type
+        and number of elements from DATA.  Adjust.
+        (read_known_tasks_list): Likewise.
+        (get_known_tasks_addr): Remove.
+        (ada_set_current_inferior_known_tasks_addr): Renamed to ...
+        (ada_tasks_inferior_data_sniffer): ... this.  Use symtab for element
+        type and array length.  Merge former get_known_tasks_addr code.
+
+2012-02-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       PR backtrace/13716
+       * infcmd.c (finish_forward): New variable frame_id, initialize it, use
+       it after set_momentary_breakpoint.
+
+2012-02-22  Sterling Augustine  <saugustine@google.com>
+
+       PR 13689:
+       * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
+
+2012-02-22  Gary Benson  <gbenson@redhat.com>
+
+       * dwarf2read.c (dwarf2_read_index): Correct misspelling.
+       (find_slot_in_mapped_hash): Likewise.
+
+2012-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       PR build/13638
+       * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
+       (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
+       * configure: Regenerate.
+
+2012-02-21  Tristan Gingold  <gingold@adacore.com>
+           Pedro Alves  <palves@redhat.com>
+
+       * ia64-tdep.c: Do not include libunwind-ia64.h.
+       * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
+       Include libunwind-ia64.h instead of libunwind.h.
+       * configure.ac (--with-libunwind, $enable_libunwind): Don't check
+       for libunwind.h existence.
+       * configure, config.in: Regenerate.
+
+2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
+
+       * c-valprint.c (c_value_print): Use value_rtti_indirect_type
+       instead of value_rtti_target_type.
+       * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
+       instead of value_rtti_target_type.
+       * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
+       value_rtti_target_type.
+       * valops.c (value_ind): Extract function readjust_indirect_value_type.
+       (value_rtti_target_type): Rename to ...
+       (value_rtti_indirect_type): ... here and make it indirect.  Update
+       function comment.
+       * value.c (readjust_indirect_value_type): New function.
+       (coerce_ref): Support for enclosing type setting for references
+       with readjust_indirect_value_type.
+       * value.h (readjust_value_type): New declaration.
+       (value_rtti_target_type): Rename to ...
+       (value_rtti_indirect_type): ... here.
+
+2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
+
+       * MAINTAINERS (Write After Approval): Add myself to the list.
+
+2012-02-20  Doug Evans  <dje@google.com>
+
+       * objfiles.c (add_to_objfile_sections): Remove outdated comments.
+       Rename objfile_p_char parameter to objfilep.
+       (build_objfile_section_table): Result is now void.  All callers
+       updated.
+       * objfiles.h (struct objfile): Tweak comments, whitespace.
+       (build_objfile_section_table): Update.
+
+       * elfread.c (elf_symfile_segments): Fix warning text.
+
+2012-02-20  Tom Tromey  <tromey@redhat.com>
+
+       PR gdb/13498:
+       * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
+       particular set of file names once.
+       (dw2_map_symbol_filenames): Likewise.
+
+2012-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Code cleanup.
+       * main.c (write_files): Remove the declaration.
+       (external_editor_command): Move the declaration ...
+       [GDBTK] (external_editor_command): ... here.  Fix the comment.
+
+2012-02-20  Tom Tromey  <tromey@redhat.com>
+
+       * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
+       extraneous block.
+
+2012-02-20  Tristan Gingold  <gingold@adacore.com>
+
+       * darwin-nat.h (enum darwin_msg_state): Add comments.
+
+2012-02-20  Tristan Gingold  <gingold@adacore.com>
+
+       * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
+       value.
+
+2012-20-18  Joel Brobecker  <brobecker@adacore.com>
+
+       * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
+       between function description and implementation.
+
+2012-02-17  Tom Tromey  <tromey@redhat.com>
+
+       PR python/12070:
+       * python/py-event.c (event_object_getset): New global.
+       (event_object_type): Reference it.
+       * python/py-type.c (field_object_getset): New global.
+       (field_object_type): Reference it.
+       * python/python-internal.h (gdb_py_generic_dict): Declare.
+       * python/py-utils.c (gdb_py_generic_dict): New function.
+
+2012-02-17  Tristan Gingold  <gingold@adacore.com>
+
+       * solib-darwin.c (darwin_current_sos): Check magic and filetype
+
+2012-02-17  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
+       TYPE_CALLING_CONVENTION annotation.
+
+2012-02-16  Kevin Buettner  <kevinb@redhat.com>
+
+       * MAINTAINERS: Add rx to target ISA section.
+       * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
+       (ALLDEPFILES): Add rx-tdep.c.
+
+2012-02-16  Tom Tromey  <tromey@redhat.com>
+
+       * symfile.c (symbol_file_add_main_1): Use inferior's
+       symfile_flags.
+       * solib.c (solib_read_symbols): Use inferior's symfile_flags.
+       * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
+       inferior.
+       * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
+       inferior.
+       (follow_exec): Use inferior's symfile_flags.
+       * inferior.h (struct inferior) <symfile_flags>: New field.
+
+2012-02-16  Mike Frysinger  <vapier@gentoo.org>
+
+       PR gdb/9734:
+       * remote-sim.c (gdbsim_create_inferior): Call error() when
+       sim_create_inferior() fails.
+
+2012-02-16  Josh Matthews  <josh@joshmatthews.net>
+
+       * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
+
+2012-02-16  Tom Tromey  <tromey@redhat.com>
+
+       PR c++/13653:
+       * thread.c (struct current_thread_cleanup) <was_removable>: New
+       field.
+       (restore_current_thread_cleanup_dtor): Restore 'removable' field.
+       (make_cleanup_restore_current_thread): Initialize new field.
+
+2012-02-15  Kevin Buettner  <kevinb@redhat.com>
+
+       * MAINTAINERS: Add rl78 to target ISA section.
+       * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
+       (ALLDEPFILES): Add rl78-tdep.c.
+       * NEWS: Mention rl78 as a new target.
+
+2012-02-15  Aleksandar Ristovski  <aristovski@qnx.com>
+
+       * frame.c (find_frame_sal): Initialize sal->pspace field from frame
+       data.
+       * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
+
+2012-02-15  Tom Tromey  <tromey@redhat.com>
+
+       PR gdb/12659:
+       * infcmd.c (registers_info): Print just the current register's
+       name.
+
+2012-02-15  Tom Tromey  <tromey@redhat.com>
+
+       * python/py-symbol.c (sympy_value): Use _().
+
+2012-02-15  Pedro Alves  <palves@redhat.com>
+
+       * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
+       output to be like native targets'.
+       (remote_pid_to_str): Special case the null ptid.
+
+2012-02-14  Stan Shebs  <stan@codesourcery.com>
+
+       * NEWS: Mention enable count command.
+       * breakpoint.h (struct breakpoint): New field enable_count.
+       * breakpoint.c (enable_breakpoint_disp): Add count argument.
+       (enable_breakpoint): Add arg to call.
+       (struct disp_data): New struct.
+       (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
+       (do_map_enable_once_breakpoint): Create a struct and pass it.
+       (do_map_enable_delete_breakpoint): Ditto.
+       (do_map_enable_count_breakpoint): New function.
+       (enable_count_command): New function.
+       (bpstat_stop_status): Decrement enable_count.
+       (print_one_breakpoint_location): Report enable count.
+       (_initialize_breakpoint): Add enable count command.
+
+2012-02-14  Kevin Buettner  <kevinb@redhat.com>
+
+       * rl78-tdep.c (reggroups.h): Include.
+       (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
+       (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
+       (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
+       (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
+       (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
+       (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
+       (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
+       (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
+       (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
+       (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
+       (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
+       (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
+       (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
+       (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
+       (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
+       (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
+       beginning of register list.
+       (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
+       (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
+       (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
+       (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
+       (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
+       (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
+       (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
+       (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
+       (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
+       (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
+       (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
+       the pseudo registers.  Rearrange other pseudo registers too so
+       that the bank registers appear at the end.
+       (rl78_register_type): Account for the fact that the byte sized
+       bank registers are now pseudo-registers.
+       (rl78_register_name): Rearrange the register name array.  Make
+       initial set of raw banked registers inaccessible.
+       (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
+       (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
+       case for copying bytes back and forth between raw and pseudo
+       versions of the banked registers.  Update other cases to reflect
+       the changed names.
+       (rl78_return_value): Update to account for changed names of
+       raw registers.
+       (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
+       rl78_register_sim_regno().
+
+2012-02-14  Kevin Buettner  <kevinb@redhat.com>
+
+       * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
+       the name parameter being passed to find_pc_partial_function().
+
+2012-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * MAINTAINERS: Step down from being ia64 target maintainer.
+
+2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
+       compilation warning.
+
+2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix crash on loaded shlibs without loaded exec_bfd.
+       * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
+       (set_section_command): Replace exec_bfd by p->bfd.
+
+2012-02-10  Tom Tromey  <tromey@redhat.com>
+
+       * linespec.c (decode_line_internal): Skip symtabs_from_filename
+       when we have a C++ qualified name.
+
+2012-02-10  Pedro Alves  <palves@redhat.com>
+
+       * inferior.c (inferior_pid_to_str): New.
+       (print_inferior, inferior_command): Use it.
+
+2012-02-10  Pedro Alves  <palves@redhat.com>
+
+       * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
+       the test CFLAGS.
+       * configure: Regenerate.
+
+2012-02-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * linespec.c (decode_line_internal): Fix comment correctness.
+
+2012-02-09  Valery Khromov  <valery.khromov@gmail.com>
+
+       PR gdb/12953
+       * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
+       * amd64bsd-nat.c: Add support for debug registers (adapted from
+       i386bsd-nat.c).
+       [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
+       (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
+       (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
+       (amd64bsd_dr_get_control): New functions.
+       * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
+       * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
+       [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
+       watchpoints initialization.
+       * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
+
+2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
+       flds_bnds.fields.
+       (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
+
+2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * breakpoint.c (bp_location_compare): Fix comment.  Reindent the code.
+
+2012-02-08  Joel Brobecker  <brobecker@adacore.com>
+
+       * language.h (symbol_name_cmp_ftype): Renames
+       symbol_name_match_p_ftype.
+       (struct language_defn)[la_get_symbol_name_cmp]: Renames
+       la_get_symbol_name_match_p.
+       * ada-lang.c (ada_get_symbol_name_cmp): Renames
+       ada_get_symbol_name_match_p.  Update comment.
+       (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
+       * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
+       Renames symbol_name_match_p.  Update field type.
+       (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
+       * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
+       opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
+       "la_get_symbol_name_cmp" in comments.
+       * language.c: Likewise.
+
+2012-02-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
+       %eflags offset.
+       * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
+       (amd64_sol2_gregset32_reg_offs): Likewise.
+
+2012-02-08  Joel Brobecker  <brobecker@adacore.com>
+
+       * solib-darwin.c (darwin_bfd_open): Make sure that the filename
+       of the returned BFD is allocated by GDB.
+
+2012-02-07  Tom Tromey  <tromey@redhat.com>
+
+       PR python/12027:
+       * python/python-internal.h (frame_object_type): Declare.
+       * python/py-symbol.c (sympy_needs_frame): New function.
+       (sympy_value): New function.
+       (symbol_object_getset): Add "needs_frame".
+       (symbol_object_methods): Add "value".
+       * python/py-frame.c (frame_object_type): No longer static.
+
+2012-02-07  Tom Tromey  <tromey@redhat.com>
+
+       PR python/13599:
+       * python/py-symbol.c (sympy_line): New function.
+       (symbol_object_getset): Add "line".
+
+2012-02-07  Tom Tromey  <tromey@redhat.com>
+
+       * charset.c (find_charset_names): Check 'in' against NULL.
+
+2012-02-06  Doug Evans  <dje@google.com>
+
+       * gdbtypes.h (struct main_type): Change type of name,tag_name,
+       and fields.name members from char * to const char *.  All uses updated.
+       (struct cplus_struct_type): Change type of fn_fieldlists.name member
+       from char * to const char *.  All uses updated.
+       (type_name_no_tag): Update.
+       (lookup_unsigned_typename, lookup_signed_typename): Update.
+       * gdbtypes.c (type_name_no_tag): Change result type
+       from char * to const char *.  All callers updated.
+       (lookup_unsigned_typename, lookup_signed_typename): Change type of
+       name parameter from char * to const char *.
+       * symtab.h (struct cplus_specific): Change type of demangled_name
+       member from char * to const char *.  All uses updated.
+       (struct general_symbol_info): Change type of name and
+       mangled_lang.demangled_name members from char * to const char *.
+       All uses updated.
+       (symbol_get_demangled_name, symbol_natural_name): Update.
+       (symbol_demangled_name, symbol_search_name): Update.
+       * symtab.c (symbol_get_demangled_name): Change result type
+       from char * to const char *.  All callers updated.
+       (symbol_natural_name, symbol_demangled_name): Ditto.
+       (symbol_search_name): Ditto.
+       (completion_list_add_name): Change type of symname,sym_text,
+       text,word parameters from char * to const char *.
+       (completion_list_objc_symbol): Change type of sym_text,
+       text,word parameters from char * to const char *.
+       * ada-lang.c (find_struct_field): Change type of name parameter
+       from char * to const char *.
+       (encoded_ordered_before): Similarly for N0,N1 parameters.
+       (old_renaming_is_invisible): Similarly for function_name parameter.
+       (ada_type_name): Change result type from char * to const char *.
+       All callers updated.
+       * ada-lang.h (ada_type_name): Update.
+       * buildsym.c (hashname): Change type of name parameter
+       from char * to const char *.
+       * buildsym.h (hashname): Update.
+       * dbxread.c (end_psymtab): Change type of include_list parameter
+       from char ** to const char **.
+       * dwarf2read.c (determine_prefix): Change result type
+       from char * to const char *.  All callers updated.
+       * f-lang.c (find_common_for_function): Change type of name, funcname
+       parameters from char * to const char *.
+       * f-lang.c (find_common_for_function): Update.
+       * f-valprint.c (list_all_visible_commons): Change type of funcname
+       parameters from char * to const char *.
+       * gdbarch.sh (static_transform_name): Change type of name parameter
+       and result from char * to const char *.
+       * gdbarch.c: Regenerate.
+       * gdbarch.h: Regenerate.
+       * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
+       of name parameter from char * to const char *.
+       * jv-lang.c (java_primitive_type_from_name): Ditto.
+       (java_demangled_signature_length): Similarly for signature parameter.
+       (java_demangled_signature_copy): Ditto.
+       (java_demangle_type_signature): Ditto.
+       * jv-lang.h (java_primitive_type_from_name): Update.
+       (java_demangle_type_signature): Update.
+       * objc-lang.c (specialcmp): Change type of a,b parameters
+       from char * to const char *.
+       * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
+       from char * to const char *.  All callers updated.
+       * p-lang.h (is_pascal_string_type): Update.
+       * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
+       of name parameter from char * to const char *.
+       * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
+       * utils.c (fprintf_symbol_filtered): Ditto.
+       * defs.h (fprintf_symbol_filtered): Update.
+       * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
+       * stabsread.h (end_psymtab): Update.
+       * stack.c (find_frame_funname): Change type of funname parameter
+       from char ** to const char **.
+       * stack.h (find_frame_funname): Update.
+       * typeprint.c (type_print): Change type of varstring parameter
+       from char * to const char *.
+       * value.h (type_print): Update.
+       * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
+       from char * to const char *.  All callers updated.
+       (xcoff_end_psymtab): Change type of include_list parameter
+       from char ** to const char **.  All callers updated.
+       (swap_sym): Similarly for name parameter.  All callers updated.
+       * coffread.c (patch_type): Add (char*) cast to xfree parameter.
+       Use xstrdup.
+       (process_coff_symbol): Use xstrdup.
+       * stabsread.c (stabs_method_name_from_physname): Renamed from
+       update_method_name_from_physname.  Change result type from void
+       to char *.  All callers updated.
+       (read_member_functions): In has_destructor case, store name in objfile
+       obstack instead of malloc space.  In !has_stub case, fix mem leak.
+
+2012-02-06  Luca Pizzamiglio  <luca.pizzamiglio@gmail.com>
+
+       * configure: Rebuild.
+       * configure.ac: Put -L../bfd and -L../libiberty at the front of
+       LDFLAGS.
+
+2012-02-03  Kevin Buettner  <kevinb@redhat.com>
+
+       * configure.tgt (rl78-*-elf): New target.
+       * rl78-tdep.c: New file.
+
+2012-02-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
+       and continue the loop.  Add QUIT statement.
+
+2012-02-03  Tom Tromey  <tromey@redhat.com>
+
+       PR gdb/13596:
+       * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
+       bfd_lookup_symbol_from_symtab.
+       * solib-pa64.c (pa64_solib_create_inferior_hook): Use
+       gdb_bfd_lookup_symbol_from_symtab.
+
+2012-02-03  Joel Brobecker  <brobecker@adacore.com>
+
+       * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
+       use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
+       symbol.  Add assertion that sym2 is never NULL.
+
+2012-02-02  Doug Evans  <dje@google.com>
+
+       * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
+       "name" parameter to const char ** from char **.  All callers updated.
+       (find_pc_partial_function): Ditto.
+       (cache_pc_function_name): Change type to const char * from char *.
+       * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
+       (find_pc_partial_function): Update.
+       * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
+       type of "name" parameter to const char * from char *.
+       All uses updated.
+       * arch-utils.c (generic_in_solib_return_trampoline): Change
+       type of "name" parameter to const char * from char *.
+       * arch-utils.h (generic_in_solib_return_trampoline): Update.
+       * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
+       type of "name" parameter to const char * from char *.
+       * gdbarch.sh (in_solib_return_trampoline): Ditto.
+       * gdbarch.c: Regenerate.
+       * gdbarch.h: Regenerate.
+       * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
+       * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
+       * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
+       type of "name" parameter to const char * from char *.
+       * skip.c (skip_function_pc): Ditto.
+       * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
+       * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
+       * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
+       * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
+       * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
+       * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
+       * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
+       * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
+       * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
+
+2012-02-02  Pedro Alves  <palves@redhat.com>
+
+       * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
+       the current inferior has no execution.  Make sure the current
+       remote process matches gdb's current inferior.
+
+2012-02-02  Tom Tromey  <tromey@redhat.com>
+
+       PR gdb/13405:
+       * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
+       read-only memory.
+
+2012-02-02  Tom Tromey  <tromey@redhat.com>
+
+       PR gdb/9307:
+       * symtab.c (lookup_language_this): Set block_found.
+
+2012-02-01  Tom Tromey  <tromey@redhat.com>
+
+       PR gdb/13431:
+       * jit.c (struct jit_inferior_data): Rewrite.
+       (struct jit_objfile_data): New.
+       (get_jit_objfile_data): New function.
+       (add_objfile_entry): Update.
+       (jit_read_descriptor): Return int.  Replace descriptor_addr
+       argument with inf_data.  Update.  Don't call error.
+       (jit_breakpoint_re_set_internal): Reorder logic.  Update.  Look up
+       descriptor here.
+       (jit_inferior_init): Don't look up descriptor.  Don't call error.
+       (jit_reset_inferior_data_and_breakpoints)
+       (jit_inferior_created_observer): Remove.
+       (jit_inferior_exit_hook): Update.
+       (jit_executable_changed_observer): Remove.
+       (jit_event_handler): Update.
+       (free_objfile_data): Reset inferior data if needed.
+       (_initialize_jit): Update.
+
+2012-02-01  Tom Tromey  <tromey@redhat.com>
+
+       * jit.c (bfd_open_from_target_memory): Move higher in file.
+
+2012-02-01  Tristan Gingold  <gingold@adacore.com>
+
+       * libunwind-frame.c (libunwind_load): Display message if dlopen
+       failed.
+
+2012-02-01  Gary Benson  <gbenson@redhat.com>
+
+       * symtab.h (symbol_name_match_p_ftype): New typedef.
+       (iterate_over_symbols): Use the above.
+       * symtab.c (iterate_over_symbols): Likewise.
+       * language.h (language_defn->la_iterate_over_symbols): Likewise.
+       * ada-lang.c (ada_iterate_over_symbols): Likewise.
+       * linespec.c (iterate_over_all_matching_symtabs): Likewise.
+       (iterate_name_matcher): Document return values.
+       (collect_one_symbol): Likewise.
+       (collect_function_symbols): Likewise.
+       (collect_symbols): Likewise.
+
+2012-02-01  Tom Tromey  <tromey@redhat.com>
+
+       * ada-lang.c (resolve_subexp): Update.
+       (ada_lookup_symbol_list): Add 'full_search' argument.
+       (ada_iterate_over_symbols): Pass 0 as full_search argument to
+       ada_lookup_symbol_list.
+       (ada_lookup_encoded_symbol): Update.
+       (get_var_value): Update.
+       * ada-exp.y (block_lookup): Update.
+       (write_var_or_type): Update.
+       (write_name_assoc): Update.
+       * ada-lang.h (ada_lookup_symbol_list): Update.
+
+2012-01-31  Tom Tromey  <tromey@redhat.com>
+
+       * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
+       comment.
+
+2012-01-31  Doug Evans  <dje@google.com>
+
+       * symtab.h: Remove outdated comment.
+       (SYMBOL_MATCHES_NATURAL_NAME): Delete.
+
+2012-02-01  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
+
+       Fix build error in Darwin port.
+       * i386-darwin-nat.c: Include i386-nat.h.
+
+2012-01-30  Tom Tromey  <tromey@redhat.com>
+
+       PR breakpoints/13568:
+       * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
+       argument.  Check for recursive includes.
+       (dwarf_decode_macros): Create an include hash.
+
 2012-01-30  Michael Eager  <eager@eagercon.com>
 
        * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
        * ppc-linux-tdep.c: Include glibc-tdep.h.
-       (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.  
+       (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
        (powerpc_linux_in_plt_stub): New function.
        (powerpc_linux_in_dynsym_resolve_code): New function.
        (ppc_skip_trampoline_code): New function.
        * target.c (unpush_target): Close target after unpushing it, not
        before.
 
->>>>>>> 1.13788
 2012-01-19  Gary Benson  <gbenson@redhat.com>
 
        * mdebugread.c (sort_blocks): Replace integer constants with ones
        record breakpoints list.  Only remove breakpoints from the
        inferior if they had been inserted there in the first place.
 
->>>>>>> 1.13749
 2012-01-17  Doug Evans  <dje@google.com>
 
        * linespec.c (decode_line_internal): Don't call symtabs_from_filename
This page took 0.033276 seconds and 4 git commands to generate.