Update d_language_defn to reflect that D does not have any style of
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 41bf49bca87fccd1a7bb855ae20221a4ae70fcd8..e26922b9484d750ff9e1ca18f39b87cb98061543 100644 (file)
@@ -1,3 +1,240 @@
+2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * d-lang.c (d_language_defn): Change macro_expansion_c to
+       macro_expansion_no.
+
+2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * MAINTAINERS: Add myself as a write-after-approval maintainer.
+
+2014-01-17  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * breakpoint.c (insert_bp_location): Add "volatile" keyword to "struct
+       gdb_exception" declaration.
+       * remote.c (getpkt_or_notif_sane): Likewise.
+
+2014-01-17  Doug Evans  <dje@google.com>
+
+       * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append): New
+       function, contents of dirnames_to_char_ptr_vec_append moved here.
+       (delim_string_to_char_ptr_vec): New function.
+       (dirnames_to_char_ptr_vec_append): Rewrite.
+       * common/gdb_vecs.h (delim_string_to_char_ptr_vec): Declare.
+
+2014-01-17  Doug Evans  <dje@google.com>
+
+       * common/common-utils.h (FUNCTION_NAME): Renamed from ASSERT_FUNCTION,
+       and moved here ...
+       * common/gdb_assert.h (ASSERT_FUNCTION): ... from here.
+       #include "common-utils.h".
+       (gdb_assert, gdb_assert_fail, gdb_assert_not_reached): Update.
+       * common/vec.h (VEC_ASSERT_PASS): Update.
+       * darwin-nat.h: Replace #include of gdb_assert.h with common-utils.h.
+       (MACH_CHECK_ERROR): Update.
+
+2014-01-17  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdbarch.sh (gdbarch_address_class_name_to_type_flags): Add
+       comments.
+       * gdbarch.h: Regenerate.
+
+2014-01-16  Tom Tromey  <tromey@redhat.com>
+
+       * value.c (struct value) <regnum>: Move earlier.
+
+2014-01-16  Tom Tromey  <tromey@redhat.com>
+
+       * remote.c (extended_remote_create_inferior): Rename from
+       extended_remote_create_inferior_1.  Add "ops" argument.  Remove
+       old implementation.
+
+2014-01-16  Pedro Alves  <palves@redhat.com>
+
+       * s390-linux-tdep.c (s390_frame_unwind_cache): Swallow
+       NOT_AVAILABLE_ERROR errors while parsing the prologue or reading
+       the backchain.
+
+2014-01-16  Doug Evans  <dje@google.com>
+
+       * dwarf2read.c (open_and_init_dwp_file): Fix typo in comment.
+
+2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * btrace.h (btrace_thread_flag): New.
+       (struct btrace_thread_info) <flags>: New.
+       * record-btrace.c (record_btrace_resume_thread)
+       (record_btrace_find_thread_to_move, btrace_step_no_history)
+       (btrace_step_stopped, record_btrace_start_replaying)
+       (record_btrace_step_thread, record_btrace_decr_pc_after_break)
+       (record_btrace_find_resume_thread): New.
+       (record_btrace_resume, record_btrace_wait): Extend.
+       (record_btrace_can_execute_reverse): New.
+       (record_btrace_open): Fail in non-stop mode.
+       (record_btrace_set_replay): Split into this, ...
+       (record_btrace_stop_replaying): ... this, ...
+       (record_btrace_clear_histories): ... and this.
+       (init_record_btrace_ops): Init to_can_execute_reverse.
+       * NEWS: Announce it.
+
+2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * target.h (struct target_ops) <to_decr_pc_after_break>: New.
+       (forward_target_decr_pc_after_break)
+       (target_decr_pc_after_break): New.
+       * target.c (forward_target_decr_pc_after_break)
+       (target_decr_pc_after_break): New.
+       * aix-thread.c (aix_thread_wait): Call target_decr_pc_after_break
+       instead of gdbarch_decr_pc_after_break.
+       * darwin-nat.c (cancel_breakpoint): Call target_decr_pc_after_break
+       instead of gdbarch_decr_pc_after_break.
+       * infrun.c (adjust_pc_after_break): Call target_decr_pc_after_break
+       instead of gdbarch_decr_pc_after_break.
+       * linux-nat.c (cancel_breakpoint): Call target_decr_pc_after_break
+       instead of gdbarch_decr_pc_after_break.
+       * linux-thread-db.c (check_event): Call target_decr_pc_after_break
+       instead of gdbarch_decr_pc_after_break.
+       * record-full.c (record_full_wait_1): Call target_decr_pc_after_break
+       instead of gdbarch_decr_pc_after_break.
+
+2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * btrace.c: Include regcache.h.
+       (btrace_add_pc): New.
+       (btrace_enable): Call btrace_add_pc.
+       (btrace_is_empty): New.
+       * btrace.h (btrace_is_empty): New.
+       * record-btrace.c (require_btrace, record_btrace_info): Call
+       btrace_is_empty.
+
+2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * common/linux-btrace.c (perf_event_read_bts, linux_read_btrace):
+       Support delta reads.
+       (linux_disable_btrace): Change return type.
+       * common/linux-btrace.h (linux_read_btrace): Change parameters
+       and return type to allow error reporting.  Update users.
+       (linux_disable_btrace): Change return type.  Update users.
+       * common/btrace-common.h (btrace_read_type) <BTRACE_READ_DELTA>:
+       New.
+       (btrace_error): New.
+       (btrace_block) <begin>: Comment on BEGIN == 0.
+       * btrace.c (btrace_compute_ftrace): Start from the end of
+       the current trace.
+       (btrace_stitch_trace, btrace_clear_history): New.
+       (btrace_fetch): Read delta trace, return if replaying.
+       (btrace_clear): Move clear history code to btrace_clear_history.
+       (parse_xml_btrace): Throw an error if parsing failed.
+       * target.h (struct target_ops) <to_read_btrace>: Change parameters
+       and return type to allow error reporting.
+       (target_read_btrace): Change parameters and return type to allow
+       error reporting.
+       * target.c (target_read_btrace): Update.
+       * remote.c (remote_read_btrace): Support delta reads.  Pass
+       errors on.
+       * NEWS: Announce it.
+
+2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * record.h (record_btrace_frame_unwind)
+       (record_btrace_tailcall_frame_unwind): New declarations.
+       * dwarf2-frame: Include record.h
+       (dwarf2_frame_cfa): Throw an error for btrace frames.
+       * record-btrace.c: Include hashtab.h.
+       (btrace_get_bfun_name): New.
+       (btrace_call_history): Call btrace_get_bfun_name.
+       (struct btrace_frame_cache): New.
+       (bfcache): New.
+       (bfcache_hash, bfcache_eq, bfcache_new): New.
+       (btrace_get_frame_function): New.
+       (record_btrace_frame_unwind_stop_reason): Allow unwinding.
+       (record_btrace_frame_this_id): Compute own id.
+       (record_btrace_frame_prev_register): Provide PC, throw_error
+       for all other registers.
+       (record_btrace_frame_sniffer): Detect btrace frames.
+       (record_btrace_tailcall_frame_sniffer): New.
+       (record_btrace_frame_dealloc_cache): New.
+       (record_btrace_frame_unwind): Add new functions.
+       (record_btrace_tailcall_frame_unwind): New.
+       (_initialize_record_btrace): Allocate cache.
+       * btrace.c (btrace_clear): Call reinit_frame_cache.
+       * NEWS: Announce it.
+
+2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * record-btrace.c (record_btrace_set_replay)
+       (record_btrace_goto_begin, record_btrace_goto_end)
+       (record_btrace_goto): New.
+       (init_record_btrace_ops): Initialize them.
+       * NEWS: Announce it.
+
+2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * record-btrace.c (record_btrace_find_new_threads)
+       (record_btrace_thread_alive): New.
+       (init_record_btrace_ops): Initialize to_find_new_threads and
+       to_thread_alive.
+
+2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * record-btrace.c (record_btrace_resume): New.
+       (record_btrace_wait): New.
+       (init_record_btrace_ops): Initialize to_wait and to_resume.
+
+2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * record-btrace.c (record_btrace_xfer_partial)
+       (record_btrace_insert_breakpoint, record_btrace_remove_breakpoint)
+       (record_btrace_allow_memory_access): New.
+       (init_record_btrace_ops): Initialize new methods.
+       * target.c (raw_memory_xfer_partial): Bail out if target reports
+       that this memory is not available.
+
+2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * target.h (target_ops) <to_insert_breakpoint>
+       <to_remove_breakpoint>: Add target_ops parameter.
+       (forward_target_insert_breakpoint): New.
+       (forward_target_remove_breakpoint): New.
+       (memory_remove_breakpoint, memory_insert_breakpoint):
+       Add target_ops parameter.
+       * target.c (target_insert_breakpoint): Split into this and ...
+       (forward_target_insert_breakpoint): ... this.
+       (target_remove_breakpoint): Split into this and ...
+       (forward_target_remove_breakpoint): ... this.
+       (debug_to_insert_breakpoint): Add target_ops parameter.
+       Call forward_target_insert_breakpoint.
+       (debug_to_remove_breakpoint): Add target_ops parameter.
+       Call forward_target_remove_breakpoint.
+       (update_current_target): Do not inherit or default to_insert_breakpoint
+       and to_remove_breakpoint.
+       * corelow.c (ignore): Add target_ops parameter.
+       * exec.c (ignore): Add target_ops parameter.
+       * mem-break.c (memory_insert_breakpoint, memory_remove_breakpoint):
+       Add target_ops parameter.
+       * monitor.c (monitor_insert_breakpoint, monitor_remove_breakpoint):
+       Add target_ops parameter.
+       * nto-procfs.c (procfs_insert_breakpoint, procfs_remove_breakpoint):
+       Add target_ops parameter.
+       * record-full.c (record_full_beneath_to_insert_breakpoint)
+       (record_full_beneath_to_remove_breakpoint, tmp_to_insert_breakpoint)
+       (tmp_to_remove_breakpoint, record_full_insert_breakpoint)
+       (record_full_remove_breakpoint, record_full_core_insert_breakpoint)
+       (record_full_core_remove_breakpoint): Add target_ops parameter.
+       Update users.
+       (record_full_beneath_to_insert_breakpoint_ops)
+       (record_full_beneath_to_remove_breakpoint_ops)
+       (tmp_to_insert_breakpoint_ops, tmp_to_remove_breakpoint_ops): New.
+       (record_full_open): Initialize tmp_to_insert_breakpoint_ops,
+       tmp_to_remove_breakpoint_ops,
+       record_full_beneath_to_insert_breakpoint_ops, and
+       record_full_beneath_to_remove_breakpoint_ops.
+       * remote-m32r-sdi.c (m32r_insert_breakpoint)
+       (m32r_remove_breakpoint): Add target_ops parameter.
+       * remote-mips.c (mips_insert_breakpoint, mips_remove_breakpoint):
+       Add target_ops parameter.
+       * remote.c (remote_insert_breakpoint, remote_remove_breakpoint):
+       Add target_ops parameter.
+
 2014-01-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
             Markus Metzger  <markus.t.metzger@intel.com>
 
This page took 0.025902 seconds and 4 git commands to generate.