gdb
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 83d00abe1a6271e479c0a323cc4122ca43684d57..feb33a0a980b5ab1f037a970365c7901bf057ddc 100644 (file)
+2010-07-13  Tom Tromey  <tromey@redhat.com>
+
+       * breakpoint.c (save_cmdlist): No longer static.
+       * gdbcmd.h (save_cmdlist): Declare.
+       * symfile.c (symbol_file_add_with_addrs_or_offsets): Set
+       OBJF_READNOW on objfile if readnow_symbol_files.
+       * elfread.c (elf_symfile_read): Use dwarf2_initialize_objfile.
+       (elf_sym_fns_gdb_index): New global.
+       * dwarf2read.c: Include exceptions.h.
+       (offset_type): New.
+       (struct mapped_index): New.
+       (dwarf2_per_cu_data_ptr): New typedef.
+       (struct dwarf2_per_objfile) <using_index, index_table, gdb_index>:
+       New fields.
+       (GDB_INDEX_SECTION): New define.
+       (struct dwarf2_per_cu_quick_data): New.
+       (struct dwarf2_per_cu_data) <objfile>: New field.
+       <psymtab>: Removed.
+       <v>: New field.
+       (byte_swap): New function.
+       (MAYBE_SWAP): New macro.
+       (INDEX_SUFFIX): New macro.
+       (dw2_do_instantiate_symtab): New function.
+       (dw2_instantiate_symtab): Likewise.
+       (create_cus_from_index): Likewise.
+       (create_addrmap_from_index): Likewise.
+       (mapped_index_string_hash): Likewise.
+       (find_slot_in_mapped_hash): Likewise.
+       (dwarf2_read_index): Likewise.
+       (dw2_setup): Likewise.
+       (dw2_require_line_header): Likewise.
+       (dw2_require_full_path): Likewise.
+       (dw2_find_last_source_symtab): Likewise.
+       (dw2_forget_cached_source_info): Likewise.
+       (dw2_lookup_symtab): Likewise.
+       (dw2_lookup_symbol): Likewise.
+       (dw2_do_expand_symtabs_matching): Likewise.
+       (dw2_pre_expand_symtabs_matching): Likewise.
+       (dw2_print_stats): Likewise.
+       (dw2_dump): Likewise.
+       (dw2_relocate): Likewise.
+       (dw2_expand_symtabs_for_function): Likewise.
+       (dw2_expand_all_symtabs): Likewise.
+       (dw2_expand_symtabs_with_filename): Likewise.
+       (dw2_find_symbol_file): Likewise.
+       (dw2_map_ada_symtabs): Likewise.
+       (dw2_expand_symtabs_matching): Likewise.
+       (dw2_find_pc_sect_symtab): Likewise.
+       (dw2_map_symbol_names): Likewise.
+       (dw2_map_symbol_filenames): Likewise.
+       (dw2_has_symbols): Likewise.
+       (dwarf2_gdb_index_functions): New global.
+       (dwarf2_initialize_objfile): New function.
+       (process_psymtab_comp_unit): Update.
+       (add_partial_subprogram): Likewise.
+       (dwarf2_psymtab_to_symtab): Likewise.
+       (psymtab_to_symtab_1): Use dw2_do_instantiate_symtab.
+       (process_full_comp_unit): Update.
+       (find_file_and_directory): New function.
+       (read_file_scope): Use find_file_and_directory.
+       (dwarf2_per_cu_objfile): Update.
+       (dwarf2_per_cu_addr_size): Update.
+       (dwarf2_per_cu_offset_size): Update.
+       (dwarf2_free_objfile): Free the index, if needed.
+       (dwarf2_per_objfile_free): Unmap the index, if needed.
+       (struct strtab_entry): New.
+       (hash_strtab_entry): New function.
+       (eq_strtab_entry): Likewise.
+       (create_strtab): Likewise.
+       (add_string): Likewise.
+       (struct symtab_index_entry): New.
+       (struct mapped_symtab): New.
+       (hash_symtab_entry): New function.
+       (eq_symtab_entry): Likewise.
+       (delete_symtab_entry): Likewise.
+       (create_index_table): Likewise.
+       (create_mapped_symtab): Likewise.
+       (cleanup_mapped_symtab): Likewise.
+       (find_slot): Likewise.
+       (hash_expand): Likewise.
+       (add_index_entry): Likewise.
+       (add_indices_to_cpool): Likewise.
+       (write_hash_table): Likewise.
+       (add_address_entry): Likewise.
+       (write_psymbols): Likewise.
+       (write_obstack): Likewise.
+       (unlink_if_set): Likewise.
+       (write_psymtabs_to_index): Likewise.
+       (save_gdb_index_command): Likewise.
+       (_initialize_dwarf2_read): Install "save gdb-index"
+       command.
+       (create_all_comp_units): Initialize 'objfile' field of CU.
+       (dwarf2_locate_sections): Check for .gdb_index.
+       * psymtab.h (dwarf2_gdb_index_functions): Declare.
+       * symfile.h (dwarf2_initialize_objfile): Declare.
+
+2010-07-13  Tom Tromey  <tromey@redhat.com>
+
+       * symtab.c (lookup_symbol_aux_symtabs): Call pre-expand hook.
+       (basic_lookup_transparent_type): Likewise.
+       * symfile.h (struct quick_symbol_functions)
+       <pre_expand_symtabs_matching>: New field.
+       * psymtab.c (pre_expand_symtabs_matching_psymtabs): New function.
+       (psym_functions): Update.
+
+2010-07-13  Tom Tromey  <tromey@redhat.com>
+
+       PR breakpoints/8357:
+       * symtab.h (domain_enum_tag) <LABEL_DOMAIN>: Update comment.
+       * linespec.c (decode_line_1): Update comment.  Call decode_label.
+       (decode_label): New function.
+       (symbol_found): Handle LOC_LABEL.
+       * dwarf2read.c (new_symbol) <DW_TAG_label>: Set symbol's type and
+       domain.  Call add_symbol_to_list.
+
+2010-07-13  Tom Tromey  <tromey@redhat.com>
+
+       * dwarf2loc.h (dwarf2_per_cu_text_offset): Declare.
+       * dwarf2loc.c (find_location_expression): Use
+       dwarf2_per_cu_text_offset.
+       (dwarf2_evaluate_loc_desc): Likewise.
+       (dwarf2_loc_desc_needs_frame): Likewise.
+       (compile_dwarf_to_ax): Likewise.
+       (loclist_describe_location): Likewise.
+       * dwarf2read.c (dwarf2_per_cu_text_offset): New function.
+       (dwarf2_per_cu_objfile): Update comment.
+
+2010-07-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * dwarf2read.c (read_subrange_type): Call read_subrange_type.
+       * p-lang.c (pascal_printstr): Likewise.
+
+2010-07-09  Tom Tromey  <tromey@redhat.com>
+
+       * python/py-prettyprint.c (gdbpy_get_display_hint): Don't use
+       'hint' if it is NULL.
+
+2010-07-09  Hui Zhu  <teawater@gmail.com>
+
+       * source.c (print_source_lines_base): Add check for noprint.
+
+2010-07-08  Joel Brobecker  <brobecker@adacore.com>
+
+       * python/python-config.py: Resync with Python 2.7 version of this
+       script.
+
+2010-07-08  Joel Brobecker  <brobecker@adacore.com>
+
+       * NEWS: Fix typo in section name (s/GDB 7.1/GDB 7.2).
+
+2010-07-07  Joel Brobecker  <brobecker@adacore.com>
+
+       * NEWS: Create a new section for the next release branch.
+       Rename the section of the current branch, now that it has
+       been cut.
+
+2010-07-07  Joel Brobecker  <brobecker@adacore.com>
+
+       GDB 7.2 branch created (branch timestamp: 2010-07-07 17:00 UTC)
+       * version.in: Bump version to 7.2.50.20100707-cvs.
+
+2010-07-07  Tom Tromey  <tromey@redhat.com>
+
+       * dwarf2read.c (dwarf2_const_value) <DW_form_addr>: Create a
+       LOC_COMPUTED symbol.
+       * dwarf2loc.c (dwarf2_evaluate_loc_desc): Set new field.
+       (dwarf2_loc_desc_needs_frame): Likewise.
+       (compile_dwarf_to_ax) <DW_OP_addr>: Use offset.
+       * dwarf2expr.h (struct dwarf_expr_context) <offset>: New field.
+       * dwarf2expr.c (execute_stack_op) <DW_OP_addr>: Use offset.
+       * dwarf2-frame.c (execute_stack_op): Set 'offset' field.  Add
+       'offset' argument.
+       (struct dwarf2_frame_cache) <text_offset>: New field.
+       (dwarf2_frame_cache): Set new field.
+       (dwarf2_frame_prev_register): Update.
+       (dwarf2_frame_sniffer): Update.
+       (dwarf2_frame_base_sniffer): Update.
+       (dwarf2_frame_find_fde): Add 'out_offset' argument.
+
+2010-07-07  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
+           Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
+       Support for hw accelerated condition watchpoints in booke powerpc.
+
+       * breakpoint.c (fetch_watchpoint_value): Rename to fetch_subexp_value
+       and move to eval.c.  Change callers.
+       (insert_bp_location): Pass watchpoint condition in
+       target_insert_watchpoint.
+       (remove_breakpoint_1) Pass watchpoint condition in
+       target_remove_watchpoint.
+       (watchpoint_locations_match): Call
+       target_can_accel_watchpoint_condition.
+       * eval.c: Include wrapper.h.
+       (fetch_subexp_value): Moved from breakpoint.c.
+       * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint):
+       Formatting fix.
+       (can_use_watchpoint_cond_accel): New function.
+       (calculate_dvc): Likewise.
+       (num_memory_accesses): Likewise.
+       (check_condition): Likewise.
+       (ppc_linux_can_accel_watchpoint_condition): Likewise
+       (ppc_linux_insert_watchpoint): Call can_use_watchpoint_cond_accel,
+       check_condition and calculate_dvc.
+       (ppc_linux_remove_watchpoint): Likewise.
+       (_initialize_ppc_linux_nat): Set to_can_accel_watchpoint_condition to
+       ppc_linux_can_accel_watchpoint_condition
+       * target.c (debug_to_insert_watchpoint): Add argument for watchpoint
+       condition.
+       (debug_to_remove_watchpoint): Likewise.
+       (debug_to_can_accel_watchpoint_condition): New function.
+       (update_current_target): Set to_can_accel_watchpoint_condition.
+       (setup_target_debug): Set to_can_accel_watchpoint_condition.
+       * target.h: Add opaque declaration for struct expression.
+       (struct target_ops) <to_insert_watchpoint>,
+       <to_remove_watchpoint>: Add new arguments to pass the watchpoint
+       <to_can_accel_watchpoint_condition>: New member.
+       condition.  Update all callers and implementations.
+       (target_can_accel_watchpoint_condition): New macro.
+       * value.c (free_value_chain): New function.
+       * value.h (fetch_subexp_value): New prototype.
+       (free_value_chain): Likewise.
+
+2010-07-07  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * linux-nat.c (linux_nat_do_thread_registers): Use section size
+       from gdbarch_core_regset_sections also for .reg if present.
+
+       * amd64-linux-tdep.c (amd64_linux_regset_sections): Fix incorrect
+       section size for .reg.
+       * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
+       (ppc_linux_vmx_regset_sections): Likewise.
+       (ppc_linux_fp_regset_sections): Likewise.
+       (ppc64_linux_vsx_regset_sections): New variable.
+       (ppc64_linux_vmx_regset_sections): Likewise.
+       (ppc64_linux_fp_regset_sections): Likewise.
+       (ppc_linux_init_abi): Install core_regset_section lists appropriate
+       for current word size.
+
+2010-07-06  Joel Brobecker  <brobecker@adacore.com>
+
+       * server.c (myresume): Make static.
+
+2010-07-06  Tom Tromey  <tromey@redhat.com>
+
+       * configure, config.in: Rebuild.
+       * configure.ac (HAVE_LIBPYTHON2_7): New define.
+       * python/python-internal.h: Handle HAVE_LIBPYTHON2_7.
+
+2010-07-06  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * breakpoint.c (_initialize_breakpoint): Add "cl" as alias for
+       "clear".
+
+2010-07-06  Ken Werner  <ken.werner@de.ibm.com>
+
+       * gdbtypes.h (floatformats_ieee_half): Add declaration.
+       * gdbtypes.c (floatformats_ieee_half): New variable.
+       * doublest.c (floatformat_from_length): Set format to
+       gdbarch_half_format if length matches.
+       * gdbarch.sh (half_bit): New architecture method.
+       (half_format): Likewise.
+       * gdbarch.h: Regenerate.
+       * gdbarch.c: Likewise.
+
+2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Joel Brobecker  <brobecker@adacore.com>
+
+       Fix re-run of PIE executable, PR shlibs/11776.
+       * solib-svr4.c (svr4_relocate_main_executable) <symfile_objfile>: Remove
+       the part of pre-set SYMFILE_OBJFILE->SECTION_OFFSETS.
+
+2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Joel Brobecker  <brobecker@adacore.com>
+
+       * auxv.c (memory_xfer_auxv): Update attach comment.
+       * solib-svr4.c (svr4_special_symbol_handling): Remove the call to
+       svr4_relocate_main_executable.
+       (svr4_solib_create_inferior_hook): Make the call to
+       svr4_relocate_main_executable unconditional.
+
+2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Joel Brobecker  <brobecker@adacore.com>
+
+       * auxv.c (ld_so_xfer_auxv): Do not error on failed read of data_address.
+
+2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Joel Brobecker  <brobecker@adacore.com>
+
+       Fix attaching to PIEs prelinked on the disk after the process was
+       started.
+       * solib-svr4.c (svr4_exec_displacement): New variable arch_size.
+       Verify it against bfd_get_arch_size.  Try to match arbitrary
+       displacement for the phdrs comparison.
+
+2010-07-02  Tom Tromey  <tromey@redhat.com>
+
+       PR exp/11780:
+       * libunwind-frame.c (libunwind_frame_prev_register): Don't set
+       value as optimized-out.
+
+2010-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
+           Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
+       * breakpoint.c (can_use_hardware_watchpoint): Answer "what does this
+       represent?" question in comment.  Change comment to a proper sentence.
+
+2010-07-02  Ken Werner  <ken.werner@de.ibm.com>
+
+       * c-valprint.c (c_val_print): Fix printing of character vectors.
+
+2010-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * spu-tdep.c (spu_catch_start): Adjust the caller of changed
+       create_breakpoint prototype.
+
+2010-07-01  Pedro Alves  <pedro@codesourcery.com>
+
+       * breakpoint.c (BREAK_ARGS_HELP, _initialize_breakpoint): Clarify
+       usefulness suggestion of multiple breakpoints at same location.
+
+2010-07-01  Pedro Alves  <pedro@codesourcery.com>
+
+       * breakpoint.c (BREAK_ARGS_HELP): Add missing `the'.
+
+2010-07-01  Pedro Alves  <pedro@codesourcery.com>
+
+       * dwarf2loc.c (locexpr_tracepoint_var_ref)
+       (loclist_tracepoint_var_ref): Handle optimized out values.
+
+2010-07-01  Pedro Alves  <pedro@codesourcery.com>
+
+       * breakpoint.c (update_watchpoint, _initialize_breakpoint): Remove
+       unnecessary space in string.
+       * filesystem.c (_initialize_filesystem): Ditto.
+       * frame.c (_initialize_frame): Ditto.
+       * infcmd.c (step_once): Ditto.
+       * infrun.c (_initialize_infrun): Ditto.
+       * linux-nat.c (linux_child_follow_fork): Ditto.
+       * maint.c (maintenance_deprecate): Ditto.
+       * memattr.c (_initialize_mem): Ditto.
+       * mips-tdep.c (_initialize_mips_tdep): Ditto.
+       * monitor.c (monitor_open): Ditto.
+       * procfs.c (procfs_xfer_memory): Ditto.
+       * reverse.c (bookmarks_info): Ditto.
+       * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs): Ditto.
+       * stack.c (_initialize_stack): Ditto.
+       * tracepoint.c (_initialize_tracepoint): Ditto.
+       * xtensa-tdep.c (xtensa_supply_gregset,
+       xtensa_regset_from_core_section): Ditto.
+
+2010-07-01  Tom Tromey  <tromey@redhat.com>
+
+       * value.h (struct lval_funcs) <check_any_valid>: Rename from
+       check_all_valid.
+       * value.c (value_entirely_optimized_out): Invert result.  Update
+       for new function name.
+
+2010-07-01  Pedro Alves  <pedro@codesourcery.com>
+
+       Static tracepoints support.
+
+       * NEWS: Mention new support for static tracepoints.
+       (New packets): Mention qTfSTM, qTsSTM, qTSTMat and
+       qXfer:statictrace:read.
+       (New features in the GDB remote stub, GDBserver): Mention static
+       tracepoints support using an UST based backend.
+       (New commands): Mention "info static-tracepoint-markers" and
+       "strace".
+       * breakpoint.c (is_marker_spec): New.
+       (is_tracepoint): Handle static tracepoints.
+       (validate_commands_for_breakpoint): Static tracepoints can't do
+       while-stepping.
+       (static_tracepoints_here): New.
+       (bpstat_what): Handle static tracepoints.
+       (print_one_breakpoint_location, allocate_bp_location, mention):
+       Ditto.
+       (create_breakpoint_sal): Ditto.
+       (decode_static_tracepoint_spec): New.
+       (create_breakpoint): Replace `hardwareflag', and `traceflag' with
+       `type_wanted'.  Adjust.  Handle static tracepoint marker
+       locations.
+       (break_command_1): Adjust.
+       (update_static_tracepoint): New.
+       (update_breakpoint_locations): Handle static tracepoints.
+       (breakpoint_re_set_one): Handle static tracepoint marker
+       locations.
+       (disable_command, enable_command): Handle static tracepoints.
+       (trace_command, ftrace_command): Adjust.
+       (strace_command): New.
+       (create_tracepoint_from_upload): Adjust.
+       (save_breakpoints): Handle static tracepoints.
+       (_initialize_breakpoint): Install the "strace" command.
+       * breakpoint.h (enum bptype): New bp_static_tracepoint type.
+       (struct breakpoint): New fields static_trace_marker_id and
+       static_trace_marker_id_idx.
+       (breakpoints_here_p): Declare.
+       (create_breakpoint): Adjust.
+       (static_tracepoints_here): Declare.
+       * remote.c (struct remote_state) <static_tracepoints>: New field.
+       (PACKET_qXfer_statictrace_read, PACKET_StaticTracepoints): New.
+       (remote_static_tracepoint_marker_at): New.
+       (remote_static_tracepoint_markers_by_strid): New.
+       (remote_static_tracepoint_feature): New.
+       (remote_disconnected_tracing_feature): Handle "StaticTracepoints".
+       (remote_xfer_partial): Handle TARGET_OBJECT_STATIC_TRACE_DATA.
+       (remote_supports_static_tracepoints): New.
+       (remote_download_tracepoint): Download static tracepoints.
+       (init_remote_ops): Install remote_static_tracepoint_marker_at and
+       remote_static_tracepoint_markers_by_strid.
+       (_initialize_remote): Install set|show remote static-tracepoints,
+       and set|show remote read-sdata-object commands.
+       * target.c (update_current_target): Inherit and default
+       to_static_tracepoint_marker_at, and
+       to_static_tracepoint_markers_by_strid.
+       * target.h (static_tracepoint_marker): Forward declare.
+       (enum target_object): New object TARGET_OBJECT_STATIC_TRACE_DATA.
+       (static_tracepoint_marker_p): New typedef. 
+       (DEF_VEC_P(static_tracepoint_marker_p)): New VEC type.
+       (struct target_ops): New fields to_static_tracepoint_marker_at and
+       to_static_tracepoint_markers_by_strid.
+       (target_static_tracepoint_marker_at)
+       (target_static_tracepoint_markers_by_strid): New.
+       * tracepoint.c: Include source.h.
+       (validate_actionline): Handle $_sdata.
+       (struct collection_list): New field strace_data.
+       (add_static_trace_data): New.
+       (clear_collection_list): Clear strace_data.
+       (stringify_collection_list): Account for a possible static trace
+       data collection.
+       (encode_actions_1): Encode an $_sdata collection.
+       (parse_tracepoint_definition): Handle static tracepoints.
+       (parse_static_tracepoint_marker_definition): New.
+       (release_static_tracepoint_marker): New.
+       (print_one_static_tracepoint_marker): New.
+       (info_static_tracepoint_markers_command): New.
+       (sdata_make_value): New.
+       (_initialize_tracepoint): Create the $_sdata convenience variable.
+       Add the "info static-tracepoint-markers" command.
+       Mention $_sdata in the "collect" command's help output.
+       * tracepoint.h (struct static_tracepoint_marker): New.
+       (parse_static_tracepoint_marker_definition)
+       (release_static_tracepoint_marker): Declare.
+       * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
+       * python/py-breakpoint.c (bppy_new): Adjust.
+
+2010-06-30  Joel Brobecker  <brobecker@adacore.com>
+
+       * python/python-internal.h (_XOPEN_SOURCE): Undefine before
+       including Python.h.
+
+2010-06-29  Doug Evans  <dje@google.com>
+
+       PR gdb/11702
+       * dwarf2read.c (dwarf2_add_field): Only create a symbol if
+       DW_AT_external is present.
+
+       PR gdb/11702
+       * NEWS: Add entry.
+       * dwarf2read.c (dwarf2_add_field): If DW_AT_const_value is present,
+       create a symbol for the field and record the value.
+       (new_symbol): Handle DW_TAG_member.
+       * gdbtypes.c (field_is_static): Remove FIXME.
+       * symtab.c (search_symbols): When searching for VARIABLES_DOMAIN,
+       only ignore LOC_CONST symbols that are enums.
+
+       * dwarf2read.c: Remove trailing whitespace.
+
+       Delete FIELD_LOC_KIND_DWARF_BLOCK, unused.
+       * gdbtypes.h (enum field_loc_kind): Delete FIELD_LOC_KIND_DWARF_BLOCK.
+       (struct main_type, field loc): Delete dwarf_block.
+       (FIELD_DWARF_BLOCK): Delete.
+       (SET_FIELD_DWARF_BLOCK): Delete.
+       (TYPE_FIELD_DWARF_BLOCK): Delete.
+       * gdb-gdb.py (StructMainTypePrettyPrinter.struct_field_location_img):
+       Update.
+
+2010-06-29  Hui Zhu  <teawater@gmail.com>
+
+       * record.c (set_record_pic_cmdlist,
+       show_record_pic_cmdlist): New variables.
+       (set_record_pic_command,
+       show_record_pic_command): New functions.
+       (record_pic_function, record_pic_line, record_pic_enum,
+       set_record_pic_type, record_pic_hide_nofunction,
+       record_pic_hide_nosource, record_pic_hide_same): New variables.
+       (record_pic_fputs): New function.
+       (function_list, node_list, edge_list): New struct.
+       (function_list, node_list, edge_list): New variables.
+       (record_pic_cleanups, record_pic_node,
+       record_pic_edge, cmd_record_pic): New functions.
+       (_initialize_record): Add new commands for record pic.
+
+2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * dwarf2read.c (read_structure_type) <fi.typedef_field_list>: Call
+       ALLOCATE_CPLUS_STRUCT_TYPE.
+
+2010-06-28  Phil Muldoon  <pmuldoon@redhat.com>
+            Tom Tromey  <tromey@redhat.com>
+            Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
+       * value.c (pack_unsigned_long): New function.
+       (value_from_ulongest): New function.
+       * value.h (value_from_ulongest): Declare.
+       * python/python.c (_initialize_python): Call
+       gdbpy_initialize_thread and gdbpy_initialize_inferior.
+       * python/python-internal.h: Define thread_object.
+       (gdbpy_inferiors, gdbpy_selected_thread)
+       (frame_info_to_frame_object, create_thread_object)
+       (find_thread_object, find_inferior_object)
+       (gdbpy_initialize_thread, gdbpy_initialize_inferiors)
+       (gdbpy_is_value_object, get_addr_from_python): Declare.
+       * python/py-value.c (builtin_type_upylong): Define.
+       (convert_value_from_python): Add logic for ulongest.
+       (gdbpy_is_value_object): New function.
+       * python/py-utils.c (get_addr_from_python): New function.
+       * python/py-frame.c (frame_info_to_frame_object): Return a PyObject.
+       (gdbpy_selected_frame): Use PyObject over frame_info.
+       * Makefile.in (SUBDIR_PYTHON_OBS): Add py-inferior and
+       py-infthread.
+       (SUBDIR_PYTHON_SRCS): Likewise.
+       (py-inferior.o): New Rule.
+       (py-infthread.o): New Rule.
+       * python/py-inferior.c: New File.
+       * python/py-infthread.c: New File.
+
+2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * c-typeprint.c (c_type_print_base): For no fields check include also
+       TYPE_TYPEDEF_FIELD_COUNT.  Print new typedefs section.
+       * dwarf2read.c (struct typedef_field_list)
+       (struct field_info) <typedef_field_list, typedef_field_list_count>: New.
+       (dwarf2_add_typedef): New.
+       (read_structure_type): Call dwarf2_add_typedef for DW_TAG_typedef.
+       Copy also FI.TYPEDEF_FIELD_LIST.
+       * gdbtypes.h (struct typedef_field)
+       (struct cplus_struct_type) <typedef_field, typedef_field_count>
+       (TYPE_TYPEDEF_FIELD_ARRAY, TYPE_TYPEDEF_FIELD, TYPE_TYPEDEF_FIELD_NAME)
+       (TYPE_TYPEDEF_FIELD_TYPE, TYPE_TYPEDEF_FIELD_COUNT): New.
+
+2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * cp-namespace.c (cp_lookup_nested_type): New variable
+       concatenated_name.  Turn the current return condition into a reverse
+       one.  Call also lookup_static_symbol_aux on the constructed qualified
+       name.
+       * symtab.c (lookup_symbol_aux): Move variable objfile and searching in
+       other files into a called ...
+       (lookup_static_symbol_aux): ... new function here.
+       * symtab.h (lookup_static_symbol_aux): New prototype.
+       * valops.c (value_maybe_namespace_elt): Call also
+       lookup_static_symbol_aux if we failed otherwise.
+
+2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix PR c++/11703 and PR gdb/1448.
+       * c-exp.y (yylex) <last_was_coloncolon && first_was_coloncolon>: Add
+       FIRST_ITER check.
+
+2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix modification of cplus_struct_default.
+       * dwarf2read.c (dwarf2_add_member_fn) <no DW_AT_vtable_elem_location>:
+       Call ALLOCATE_CPLUS_STRUCT_TYPE.
+       * gdbtypes.c (cplus_struct_default): New empty initializer, comment it.
+
+2010-06-28  Joel Brobecker  <brobecker@adacore.com>
+
+       * NEWS: Add entry announcing the python directory.
+
+2010-06-28  Tom Tromey  <tromey@redhat.com>
+
+       * dwarf2read.c (read_structure_type): Allocate null cleanup later.
+
+2010-06-28  Doug Evans  <dje@google.com>
+
+       * breakpoint.c (breakpoint_sals_to_pc): Delete arg address, unused.
+       All callers updated.
+
+2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * cp-valprint.c (cp_print_value_fields) <recurse == 0>: Call
+       obstack_begin after each obstack_free.
+
+2010-06-27  Doug Evans  <dje@google.com>
+
+       * value.c (value_static_field): Use `switch' instead of `if'.
+       Assert-fail if passed invalid TYPE_FIELD_LOC_KIND.
+
+       * valops.c (search_struct_field): Fix typo in error message.
+
+2010-06-26  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * dwarf2expr.c (execute_stack_op): Place preprocessor
+       directives at the start of the source line.
+
+2010-06-25  Paul Hilfinger  <hilfinger@adacore.com>
+
+       * defs.h (make_command_stats_cleanup): Declare.
+       (set_display_time): Declare.
+       (set_display_space): Declare.
+       * event-top.c (command_handler): Use make_command_stats_cleanup.
+       * main.c (display_time, display_space): Move definitions to utils.c.
+       (captured_main): Use make_command_stats_cleanup to get start-up
+       statistics.
+       Use set_display_time and set_display_space for processing OPT_STATISTICS
+       case.
+       * maint.c (maintenance_time_display): Use set_display_time.
+       (maintenance_space_display): Use set_display_space.
+       * top.c (execute_command): Remove obsolete 'maint time' code.
+       (command_loop): Use make_command_stats_cleanup.
+       * utils.c (struct cmd_stats): Structure for storing initial time
+       and space usage.
+       (display_time, display_space): Move definitions here from utils.c.
+       (set_display_time): New function.
+       (set_display_space): New function.
+       (make_command_stats_cleanup): New function.
+       (report_command_stats): New auxiliary function for
+       make_command_stats_cleanup.
+
+2010-06-25  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * solib-spu.c (append_ocl_sos): Fix xsnprintf statement for
+       hosts where CORE_ADDR is long long.
+
+2010-06-25  Tom Tromey  <tromey@redhat.com>
+
+       PR python/10808:
+       * python/python.c (execute_gdb_command): Add keywords.  Accept
+       "to_string" argument.
+       (struct restore_ui_file_closure): New.
+       (restore_ui_file): New function.
+       (make_cleanup_restore_ui_file): Likewise.
+       (GdbMethods) <execute>: Update.
+
+2010-06-25  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * s390-tdep.c (s390_push_dummy_call): Error on stack overflow
+       during inferior call stack frame setup.
+
+2010-06-25  Ken Werner  <ken.werner@de.ibm.com>
+
+       * solib-spu.c: Include "exception.h".
+       (ocl_program_data_key): New variable.
+       (append_ocl_sos): New function.
+       (ocl_enable_break): Likewise.
+       (spu_current_sos): Call append_ocl_sos.
+       (spu_solib_loaded): Call ocl_enable_break.
+       (_initialize_spu_solib): Register ocl_program_data_key.
+
+2010-06-25  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * cp-support.c (reset_directive_searched): New function.
+       (make_symbol_overload_list_using): Prevent recursive calls.
+
+2010-06-25  Phil Muldoon  <pmuldoon@redhat.com>
+
+       * printcmd.c (print_variable_and_value): Print error message on
+       caught exception.
+
+2010-06-25  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * dwarf2expr.h (struct dwarf_value_location): Use ULONGEST as type
+       of stack values.
+       (struct dwarf_expr_piece): Rename "expr" member to "mem".  Add new
+       "value" member.
+       (dwarf_expr_push): Change input type to ULONGEST.
+       (dwarf_expr_fetch): Change return type to ULONGEST.
+       (dwarf_expr_fetch_address): Add prototype.
+       (dwarf2_read_address): Remove prototype.
+       * dwarf2expr.c (dwarf_expr_push): Use ULONGEST as type of stack values.
+       Truncate stack values to ctx->addr_size bytes.
+       (dwarf_expr_fetch): Change return value to ULONGEST.
+       (dwarf_expr_fetch_address): New function.
+       (add_piece): Use dwarf_expr_fetch_address instead of dwarf_expr_fetch
+       when appropriate.  Update for struct dwarf_expr_piece changes.
+       (dwarf2_read_address): Remove.
+       (unsigned_address_type): Remove.
+       (signed_address_type): Remove.
+       (execute_stack_op): Use dwarf_expr_fetch_address instead of
+       dwarf_expr_fetch when appropriate.  Use ULONGEST as type of stack
+       values.  Perform operations on ULONGEST instead of on GDB values,
+       sign-extending from ctx->addr_size bytes as needed.  Read DW_OP_addr
+       values and DW_OP_deref results as unsigned integers.
+       * dwarf2loc.c (read_pieced_value): Update for struct dwarf_expr_piece
+       changes.
+       (write_pieced_value): Likewise.
+       (dwarf2_evaluate_loc_desc): Use dwarf_expr_fetch_address instead of
+       dwarf_expr_fetch when appropriate.
+       (compile_dwarf_to_ax): Read DW_OP_addr values as unsigned integers.
+       * dwarf2-frame.c (execute_stack_op): Use dwarf_expr_fetch_address
+       instead of dwarf_expr_fetch when appropriate.
+
+2010-06-25  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * c-typeprint.c (c_print_typedef): Append new type name for typedefs.
+
+2010-06-24  Joel Brobecker  <brobecker@adacore.com>
+
+       * python/python.c (_initialize_python): Add new "constant"
+       PYTHONDIR in gdb module.  Insert this path at the head of
+       sys.path. Set gdb.__path__ to gdb.PYTHONDIR + '/gdb' and
+       exec its __init__.py script if it exists in that directory.
+
+2010-06-24  Kevin Buettner  <kevinb@redhat.com>
+
+       * rx-tdep.c (RX_ACC_REGNUM): Define.
+       (RX_NUM_REGS): Redefine to 26.
+       (rx_register_name): Add register "acc".  Change order of several
+       registers.  Change name of "vct" register to "fintv" to match RX
+       documentation.
+       (rx_register_type): Add case for RX_ACC_REGNUM.
+
+2010-06-24  Tom Tromey  <tromey@redhat.com>
+
+       * psymtab.c (lookup_partial_symbol): Mark definition as static.
+
+2010-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Tom Tromey  <tromey@redhat.com>
+
+       Fix GDB startup on readonly filesystem.
+       * charset.c (find_charset_names): Use PEX_USE_PIPES for pex_init.
+
+2010-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Pedro Alves  <pedro@codesourcery.com>
+
+       Fix PR 9436.
+       * breakpoint.c (handle_jit_event): New function.
+       (bpstat_what): Remove enum class, kc, ss, sn, sgl, slr, clr, sr, shl,
+       jit, err, table and bs_class.  New variables shlib_event, jit_event,
+       this_action and bptype.  Change bs_class assignments to this_action
+       assignments.  new unhandled bptype internal error.  Move here
+       shlib_event and jit_event handling from handle_inferior_event.
+       * breakpoint.h (enum bpstat_what_main_action): Extend the comment.
+       Reorder items.  Remove BPSTAT_WHAT_CHECK_SHLIBS and
+       BPSTAT_WHAT_CHECK_JIT.
+       * inferior.h (debug_infrun, stop_on_solib_events): New declarations.
+       * infrun.c (debug_infrun, stop_on_solib_events): Remove static.
+       (handle_inferior_event): Reinitialize frame and gdbarch after
+       bpstat_what call.  Move BPSTAT_WHAT_CHECK_SHLIBS and
+       BPSTAT_WHAT_CHECK_JIT handling to bpstat_what.  Reinitialize even
+       gdbarch when frame gets reinitialized.
+
+2010-06-24  Hui Zhu  <teawater@gmail.com>
+
+       * printcmd.c (ui_printf): New function.
+       (printf_command): Call ui_printf.
+       (_initialize_printcmd): New command "eval".
+
+2010-06-23  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * infrun.c (handle_inferior_event): Handle presence of single-step
+       breakpoints for TARGET_WAITKIND_FORKED and TARGET_WAITKIND_VFORKED.
+       Cancel single-step breakpoints for TARGET_WAITKIND_EXITED,
+       TARGET_WAITKIND_SIGNALED, and TARGET_WAITKIND_EXECD.
+       * breakpoint.c (detach_single_step_breakpoints): New function.
+       (detach_breakpoints): Call it.
+       (cancel_single_step_breakpoints): New function.
+       * breakpoint.h (cancel_single_step_breakpoints): Add prototype.
+
+       * spu-tdep.c (spu_memory_remove_breakpoint): New function.
+       (spu_gdbarch_init): Install it.
+
+2010-06-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * configure.ac: Always set RDYNAMIC at least as `-rdynamic'.
+       * configure: Regenerate.
+
+2010-06-22  Hui Zhu  <teawater@gmail.com>
+
+       * i386-tdep.c (i386_record_lea_modrm): Change warning to query.
+       (i386_process_record): Ditto.
+       * record.c (record_memory_query): New variable.
+       (_initialize_record): New command "set record memory-query".
+       * record.h (record_memory_query): New extern.
+
+2010-06-21  Doug Evans  <dje@google.com>
+
+       * i386-tdep.h (i386_displaced_step_copy_insn): Declare.
+       * i386-tdep.c (i386_displaced_step_copy_insn): New function.
+       (i386_syscall_p): Change type of lengthp to int.
+       (i386_displaced_step_fixup): Handle kernels that run one past a
+       syscall insn.
+       * i386-linux-tdep.c (i386_linux_init_abi): Use
+       i386_displaced_step_copy_insn instead of
+       simple_displaced_step_copy_insn.
+
+2010-06-21  Tom Tromey  <tromey@redhat.com>
+
+       * dwarf2read.c (read_base_type): Handle DW_ATE_UTF.
+       (dwarf_type_encoding_name): Likewise.
+
+2010-06-21  Tom Tromey  <tromey@redhat.com>
+
+       * p-valprint.c (pascal_val_print): Use TYPE_ERROR_NAME.
+       * p-typeprint.c (pascal_type_print_base): Use TYPE_ERROR_NAME.
+       * m2-valprint.c (m2_val_print): Use TYPE_ERROR_NAME.
+       * gdbtypes.h (TYPE_ERROR_NAME): New macro.
+       * f-valprint.c (f_val_print): Use TYPE_ERROR_NAME.
+       * f-typeprint.c (f_type_print_base): Use TYPE_ERROR_NAME.
+       * dwarf2read.c (tag_type_to_type): Create a new error type on
+       failure.
+       * c-valprint.c (c_val_print): Use TYPE_ERROR_NAME.
+       * c-typeprint.c (c_type_print_base): Use TYPE_ERROR_NAME.
+
+2010-06-21  Michael Snyder  <msnyder@vmware.com>
+
+       * breakpoint.c (_initialize_breakpoint): Use add_prefix_cmd, 
+       not add_abbrev_prefix_cmd, for "enable breakpoints".
+
+2010-06-21  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * dwarf2loc.c (find_location_expression): Add relocation offset
+       to base-address-selection entry base addresses.  Read addresses
+       (and offsets) as signed/unsigned integers, depending on the
+       BFD's sign_extend_vma flag.  Do not call dwarf2_read_address.
+       (loclist_describe_location): Likewise.
+       (disassemble_dwarf_expression): Read DW_OP_addr operand as
+       unsigned integer.  Do not call dwarf2_read_address.
+       (locexpr_describe_location): Likewise for DW_OP_GNU_push_tls_address.
+
+2010-06-19  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * spu-tdep.c (spu_frame_unwind_cache): Use LSLR register
+       value instead of hard-coded SPU_LS_SIZE.
+       (spu_software_single_step): Likewise.
+       * spu-tdep.h (SPU_LS_SIZE): Remove.
+
+2010-06-19  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * spu-multiarch.c (spu_xfer_partial): Wrap around local store
+       limit on local store memory accesses.
+       * spu-linux-nat.c (spu_xfer_partial): Likewise.
+       * spu-tdep.c (spu_lslr): Remove.
+       (spu_pointer_to_address): Do not truncate addresses.
+       (spu_integer_to_address): Likewise.
+       (spu_overlay_new_objfile): Use SPU_OVERLAY_LMA.
+       * spu-tdep.h: Add comments.
+       (SPUADDR_SPU): Respect SPU_OVERLAY_LMA bit.
+       (SPU_OVERLAY_LMA): Define.
+
+2010-06-18  Stan Shebs  <stan@codesourcery.com>
+
+       * osdata.c (get_osdata): Warn separately if target does not report
+       type list.
+       (info_osdata_command): Allow empty type, report error if target
+       does not return available types of OS data.
+       * linux-nat.c (linux_nat_xfer_osdata): Report list of OS data
+       types if no annex supplied.
+
+       * thread.c (thread_id_make_value): Make a value representing the
+       current thread.
+       (_initialize_thread): Create $_thread.
+
+2010-06-17  Joel Brobecker  <brobecker@adacore.com>
+
+       * dwarf2read.c (psymtabs_addrmap_cleanup): Add empty line after
+       last local variable declaration.  No real code change.
+
+2010-06-17  Tom Tromey  <tromey@redhat.com>
+
+       * dwarf2read.c (psymtabs_addrmap_cleanup): New function.
+       (dwarf2_build_psymtabs_hard): Use it.  Create addrmap on a
+       temporary obstack.
+
+2010-06-16  Sergio Durigan Junior  <sergiodj@redhat.com>
+           Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * breakpoint.c: Include parser-defs.h.
+       (watchpoint_exp_is_const): New function.
+       (watch_command_1): Call watchpoint_exp_is_const to check
+       if the expression is constant.
+
+2010-06-15  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure.ac: Check for RDYNAMIC also for cross builds.
+       * configure: Regenerate.
+
+2010-06-15  Pedro Alves  <pedro@codesourcery.com>
+
+       * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
+       (SFILES): Remove solib-null.c, add solib-target.c.
+       (COMMON_OBS): Remove solib-null.o, add solib-target.o.
+       (ALLDEPFILES): Remove solib-target.c.
+       * solib-target.c (_initialize_solib_target): Set
+       current_target_so_ops to solib_target_so_ops if not already set.
+       * solib-null.c: Delete.
+
+2010-06-14  Pedro Alves  <pedro@codesourcery.com>
+
+       * NEWS: Mention GDBserver's JIT compilation of tracepoint
+       bytecode.
+
+2010-06-14  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * cp-valprint.c (cp_print_static_field): Members of
+       dont_print_stat_array_obstack are of type "struct type *".
+       (_initialize_cp_valprint): Likewise.
+
+2010-06-14  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * frame.c (frame_register_unwind): Do not access contents
+       of "optimized out" unwound register value.
+
+2010-06-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * ada-lang.h (ada_print_type): Make varstring const.
+       * ada-typeprint.c (print_func_type): Make name const.
+       (ada_print_type): Make varstring const.
+       * c-lang.h (c_print_type): Make varstring const.
+       * c-typeprint.c (c_print_type): Likewise.
+       * f-lang.h (f_print_type): Likewise.
+       * f-typeprint.c (f_print_type): Likewise.
+       * jv-lang.h (java_print_type): Likewise.
+       * jv-typeprint.c (java_print_type): Likewise.
+       * language.c (unk_lang_print_type): Likewise.
+       * language.h (struct language_defn) <la_print_type>: Likewise.
+       * m2-lang.h (m2_print_type): Likewise.
+       * m2-typeprint.c (m2_print_type): Likewise.
+       * p-lang.h (pascal_print_type): Likewise.
+       * p-typeprint.c (pascal_print_type): Likewise.
+
+2010-06-11  Stan Shebs  <stan@codesourcery.com>
+
+       Add per-operation permission flags.
+
+       * target.h (struct target_ops): New method to_set_permissions.
+       (target_set_permissions): New macro.
+       (target_insert_breakpoint): Change macro to function.
+       (target_remove_breakpoint): Ditto.
+       (target_stop): Ditto.
+       (may_write_registers): Declare.
+       (may_write_memory): Declare.
+       (may_insert_breakpoints): Declare.
+       (may_insert_tracepoints): Declare.
+       (may_insert_fast_tracepoints): Declare.
+       (may_stop): Declare.
+       * target.c (may_write_registers, may_write_registers_1): New globals.
+       (may_write_memory, may_write_memory_1): New globals.
+       (may_insert_breakpoints, may_insert_breakpoints_1): New globals.
+       (may_insert_tracepoints, may_insert_tracepoints_1): New globals.
+       (may_insert_fast_tracepoints, may_insert_fast_tracepoints_1): New
+       globals.
+       (may_stop, may_stop_1): New global.
+       (target_xfer_partial): Test for write permission.
+       (target_store_registers): Ditto.
+       (target_insert_breakpoint): New function.
+       (target_remove_breakpoint): New function.
+       (target_stop): New function.
+       (_initialize_targets): Add new set/show variables.
+       (set_write_memory_permission): New function.
+       (update_target_permissions): New function.
+       (set_target_permissions): New function.
+       (update_current_target): Default to_set_permissions.
+       (_initialize_targets): Use new globals and setter function.
+       * tracepoint.c (start_tracing): Test for permission.
+       * inferior.h (update_observer_mode): Declare.
+       * infrun.c (non_stop_1): Define earlier.
+       (observer_mode, observer_mode_1): New globals.
+       (set_observer_mode, show_observer_mode): New functions.
+       (update_observer_mode): New function.
+       (_initialize_infrun): Define "set observer" command.
+       * remote.c (PACKET_QAllow): New optional packet.
+       (remote_protocol_features): Add QAllow.
+       (remote_set_permissions): New function.
+       (remote_start_remote): Call it.
+       (init_remote_ops): Add it to target vector.
+       (_initialize_remote): Add config command for QAllow.
+
+2010-06-11  Tom Tromey  <tromey@redhat.com>
+
+       * dwarf2read.c (dwarf2_add_member_fn): Handle correct form of
+       DW_AT_vtable_elem_location even when GCC extension is seen.
+
+2010-06-11  Tom Tromey  <tromey@redhat.com>
+
+       PR gdb/9977, PR exp/11636:
+       * value.h (value_offset): Update.
+       (struct lval_funcs) <check_validity>: New field.
+       <copy_closure>: Make argument const.
+       (value_computed_closure): Update.
+       (value_contents_for_printing): Declare.
+       (value_bits_valid): Likewise.
+       (val_print): Likewise.
+       (set_value_component_location): Update.
+       (value_entirely_optimized_out): Declare.
+       * value.c (value_offset): Argument now const.
+       (require_not_optimized_out): New function.
+       (value_contents_for_printing): New function.
+       (value_contents_all): Call require_not_optimized_out.
+       (value_contents): Likewise.
+       (value_bits_valid): New function.
+       (value_computed_closure): Argument now const.
+       (set_value_component_location): Make 'whole' argument const.
+       (value_entirely_optimized_out): New function.
+       (value_bitsize): Argument now 'const'.
+       (value_bitpos): Likewise.
+       (value_type): Likewise.
+       * valprint.h (val_print_array_elements): Update.
+       * valprint.c (val_print): Add 'val' argument.  Use
+       valprint_check_validity.
+       (valprint_check_validity): New function.
+       (value_check_printable): Use value_entirely_optimized_out.
+       (common_val_print): Update.
+       (value_print): Likewise.
+       (val_print_array_elements): Add 'val' argument.
+       * valops.c (value_fetch_lazy): Use value_contents_for_printing,
+       value_bits_valid.  Reinit frame cache for lval_computed.
+       * sh64-tdep.c (sh64_do_register): Update.
+       * scm-valprint.c (scm_val_print): Add 'val' argument.
+       * scm-lang.h (scm_val_print): Update.
+       * python/python.h (apply_val_pretty_printer): Update.
+       * python/py-prettyprint.c (apply_val_pretty_printer): Add 'val'
+       argument.  Call set_value_component_location.
+       * printcmd.c (print_scalar_formatted): Update.
+       * p-valprint.c (pascal_val_print): Add 'val' argument.
+       (pascal_object_print_value_fields): Likewise.
+       (pascal_object_print_value): Likewise.
+       (pascal_object_print_static_field): Update.
+       * p-lang.h (pascal_val_print): Update.
+       (pascal_object_print_value_fields): Update.
+       * mt-tdep.c (mt_registers_info): Update.
+       * mi/mi-main.c (get_register): Update.
+       (mi_cmd_data_evaluate_expression): Use common_val_print.
+       * m2-valprint.c (m2_print_array_contents): Add 'val' argument.
+       (m2_print_unbounded_array): Likewise.
+       (m2_val_print): Likewise.
+       * m2-lang.h (m2_val_print): Update.
+       * language.h (struct language_defn) <la_val_print>: Add 'val'
+       argument.
+       (LA_VAL_PRINT): Likewise.
+       * language.c (unk_lang_val_print): Add 'val' argument.
+       * jv-valprint.c (java_print_value_fields): Add 'val' argument.
+       (java_val_print): Likewise.
+       * jv-lang.h (java_val_print): Add 'val' argument.
+       * infcmd.c (default_print_registers_info): Update.
+       * f-valprint.c (f77_print_array_1): Add 'val' argument.
+       (f77_print_array): Likewise.
+       (f_val_print): Likewise.
+       * f-lang.h (f_val_print): Add 'val' argument.
+       * dwarf2loc.c (read_pieced_value): Use value_bitsize and
+       value_bitpos.
+       <DWARF_VALUE_OPTIMIZED_OUT>: Don't print warning.  Call
+       set_value_optimized_out.
+       (write_pieced_value): Use value_bitsize and value_bitpos.
+       <default>: Don't exit loop.
+       (check_pieced_value_validity): New function.
+       (pieced_value_funcs): Reference check_pieced_value_validity,
+       check_pieced_value_invalid.
+       (copy_pieced_value_closure): Update.
+       (check_pieced_value_bits): New function.
+       (check_pieced_value_invalid): New function.
+       * d-valprint.c (dynamic_array_type): Add 'val' argument.
+       (d_val_print): Likewise.
+       * d-lang.h (d_val_print): Update.
+       * cp-valprint.c (cp_print_value_fields): Add 'val' argument.
+       (cp_print_value_fields_rtti): Likewise.
+       (cp_print_value): Likewise.
+       (cp_print_static_field): Update.
+       * c-valprint.c (c_val_print): Add 'val' argument.
+       (c_value_print): Update.
+       * c-lang.h (c_val_print): Update.
+       (cp_print_value_fields): Likewise.
+       (cp_print_value_fields_rtti): Likewise.
+       * ada-valprint.c (struct ada_val_print_args): Remove.
+       (val_print_packed_array_elements): Add 'val' argument.
+       (ada_val_print): Likewise.  Rewrite.
+       (ada_val_print_stub): Remove.
+       (ada_val_print_array): Add 'val' argument.
+       (ada_val_print_1): Likewise.
+       (print_variant_part): Likewise.
+       (ada_value_print): Update.
+       (print_record): Add 'val' argument.
+       (print_field_values): Likewise.
+       * ada-lang.h (ada_val_print): Update.
+
+2010-06-11  Tom Tromey  <tromey@redhat.com>
+
+       * vec.h (VEC_cleanup): New macro.
+       (DEF_VEC_ALLOC_FUNC_I): Update.
+       (DEF_VEC_ALLOC_FUNC_P): Likewise.
+       (DEF_VEC_ALLOC_FUNC_O): Likewise.
+       * dwarf2loc.c (struct axs_var_loc): Remove.
+       (unimplemented): New function.
+       (translate_register): Likewise.
+       (access_memory): Likewise.
+       (compile_dwarf_to_ax): Likewise.
+       (dwarf2_tracepoint_var_loc): Remove.
+       (dwarf2_tracepoint_var_access): Likewise.
+       (dwarf2_tracepoint_var_ref): Likewise.
+       (locexpr_tracepoint_var_ref): Use compile_dwarf_to_ax.
+       (loclist_tracepoint_var_ref): Likewise.
+       * dwarf2expr.h (dwarf_expr_require_composition): Declare.
+       * dwarf2expr.c (dwarf_expr_require_composition): Rename from
+       require_composition.  No longer static.
+       (execute_stack_op): Update.
+       * ax-gdb.h (trace_kludge): Declare.
+
+2010-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * breakpoint.c (breakpoint_restore_shadows): New OWNER comment.
+       (should_be_inserted): Return zero also on NULL OWNER.
+       (breakpoint_program_space_exit): New OWNER comment.
+       (insert_breakpoint_locations): Extend comment for OWNER.
+       (remove_breakpoint_1, remove_breakpoint): Assert on OWNER.
+       (breakpoint_init_inferior, breakpoint_here_p, breakpoint_thread_match):
+       New OWNER comment.
+       (print_it_typical): Return PRINT_UNKNOWN on NULL OWNER.
+       (watchpoint_check): New assert on BREAKPOINT_AT and OWNER.
+       (bpstat_check_location): New assert on OWNER.
+       (bpstat_check_watchpoint, bpstat_check_breakpoint_conditions): Move BL
+       and B initializations to the code block.  New assert on them.
+       (print_one_breakpoint_location): New OWNER comment.
+       (watchpoint_locations_match): Assert on OWNER.
+       (breakpoint_locations_match): Move HW_POINT1 and HW_POINT2
+       initializations to the code block.  New assert on OWNER.
+       (set_breakpoint_location_function): New assert on OWNER.
+       (disable_breakpoints_in_shlibs, disable_breakpoints_in_unloaded_shlib)
+       (bp_location_compare, update_global_location_list)
+       (update_global_location_list): New OWNER comment.
+
+2010-06-09  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * Makefile.in (HFILES_NO_SRCDIR): Remove config/i386/nm-linux.h
+
+2010-06-09  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * config/nm-linux.h (struct target_ops): Remove forward declaration.
+       (lin_thread_get_thread_signals): Remove prototype.
+       (GET_THREAD_SIGNALS): Remove.
+       * linux-nat.h (lin_thread_get_thread_signals): Add prototype.
+       * linux-thread-db.c (check_thread_signals): Directly call
+       lin_thread_get_thread_signals; do not check GET_THREAD_SIGNALS.
+
+2010-06-09  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * gregset.h (GDB_FPXREGSET_T): Remove.
+       (gdb_fpxregset_t): Likewise.
+       (supply_fpxregset): Remove prototype.
+       (fill_fpxregset): Likewise.
+       * i386-linux-nat.c (supply_fpxregset): Remove.
+       (fill_fpxregset): Likewise.
+       (fetch_fpxregs): Inline supply_fpxregset call.
+       (store_fpxregs): Inline fill_fpxregset call.
+
+       * config/i386/linux.mh: Set NAT_FILE to config/nm-linux.h.
+       * config/i386/nm-linux.h: Remove file.
+
+2010-06-09  Michael Snyder  <msnyder@vmware.com>
+
+       * target.c (update_current_target): Fix spelling error in comment.
+       (target_mourn_inferior): Fix spelling error in error message.
+
+2010-06-08  Paul Hilfinger  <hilfingr@adacore.com>
+
+      * dictionary.h (dict_iter_name_first, dict_iter_name_next): Refer to
+      SYMBOL_SEARCH_NAME, not SYMBOL_BEST_NAME, in comments.
+
+2010-06-08  Michael Snyder  <msnyder@vmware.com>
+
+       * remote.c (remote_close): Set inferior_ptid to null_ptid.
+
+2010-06-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * configure.ac <"${have_libpython}" != no>: New workaround of
+       python#4434.
+       * configure: Regenerate.
+
 2010-06-08  Hui Zhu  <teawater@gmail.com>
 
        * record.c (record_wait): Move signal out of replay code.
 
        * valprint.h (get_array_bounds): Change low and high parameter types
        to LONGEST *.
-       * valprint.c (get_array_bounds): Use get_discrete_bounds call to 
+       * valprint.c (get_array_bounds): Use get_discrete_bounds call to
        compute bounds.
        (val_print_array_elements): Adapt to change above.
        * ada-valprint.c (print_optional_low_bound): Adapt to change above.
        (value_object_type): Register valpy_hash.
 
 2010-05-14  Hui Zhu  <teawater@gmail.com>
-            Michael Snyder  <msnyder@vmware.com>
+           Michael Snyder  <msnyder@vmware.com>
 
        * linux-fork.c (gdbthread.h): New include.
        (fork_info): Add parent_ptid.
 2010-05-11  Pierre Muller  <muller@ics.u-strasbg.fr>
 
        * procfs.c (proc_watchpoint_address): New function.
-       (procfs_stopped_by_watchpoint): Remove useless check after 
+       (procfs_stopped_by_watchpoint): Remove useless check after
        find_procinfo_or_die call.
        (procfs_stopped_data_address): New function.
        (procfs_use_watchpoints): Register new watchpoint related function.
 
        * python/python.c (execute_gdb_command): Remove unused variables.
        * python/py-block.c (gdbpy_block_for_pc): Remove unused variable.
-       * python/py-breakpoint.c (gdbpy_breakpoint_created): 
+       * python/py-breakpoint.c (gdbpy_breakpoint_created):
        Remove unused variable.
        * python/py-cmd.c (cmdpy_function): Remove unused variable.
        (cmdpy_completer): Remove unused variable.
        * python/py-objfile.c (objfile_to_objfile_object):
        Remove unused variable.
        * python/py-param.c (parmpy_init): Remove unused variable.
-       * python/py-prettyprint.c (apply_varobj_pretty_printer): 
+       * python/py-prettyprint.c (apply_varobj_pretty_printer):
        Remove unused variable.
        (gdbpy_default_visualizer): Remove unused variable.
        * python/py-progspace.c (pspace_to_pspace_object):
        Remove unused variable.
-       * python/py-symtab.c (symtab_and_line_to_sal_object): 
+       * python/py-symtab.c (symtab_and_line_to_sal_object):
        Remove unused variable.
-       * python/py-type.c (typy_template_argument): 
+       * python/py-type.c (typy_template_argument):
        Remove unused variable.
        * python/py-value.c (valpy_string): Remove unused variable.
        (convert_value_from_python): Remove unused variables.
        * jit.c (jit_inferior_init): Delete unused variable.
        * progspace.c (clone_program_space): Delete unused variable.
        (pspace_empty_p): Delete unused variable.
-       
-       * frame-unwind.c (frame_unwind_find_by_frame): 
+
+       * frame-unwind.c (frame_unwind_find_by_frame):
        Delete unused variable.
        * gnu-v2-abi.c (gnuv2_value_rtti_type): Delete unused variable.
        * cp-support.c (mangled_name_to_comp): Delete unused variable.
        (method_name_from_physname): Delete unused variable.
        (cp_func_name): Delete unused variable.
        (cp_validate_operator): Delete unused variable.
-       * cp-namespace.c (cp_scan_for_anonymous_namespaces): 
+       * cp-namespace.c (cp_scan_for_anonymous_namespaces):
        Delete unused variable.
-       * trad-frame.c (trad_frame_get_prev_register): 
+       * trad-frame.c (trad_frame_get_prev_register):
        Delete unused variable.
        * tramp-frame.c (tramp_frame_cache): Delete unused variable.
 
        (m2_long_set): Delete unused variable.
        * ada-valprint.c (ada_val_print_1): Delete unused variable.
        * d-valprint.c (dynamic_array_type): Delete unused variable.
-       * f-valprint.c (f77_get_dynamic_length_of_aggregate): 
+       * f-valprint.c (f77_get_dynamic_length_of_aggregate):
        Delete unused variable.
        (f77_create_arrayprint_offset_tbl): Delete unused variable.
        * m2-valprint.c (m2_val_print): Delete unused variable.
        * gdbarch.sh (gdbarch_printable_names): Delete unused variable.
        (_initialize_gdbarch): Delete unused variable.
        * gdbarch.c, gdbarch.h: Regenerate.
-       * arch-utils.c (initialize_current_architecture): 
+       * arch-utils.c (initialize_current_architecture):
        Delete unused variable.
        (_initialize_gdbarch_utils): Delete unused variable.
        * gdbtypes.c (make_cv_type): Delete unused variable.
        * charset.c (wchar_iterate): Delete unused variable.
        (find_charset_names): Delete unused variable.
        (_initialize_charset): Delete unused variable.
-       * disasm.c (do_mixed_source_and_assembly): 
+       * disasm.c (do_mixed_source_and_assembly):
        Delete unused variable.
-       * source.c (set_default_source_symtab_and_line): 
+       * source.c (set_default_source_symtab_and_line):
        Delete unused variable.
        (set_substitute_path_command): Delete unused variable.
        * value.c (preserve_values): Delete unused variable.
        (completion_list_add_name): Delete unused variable.
        (expand_line_sal): Delete unused variable.
 
-       * breakpoint.c (validate_commands_for_breakpoint): 
+       * breakpoint.c (validate_commands_for_breakpoint):
        Delete unused variables.
        (insert_catchpoint): Delete unused variable.
        (update_watchpoint): Delete unused variable.
        (decode_locdesc): Delete unused variable.
        (zeroed_partial_die): Delete unused global variable.
 
-       * tui/tui-interp.c (_initialize_tui_interp): 
+       * tui/tui-interp.c (_initialize_tui_interp):
        Delete unused variable.
-       * tui/tui-regs.c tui_display_registers_from): 
+       * tui/tui-regs.c tui_display_registers_from):
        Delete unused variable.
        (tui_check_register_values): Delete unused variable.
        (tui_register_format): Delete unused variable.
        * tui/tui-win.c (_initialize_tui_win): Delete unused variable.
-       * tui/tui-windata.c (tui_display_data_from_line): 
+       * tui/tui-windata.c (tui_display_data_from_line):
        Delete unused variables.
        (tui_vertical_data_scroll): Delete unused variables.
 
        (mi_cmd_var_list_children): Delete unused variable.
        (varobj_update_one): Delete unused variable.
        * mi/mi-cmd-break.c (mi_cmd_break_insert): Delete unused variables.
-       * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): 
+       * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals):
        Delete unused variable.
        (mi_cmd_stack_list_variables): Delete unused variable.
        (list_args_or_locals): Delete unused variable.
-       * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): 
+       * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file):
        Delete unused variables.
        (mi_cmd_file_list_exec_source_files): Delete unused variable.
-       * mi/mi-cmd-target.c (mi_cmd_target_file_delete): 
+       * mi/mi-cmd-target.c (mi_cmd_target_file_delete):
        Delete unused variable.
        * mi/mi-interp.c (mi_interpreter_exec): Delete unused variable.
        (mi_cmd_interpreter_exec): Delete unused variable.
        (disassemble_command): Delete unused variable.
 
        * ax-gdb.c (gen_struct_elt_for_reference): Delete unused variables.
-       * tracepoint.c (delete_trace_variable_command): 
+       * tracepoint.c (delete_trace_variable_command):
        Delete unused variables.
        (encode_actions_1): Delete unused variables.
        (start_tracing): Delete unused variable.
        (enable_thread_event_reporting): Delete unused variable.
        (check_for_thread_db): Delete unused variables.
        (thread_db_find_new_threads_2): Delete unused variable.
-       
+
        * linux-fork.c (info_checkpoints_command): Delete unused variables.
        (checkpoint_command): Delete unused variable.
        (linux_fork_context): Delete unused variables.
 
        * ser-pipe.c (pipe_ops): Delete unused global variable.
 
-       * linux-record.c (record_linux_system_call): 
+       * linux-record.c (record_linux_system_call):
        Delete unused variables.
 
        * corelow.c (core_xfer_partial): Delete unused variables.
 
        * solib-svr4.c (find_program_interpreter): Delete unused variable.
-       (svr4_solib_create_inferior_hook): Add ifdef around 
+       (svr4_solib_create_inferior_hook): Add ifdef around
        conditionally-used variable declarations.
 
        * solib.c (solib_find): Delete unused variable.
 2010-05-04  Pierre Muller  <muller@ics.u-strasbg.fr>
 
        ARI fix: Remove ATTRIBUTE_UNUSED throughout.
-       * arm-linux-tdep.c (arm_linux_cleanup_svc): Remove 
+       * arm-linux-tdep.c (arm_linux_cleanup_svc): Remove
        ATTRIBUTE_UNUSED.
        (cleanup_kernel_helper_return): Likewise.
        * arm-tdep.c (copy_unmodified): Likewise.
 
 2010-05-04  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
 
-       * exec.c (print_section_info): Display entry point without arch 
+       * exec.c (print_section_info): Display entry point without arch
        specific parts.
 
 2010-05-04  Pierre Muller  <muller@ics.u-strasbg.fr>
        PR pascal/11349.
        * p-valprint.c (pascal_value_print): Always dereference a value with
        type code TYPE_CODE_REF.
-       
+
 2010-05-03  Pedro Alves  <pedro@codesourcery.com>
 
        * remote.c (remote_notice_signals): New.
 
        * arm-linux-tdep.c (ARM_LINUX_JB_PC): Remove.
        (ARM_LINUX_JB_PC_FPA): Add, offset of PC in longjmp buffer for FPA.
-       (ARM_LINUX_JB_PC_EABI): Add, offset of PC in longjmp buffer for 
+       (ARM_LINUX_JB_PC_EABI): Add, offset of PC in longjmp buffer for
        EABI.
-       (arm_linux_init_abi): Set up JB_PC field dependent on FP model in 
+       (arm_linux_init_abi): Set up JB_PC field dependent on FP model in
        use.
 
 2010-04-29  Pedro Alves  <pedro@codesourcery.com>
        * target.c (target_resume): Flush register caches.
 
 2010-04-29  Phil Muldoon  <pmuldoon@redhat.com>
-            Tom Tromey  <tromey@redhat.com>
-            Thiago Jung Bauermann  <bauerman@br.ibm.com>
+           Tom Tromey  <tromey@redhat.com>
+           Thiago Jung Bauermann  <bauerman@br.ibm.com>
 
-        * Makefile.in (SUBDIR_PYTHON_OBS): Add py-parameter.
-        (SUBDIR_PYTHON_SRCS): Likewise.
-        (py-parameter.o): New rule.
-        * python/py-parameter.c: New file.
-        * python/python-internal.h (gdbpy_initialize_parameter)
-        (gdbpy_parameter, gdbpy_parameter_value)
-        (gdbpy_parse_command_name): Declare.
-        * python/py-cmd.c (parse_command_name): Rename to
-        gdbpy_parse_command_name.
-        (gdbpy_parse_command_name): Accept a starting list parameter and
-        use over cmdlist.
-        (cmdpy_init): Use gdbpy_parse_command_name.
-        * python/python.c (parameter_to_python): Rename to
-        gdbpy_parameter_to_python.  Accept enum var_types and value.
-        (gdbpy_parameter): Use gdbpy_parameter_value.
-        (_initialize_python): Call gdbpy_initialize_parameters.
+       * Makefile.in (SUBDIR_PYTHON_OBS): Add py-parameter.
+       (SUBDIR_PYTHON_SRCS): Likewise.
+       (py-parameter.o): New rule.
+       * python/py-parameter.c: New file.
+       * python/python-internal.h (gdbpy_initialize_parameter)
+       (gdbpy_parameter, gdbpy_parameter_value)
+       (gdbpy_parse_command_name): Declare.
+       * python/py-cmd.c (parse_command_name): Rename to
+       gdbpy_parse_command_name.
+       (gdbpy_parse_command_name): Accept a starting list parameter and
+       use over cmdlist.
+       (cmdpy_init): Use gdbpy_parse_command_name.
+       * python/python.c (parameter_to_python): Rename to
+       gdbpy_parameter_to_python.  Accept enum var_types and value.
+       (gdbpy_parameter): Use gdbpy_parameter_value.
+       (_initialize_python): Call gdbpy_initialize_parameters.
 
 2010-04-29  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
 
        and observer_attach_new_objfile to py-auto-load.c.
 
 2010-04-23  Jerome Guitton  <guitton@adacore.com>
-    
+
        * alpha-tdep.c (INSN_OPCODE, MEM_RA, MEM_RB, MEM_DISP, BR_RA)
        (OPR_FUNCTION, OPR_HAS_IMMEDIATE, OPR_RA, OPR_RC, OPR_LIT): New macros.
        (lda_opcode, stq_opcode, bne_opcode, subq_opcode, subq_function):
 
        * gdbtypes.h (builtin_type): Add builtin_char16 and builtin_char32
        fields.
-       * gdbtypes.c (gdbtypes_post_init): Set builtin_char16 and 
+       * gdbtypes.c (gdbtypes_post_init): Set builtin_char16 and
        builtin_char32 fields.
        * printcmd.c (decode_format): Set char size to '\0'
        for strings unless explicit size is given.
        for 16 or 32 bit strings.
        (do_examine): Do not force byte size for strings.
        Use builtin_char16 and builtin_char32 types to display
-       16 or 32 bit-wide strings. 
+       16 or 32 bit-wide strings.
        (x_command): Set LAST_SIZE to 'b' for string type.
 
 2010-04-21  H.J. Lu  <hongjiu.lu@intel.com>
        (dwarf_attr_name): Likewise.
 
 2010-04-20  Chris Moller  <cmoller@redhat.com>
-       
+
        PR 10867
 
        * cp-valprint.c (global): Adding new static array recursion
        (info_w32_command, info_w32_cmdlist): Removed from here...
        to windows-tdep.c file.
        * windows-tdep.h (info_w32_cmdlist): Declare.
-       (init_w32_command_list): New external function 
+       (init_w32_command_list): New external function
        declaration.
        * windows-tdep.c: Add several headers.
        (info_w32_cmdlist): to here, made global.
 
        PR gdb/9067
        * cp-valprint.c (cp_print_value_fields) Fix use of obstacks.
-       cp_print_static_field)  Fix use of obstacks.
+       (cp_print_static_field)  Fix use of obstacks.
 
 2010-02-08  Pedro Alves  <pedro@codesourcery.com>
 
 
        * top.c (print_gdb_version): Update copyright year.
 
-2010-01-01  Joel Brobecker  <brobecker@adacore.com>
+2010-01-01, 10  Joel Brobecker  <brobecker@adacore.com>
 
        Fix break *FUN'address thread NUM.
        * ada-lex.l (task): Expand rule to also match the thread keyword.
This page took 0.052459 seconds and 4 git commands to generate.