gdbarch software_single_step frame_info to regcache: spu
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 6663d4c3c15e6236adb795f60151f24623b5e677..d28552b16d5368a7830224e3e15c6598520c5a31 100644 (file)
@@ -1,3 +1,42 @@
+2016-11-22  Yao Qi  <yao.qi@linaro.org>
+
+       * spu-tdep.c (spu_software_single_step): Call get_regcache_arch
+       instead of get_frame_arch.  Call regcache_read_pc instead of
+       get_frame_pc.  Call regcache_raw_get_unsigned instead of
+       get_frame_register_unsigned.
+
+2016-11-22  Yao Qi  <yao.qi@linaro.org>
+
+       * tic6x-tdep.c (tic6x_condition_true): Replace frame with
+       regcache.  Call regcache_raw_get_signed instead of
+       get_frame_register_signed.
+       (tic6x_get_next_pc): Likewise.  Caller updated.
+
+2016-11-22  Yao Qi  <yao.qi@linaro.org>
+
+       * rs6000-aix-tdep.c (branch_dest): Replace parameter frame with
+       regcache.  Call get_regcache_arch instead of get_frame_arch.
+       Call regcache_raw_get_unsigned instead of
+       get_frame_register_unsigned.
+       (rs6000_software_single_step): Likewise.
+       * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Call
+       get_regcache_arch instead of get_frame_arch.  Call
+       regcache_read_pc instead of get_frame_pc.
+
+2016-11-22  Yao Qi  <yao.qi@linaro.org>
+
+       * s390-linux-tdep.c (s390_software_single_step): Call
+       get_regcache_arch instead of get_frame_arch.  Call
+       regcache_read_pc instead of get_frame_pc.
+
+2016-11-22  Yao Qi  <yao.qi@linaro.org>
+
+       * sparc-tdep.c (sparc_analyze_control_transfer): Replace parameter
+       frame with regcache.  Call get_current_frame.
+       (sparc_software_single_step): Call get_regcache_arch instead of
+       get_frame_arch.  Call regcache_raw_get_unsigned instead of
+       get_frame_register_unsigned.
+
 2016-11-22  Yao Qi  <yao.qi@linaro.org>
 
        * nios2-tdep.c (nios2_get_next_pc): Replace parameter frame
This page took 0.024793 seconds and 4 git commands to generate.