gdb/
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index f396813f99added3dd131cc33b33b43677570807..b302e1cd25948ebe8c4fa919d1c8800788ead933 100644 (file)
@@ -1,3 +1,295 @@
+2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * dwarf2expr.c (ctx_no_read_reg): New function.
+       * dwarf2expr.h (ctx_no_read_reg): New declaration.
+       * dwarf2read.c (read_2_signed_bytes, read_4_signed_bytes): Remove.
+       (decode_locdesc_read_mem, decode_locdesc_ctx_funcs): New.
+       (decode_locdesc): Replace by a caller of dwarf_expr_eval.
+
+2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * dwarf2-frame.c (no_get_frame_base, no_get_frame_cfa, no_get_frame_pc)
+       (no_get_tls_address, no_dwarf_call, no_base_type): Move to the other
+       file.
+       (dwarf2_frame_ctx_funcs): Reference the renamed functions.
+       * dwarf2expr.c (ctx_no_get_frame_base, ctx_no_get_frame_cfa)
+       (ctx_no_get_frame_pc, ctx_no_get_tls_address, ctx_no_dwarf_call)
+       (ctx_no_get_base_type): Move the functions here.
+       * dwarf2expr.h (ctx_no_get_frame_base, ctx_no_get_frame_cfa)
+       (ctx_no_get_frame_pc, ctx_no_get_tls_address, ctx_no_dwarf_call)
+       (ctx_no_get_base_type): New declarations.
+
+2011-07-27  Tom Tromey  <tromey@redhat.com>
+
+       * xcoffread.c (dwarf2_xcoff_names): Add 'macro' and 'sentinel'
+       entries.
+       * symfile.h (struct dwarf2_debug_sections) <sentinel>: New field.
+       * dwarf2read.c (dwarf2_elf_names): Add sentinel entry.
+
+2011-07-26  Sterling Augustine  <saugustine@google.com>
+
+       * cli/cli-dump.c (dump_binary_file): Change parameter type to
+       ULONGEST.
+       (dump_bfd_file): Likewise.
+
+2011-07-26  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * remote.c (remote_region_ok_for_hw_watchpoint): New function.
+       (remote_hw_watchpoint_length_limit): New variable.
+       (_initialize_remote) add set,show cmds for this new variable.
+       * gdb.texinfo: document these new commands.
+       * NEWS: Mention these new commands.
+
+2011-07-26  Pedro Alves  <pedro@codesourcery.com>
+
+       * breakpoint.c (works_in_software_mode_watchpoint): Also return
+       true for software watchpoints.
+
+2011-07-26  Joel Brobecker  <brobecker@adacore.com>
+
+       GDB 7.3 released.
+
+2011-07-26  Tom Tromey  <tromey@redhat.com>
+
+       * symfile.h (struct dwarf2_debug_sections) <macro>: New field.
+       * dwarf2read.c (read_indirect_string_at_offset): New function.
+       (read_indirect_string): Use it.
+       (dwarf_decode_macro_bytes): New function, taken from
+       dwarf_decode_macros.  Handle DW_MACRO_GNU_*.
+       (dwarf_decode_macros): Use it.  handle DW_MACRO_GNU_*.
+       (dwarf_parse_macro_header, skip_form_bytes, skip_unknown_opcode):
+       New functions.
+       (struct dwarf2_per_objfile) <macro>: New field.
+       (dwarf2_elf_names): Add .debug_macro.
+       (dwarf2_macros_too_long_complaint): Add 'section' argument.
+       (dwarf2_locate_sections): Handle new section.
+       (read_file_scope): Handle DW_AT_GNU_macros.
+       (dwarf2_per_objfile_free): Unmap the .debug_macro section.
+
+2011-07-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       * NEWS: Mention dcache configuration.
+       * dcache.c (dcache_set_list, dcache_show_list): New variables.
+       (dcache_size, dcache_line_size): New variables.
+       (LINE_SIZE_MASK, XFORM, MASK): Adjust.
+       (struct dcache_block): Make it expandable.
+       (struct dcache_struct): New field.
+       (dcache_invalidate): Discard freelist upon dcache_line_size changes.
+       (dcache_hit, dcache_alloc, dcache_peek_byte): Adjust.
+       (dcache_poke_byte, dcache_print_line): Adjust.
+       (set_dcache_size, set_dcache_line_size): New functions.
+       (set_dcache_command, show_dcache_command): New functions.
+       (_initialize_dcache): Add new commands.
+
+2011-07-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       * progspace.h (struct program_space): Add solib_add_generation.
+       * infcmd.c (post_create_inferior): Only call solib_add if not
+       already done.
+       * solib.c (solib_add): Increment solib_add_generation.
+
+2011-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix implicit pointer offsets.
+       * dwarf2loc.c (indirect_pieced_value): Comment byte_offset.  Use also
+       ptr.OFFSET.
+
+2011-07-25  Tom Tromey  <tromey@redhat.com>
+
+       * ada-lang.c (ada_exception_breakpoint_ops): Make return type
+       const.
+       (ada_exception_sal): Make 'ops' const.
+       (ada_decode_exception_location): Likewise.
+       (ada_decode_assert_location): Likewise.
+       (catch_assert_command): Update.
+       (catch_ada_exception_command): Update.
+       (create_ada_exception_catchpoint): Make 'ops' const.
+       * breakpoint.c (set_raw_breakpoint_without_location)
+       (set_raw_breakpoint, momentary_breakpoint_from_master): Make 'ops'
+       const.
+       (create_internal_breakpoint): Update.
+       (init_raw_breakpoint_without_location): Make 'ops' const.
+       (init_raw_breakpoint, init_catchpoint)
+       (create_fork_vfork_event_catchpoint)
+       (create_syscall_event_catchpoint, init_breakpoint_sal)
+       (create_breakpoint_sal, create_breakpoints_sal)
+       (create_breakpoint, init_ada_exception_breakpoint): Likewise.
+       * breakpoint.h (struct breakpoint) <ops>: Now const.
+       (init_ada_exception_breakpoint, create_breakpoint): Make 'ops'
+       const.
+
+2011-07-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       * linux-thread-db.c (thread_from_lwp): Initialize th.th_unique.
+
+2011-07-25  Pedro Alves  <pedro@codesourcery.com>
+
+       * breakpoint.h (print_recreate_thread): Declare.
+       (struct breakpoint): Move step_count, pass_count,
+       number_on_target, static_trace_marker_id,
+       static_trace_marker_id_idx ...
+       (struct tracepoint): ... to this new struct.
+       (get_tracepoint, get_tracepoint_by_number_on_target)
+       (get_tracepoint_by_number): Change return type to struct
+       tracepoint pointer.
+       * breakpoint.c (is_tracepoint_type): New, factored out from
+       is_tracepoint.
+       (is_tracepoint): Adjust.
+       (print_one_breakpoint_location): Cast to struct tracepoint as
+       necessary, and adjust.
+       (print_recreate_catch_fork, print_recreate_catch_vfork)
+       (print_recreate_catch_syscall, print_recreate_catch_exec): Call
+       print_recreate_thread.
+       (init_breakpoint_sal): New, factored out from
+       create_breakpoint_sal.
+       (create_breakpoint_sal): Reimplement.
+       (create_breakpoint): Allocate a struct tracecepoint if the caller
+       wanted a tracepoint.  Use init_breakpoint_sal and
+       install_breakpoint.
+       (print_recreate_ranged_breakpoint, print_recreate_watchpoint)
+       (print_recreate_masked_watchpoint)
+       (print_recreate_exception_catchpoint): Call print_recreate_thread.
+       (tracepoint_print_one_detail): Adjust.
+       (tracepoint_print_recreate): Adjust.  Call print_recreate_thread.
+       Dump the pass count here.
+       (update_static_tracepoint): Adjust.
+       (addr_string_to_sals): Adjust.
+       (create_tracepoint_from_upload): Adjust.  Change return type to
+       struct tracepoint pointer.
+       (trace_pass_set_count): Change parameter type to struct tracepoint
+       pointer, and adjust.
+       (trace_pass_command): Adjust.
+       (get_tracepoint, get_tracepoint_by_number_on_target)
+       (get_tracepoint_by_number): Change return type to struct
+       tracepoint pointer, and adjust.
+       (print_recreate_thread): New, factored out from save_breakpoints.
+       (save_breakpoints): Don't print thread and task and passcount
+       recreation here.
+       * remote.c (remote_download_tracepoint): Adjust.
+       * tracepoint.c (trace_actions_command, validate_actionline)
+       (start_tracing, tfind_1, trace_find_tracepoint_command)
+       (trace_dump_command): Adjust.
+       (find_matching_tracepoint): Change return type to struct
+       tracepoint pointer, and adjust.
+       (merge_uploaded_tracepoints, tfile_get_traceframe_address)
+       (tfile_trace_find, tfile_fetch_registers): Adjust.
+       * tracepoint.h (create_tracepoint_from_upload): Change return type
+       to struct tracepoint pointer.
+       * ada-lang.c (print_recreate_exception): Call
+       print_recreate_thread.
+       * mi/mi-cmd-break.c (mi_cmd_break_passcount): Adjust.
+
+2011-07-25  Pedro Alves  <pedro@codesourcery.com>
+
+       * breakpoint.h (struct breakpoint): Move ops as first field.  Move
+       exp_string, exp_string_reparse, exp, exp_valid_block, cond_exp,
+       cond_exp_valid_block, val, val_valid, watchpoint_frame,
+       watchpoint_thread, watchpoint_triggered ...
+       (struct watchpoint): ... to this new struct.
+       (is_watchpoint): Declare.
+       (install_breakpoint): Add new `internal' parameter.
+       * breakpoint.c (is_watchpoint): Delete declaration.
+       (set_breakpoint_condition): Handle watchpoints.
+       (is_watchpoint): Make public.
+       (watchpoint_in_thread_scope): Change parameter type to struct
+       watchpoint.
+       (watchpoint_del_at_next_stop): Change parameter type to struct
+       watchpoint.  Remove assertion.  Adjust.
+       (update_watchpoint): Ditto.
+       (insert_breakpoints, breakpoint_init_inferior)
+       (watchpoints_triggered, watchpoint_check)
+       (bpstat_check_watchpoint, bpstat_check_breakpoint_conditions)
+       (bpstat_stop_status, print_one_breakpoint_location)
+       (print_one_breakpoint_location, watchpoint_locations_match): Cast
+       to struct watchpoint as necessary, and adjust.
+       (install_breakpoint): Add `internal' argument.  If true, don't
+       mention the new breakpoint.  Use set_breakpoint_number.
+       (create_fork_vfork_event_catchpoint)
+       (create_syscall_event_catchpoint): Adjust.
+       (dtor_watchpoint): New.
+       (re_set_watchpoint, insert_watchpoint, remove_watchpoint)
+       (breakpoint_hit_watchpoint, resources_needed_watchpoint)
+       (print_it_watchpoint, print_mention_watchpoint)
+       (print_recreate_watchpoint, insert_masked_watchpoint)
+       (remove_masked_watchpoint, resources_needed_masked_watchpoint)
+       (print_one_detail_masked_watchpoint)
+       (print_mention_masked_watchpoint)
+       (print_recreate_masked_watchpoint): Cast to struct watchpoint as
+       necessary, and adjust.
+       (watch_command_1): Allocate and initialize a struct watchpoint
+       instead of a struct breakpoint.  Use install_breakpoint.
+       (catch_exec_command_1): Adjust.
+       (base_breakpoint_dtor): Delete accesses to watchpoint specific
+       fields.
+       (delete_breakpoint, enable_breakpoint_disp)
+       (invalidate_bp_value_on_memory_change): Cast to struct watchpoint
+       as necessary, and adjust.
+       (initialize_breakpoint_ops): Install dtor_watchpoint as
+       watchpoints' dtor method.
+       * ada-lang.c (create_ada_exception_catchpoint): Adjust.
+       * python/py-breakpoint.c (bppy_get_expression): Use is_watchpoint.
+       to struct watchpoint as necessary, and adjust.
+
+2011-07-25  Pedro Alves  <pedro@codesourcery.com>
+
+       * ada-lang.c (dtor_exception, re_set_exception): Indirect through
+       the the base class ops table.
+       (catch_exception_breakpoint_ops)
+       (catch_exception_unhandled_breakpoint_ops)
+       (catch_assert_breakpoint_ops): Don't statically initialize.
+       (initialize_ada_catchpoint_ops): New.
+       (_initialize_ada_language): Call it.
+       * breakpoint.c (base_breakpoint_ops, bkpt_base_breakpoint_ops)
+       (bkpt_breakpoint_ops): Forward declare.
+       (catch_fork_breakpoint_ops, catch_vfork_breakpoint_ops)
+       (catch_syscall_breakpoint_ops, catch_exec_breakpoint_ops)
+       (ranged_breakpoint_ops, watchpoint_breakpoint_ops)
+       (masked_watchpoint_breakpoint_ops)
+       (gnu_v3_exception_catchpoint_ops): Don't statically initialize.
+       (dtor_catch_syscall, dtor_catch_exec): Indirect through the the
+       base class ops table.
+       (null_re_set, null_check_status, null_works_in_software_mode)
+       (null_resources_needed, null_print_one_detail): Delete.
+       (bkpt_dtor): Rename to ...
+       (base_breakpoint_dtor): ... this.  Make static.
+       (bkpt_allocate_location): Rename to ...
+       (base_breakpoint_allocate_location): ... this.  Make static.
+       (base_breakpoint_re_set): New.
+       (internal_error_pure_virtual_called): New.
+       (base_breakpoint_insert_location, base_breakpoint_remove_location)
+       (base_breakpoint_breakpoint_hit, base_breakpoint_check_status)
+       (base_breakpoint_works_in_software_mode)
+       (base_breakpoint_resources_needed, base_breakpoint_print_it)
+       (base_breakpoint_print_one_detail, base_breakpoint_print_mention)
+       (base_breakpoint_print_recreate): New functions.
+       (base_breakpoint_ops): New global.
+       (bkpt_re_set, bkpt_insert_location, bkpt_remove_location)
+       (bkpt_breakpoint_hit): Make static.
+       (bkpt_check_status): Delete.
+       (bkpt_resources_needed): Make static.
+       (bkpt_works_in_software_mode): Delete.
+       (bkpt_print_it, bkpt_print_mention, bkpt_print_recreate): Make
+       static.
+       (bkpt_breakpoint_ops, internal_breakpoint_ops)
+       (momentary_breakpoint_ops): Don't statically initialize.
+       (internal_bkpt_print_recreate, momentary_bkpt_print_recreate):
+       Delete.
+       (tracepoint_insert_location, tracepoint_remove_location)
+       (tracepoint_check_status, tracepoint_works_in_software_mode)
+       (tracepoint_print_it): Delete.
+       (tracepoint_breakpoint_ops): Don't statically initialize.
+       (initialize_breakpoint_ops): New.
+       (_initialize_breakpoint): Call it.
+       * breakpoint.h (null_re_set, null_works_in_software_mode)
+       (null_resources_needed, null_check_status, null_print_one_detail):
+       (bkpt_dtor, bkpt_allocate_location, bkpt_re_set)
+       (bkpt_insert_location, bkpt_remove_location, bkpt_breakpoint_hit)
+       (bkpt_check_status, bkpt_resources_needed)
+       (bkpt_works_in_software_mode, bkpt_print_it)
+       (null_print_one_detail, bkpt_print_mention, bkpt_print_recreate):
+       Delete declarations.
+       (initialize_breakpoint_ops): Declare.
+
 2011-07-25  Pedro Alves  <pedro@codesourcery.com>
 
        * breakpoint.c (bkpt_print_it, internal_bkpt_print_it)
This page took 0.02734 seconds and 4 git commands to generate.