]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Add missing ChangeLog.arm entry for previous commit
authorThomas Preud'homme <thomas.preudhomme@arm.com>
Mon, 20 Jun 2016 14:53:15 +0000 (15:53 +0100)
committerThomas Preud'homme <thomas.preudhomme@arm.com>
Mon, 20 Jun 2016 14:53:15 +0000 (15:53 +0100)
gdb/ChangeLog.arm

index e3b32556ee735a12527f4705267b9f3cc9d7dfe8..e65f000eebb685fdbccc82f3b141e8a73547c6d4 100644 (file)
@@ -1,11 +1,30 @@
+2016-06-20  Thomas Preud'homme  <thomas.preudhomme@arm.com>
+
+       Backport from mainline
+       2016-05-23  Yao Qi  <yao.qi@arm.com>
+
+       * arch-utils.c (default_code_of_frame_writable): New function.
+       * arch-utils.h (default_code_of_frame_writable): Declare.
+       * arm-tdep.c (arm_code_of_frame_writable): New function.
+       (arm_gdbarch_init): Install gdbarch method
+       code_of_frame_writable if the target is M-profile.
+       * frame.c (skip_unwritable_frames): New function.
+       * frame.h (skip_unwritable_frames): Declare.
+       * gdbarch.sh (code_of_frame_writable): New.
+       * gdbarch.c, gdbarch.h: Re-generated.
+       * infcmd.c (finish_command): Call skip_unwritable_frames.
+
 2016-03-29  Andre Vieira  <andre.simoesdiasvieira@arm.com>
-    Backport from mainline
-    2015-07-17  Yao Qi  <yao.qi@linaro.org>
-    * remote.c (get_current_thread): Initialise ptid to null_ptid.
-    (add_current_inferior_and_thread): Don't initialise ptid.
+
+       Backport from mainline
+       2015-07-17  Yao Qi  <yao.qi@linaro.org>
+       * remote.c (get_current_thread): Initialise ptid to null_ptid.
+       (add_current_inferior_and_thread): Don't initialise ptid.
+
 2016-02-16  Andre Vieira  <andre.simoesdiasvieira@arm.com>
-    Backport from mainline
-    2016-02-04  Yao Qi  <yao.qi@linaro.org>
 
-    * remote.c (remote_wait_as): Set rs->waiting_for_stop_reply to
-    0 before handling 'F' and set it back afterwards.
+       Backport from mainline
+       2016-02-04  Yao Qi  <yao.qi@linaro.org>
+
+       * remote.c (remote_wait_as): Set rs->waiting_for_stop_reply to
+       0 before handling 'F' and set it back afterwards.