aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 77f9887..6663d4c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,13 @@
2016-11-22 Yao Qi <yao.qi@linaro.org>
+ * nios2-tdep.c (nios2_get_next_pc): Replace parameter frame
+ with regcache. Call regcache_raw_get_signed instead of
+ get_frame_register_unsigned.
+ (nios2_software_single_step): Call get_regcache_arch
+ instead of get_frame_arch.
+
+2016-11-22 Yao Qi <yao.qi@linaro.org>
+
* moxie-tdep.c (moxie_software_single_step): Call
get_regcache_arch instead of get_frame_arch. Call
regcache_read_pc instead of get_frame_pc.