summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Preud'homme <thomas.preudhomme@arm.com>2016-06-20 15:53:15 +0100
committerThomas Preud'homme <thomas.preudhomme@arm.com>2016-06-20 15:53:15 +0100
commit0986596ce712c6359d89c9a798fbf9dd6b3fde9d (patch)
treefa68f8470f8d8cc5efb99b57c476f2c0334ad0b6
parentb311672cf5c1971e38b369a03a7bb968d801c403 (diff)
downloadbinutils-gdb-0986596ce712c6359d89c9a798fbf9dd6b3fde9d.tar.gz
Add missing ChangeLog.arm entry for previous commit
-rw-r--r--gdb/ChangeLog.arm35
1 files changed, 27 insertions, 8 deletions
diff --git a/gdb/ChangeLog.arm b/gdb/ChangeLog.arm
index e3b32556ee7..e65f000eebb 100644
--- a/gdb/ChangeLog.arm
+++ b/gdb/ChangeLog.arm
@@ -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.