Consecutive step-overs trigger internal error.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 2f56df30ceaca6886d66521bd6a305d1ff70dee0..6de9f69445e13ffcb1cb8dc2ad215ae5af1bf9e0 100644 (file)
@@ -1,3 +1,119 @@
+2014-04-22  Pedro Alves  <palves@redhat.com>
+
+       * infrun.c (schedlock_applies): New function, factored out from
+       find_thread_needs_step_over.
+       (find_thread_needs_step_over): Use it.
+       (switch_back_to_stepped_thread): Always clear trap_expected if the
+       step over is finished.  Return early if scheduler locking applies.
+       Look for the stepping thread and a potential step-over thread with
+       a single loop.
+       (currently_stepping_or_nexting_callback): Delete.
+
+2014-04-22  Nick Clifton  <nickc@redhat.com>
+
+       * NEWS: Mention that ARM sim now supports tracing.
+
+2014-04-22  Yao Qi  <yao@codesourcery.com>
+
+       * tracefile-tfile.c (tfile_fetch_registers): Move the bottom
+       to ...
+       * tracefile.c (tracefile_fetch_registers): ... it.  New
+       function.
+       * tracefile.h (tracefile_fetch_registers): Declare.
+       * ctf.c (ctf_fetch_registers): Remove the bottom.  Call
+       tracefile_fetch_registers.
+
+2014-04-19  Eli Zaretskii  <eliz@gnu.org>
+
+       PR gdb/14018
+       * windows-nat.c (thread_rec): Don't display a warning when
+       SuspendThread fails with ERROR_ACCESS_DENIED.  If SuspendThread
+       fails for any reason, set th->suspended to -1, so that we don't
+       try to resume such a thread.  Also, don't return NULL in these
+       cases, to avoid completely ruin the session due to "PC register is
+       not available" error.
+       (do_windows_fetch_inferior_registers): Check errors in
+       GetThreadContext call.
+       (windows_continue): Accept an additional argument KILLED; if not
+       zero, ignore errors in the SetThreadContext call, since the
+       inferior was killed and is shutting down.
+       (windows_resume, get_windows_debug_event)
+       (windows_create_inferior, windows_mourn_inferior)
+       (windows_kill_inferior): All callers of windows_continue changed
+       to adjust to its new calling sequence.
+
+2014-04-19  Yao Qi  <yao@codesourcery.com>
+
+       * ctf.c (ctf_open): Call post_create_inferior.
+
+2014-04-19  Yao Qi  <yao@codesourcery.com>
+
+       * ctf.c (handle_id): New static variable.
+       (ctf_open_dir): Get handle_id from bt_context_add_trace return
+       value.  Get the declaration of event "register" and get length
+       of field "contents".
+
+2014-04-19  Yao Qi  <yao@codesourcery.com>
+
+       * ctf.c (ctf_xfer_partial): Check 'name' is NULL before strcmp.
+
+2014-04-18  Siva Chandra Reddy  <sivachandra@google.com>
+
+       * valops.c (oload_method_static): Remove unnecessary argument
+       METHOD.  Update all callers.
+
+2014-04-18  Pedro alves  <palves@redhat.com>
+           Tom Tromey  <tromey@redhat.com>
+
+       PR backtrace/15558
+       * frame.c (get_prev_frame_1): Rename to ...
+       (get_prev_frame_always): ... this, and make extern.  Adjust.
+       (skip_artificial_frames): Use get_prev_frame_always.
+       (frame_unwind_caller_id, frame_pop, get_prev_frame)
+       (get_frame_unwind_stop_reason): Adjust to rename.
+       * frame.h (get_prev_frame_always): Declare.
+       * inline-frame.c: Include frame.h.
+       (inline_frame_this_id): Use get_prev_frame_always.
+
+2014-04-18  Tristan Gingold  <gingold@adacore.com>
+
+       * solib-darwin.c (darwin_solib_create_inferior_hook): Simplify
+       code by using bfd_mach_o_get_base_address.
+
+2014-04-17  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * spu-tdep.c: Include "dwarf2-frame.h" and "ax.h".
+       (spu_ax_pseudo_register_collect): New function.
+       (spu_ax_pseudo_register_push_stack): Likewise.
+       (spu_dwarf_reg_to_regnum): Likewise.
+       (spu_gdbarch_init): Install them.  Append DWARF unwinders.
+
+2014-04-17  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * gdbarch.sh (value_from_register): Make class "m" instead of "f".
+       Replace FRAME argument with FRAME_ID.
+       * gdbarch.c, gdbarch.h: Regenerate.
+       * findvar.c (default_value_from_register): Add GDBARCH argument;
+       replace FRAME by FRAME_ID.  No longer call get_frame_id.
+       (value_from_register): Update call to gdbarch_value_from_register.
+       * value.h (default_value_from_register): Update prototype.
+       * s390-linux-tdep.c (s390_value_from_register): Update interface
+       and call to default_value_from_register.
+       * spu-tdep.c (spu_value_from_register): Likewise.
+
+       * findvar.c (address_from_register): Remove TYPE argument.
+       Do not call value_from_register; use gdbarch_value_from_register
+       with null_frame_id instead.
+       * value.h (address_from_register): Update prototype.
+       * dwarf2-frame.c (read_addr_from_reg): Use address_from_register.
+       * dwarf2loc.c (dwarf_expr_read_addr_from_reg): Update for
+       address_from_register interface change.
+
+2014-04-17  Yao Qi  <yao@codesourcery.com>
+
+       * gdbtypes.h: Update comments to link to types and macros'
+       definitions.
+
 2014-04-16  Siva Chandra Reddy  <sivachandra@google.com>
 
        * gdbtypes.h: Remove definition of the macro TYPE_FN_FIELDS.
This page took 0.028657 seconds and 4 git commands to generate.