Introduce string_printf
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index db5ec9bd41f6dbfc5e86021642cf1ac060adec07..1b647bb38ed42449e3c0f79b4b8e41323eaf0552 100644 (file)
@@ -1,3 +1,77 @@
+2016-11-08  Pedro Alves  <palves@redhat.com>
+
+       * Makefile.in (COMMON_OBS): Add utils-selftests.o.
+       * common/common-utils.c (string_printf): New function.
+       * common/common-utils.h: Include <string>.
+       (string_printf): Declare.
+       * utils-selftests.c: New file.
+
+2016-11-08  Yao Qi  <yao.qi@linaro.org>
+
+       * aarch64-tdep.c (aarch64_software_single_step): Return
+       VEC (CORE_ADDR) *.  Return NULL instead of 0.  Don't call
+       insert_single_step_breakpoint.
+       * alpha-tdep.c (alpha_deal_with_atomic_sequence): Likewise.
+       (alpha_software_single_step): Likewise.
+       * alpha-tdep.h (alpha_software_single_step): Update declaration.
+       * arm-linux-tdep.c (arm_linux_software_single_step): Return
+       VEC (CORE_ADDR) *.  Return NULL instead of 0.
+       * arm-tdep.c (arm_software_single_step): Return NULL instead of 0.
+       * arm-tdep.h (arm_software_single_step): Update declaration.
+       * breakpoint.c (insert_single_step_breakpoints): New function.
+       * breakpoint.h (insert_single_step_breakpoints): Declare.
+       * cris-tdep.c (cris_software_single_step): Return
+       VEC (CORE_ADDR) *.  Don't call insert_single_step_breakpoint.
+       * gdbarch.sh (software_single_step): Change it to return
+       VEC (CORE_ADDR) *.
+       * gdbarch.c, gdbarch.h: Regenerated.
+       * infrun.c (maybe_software_singlestep): Adjust.
+       * mips-tdep.c (mips_deal_with_atomic_sequence): Return
+       VEC (CORE_ADDR) *.  Don't call insert_single_step_breakpoint.
+       (micromips_deal_with_atomic_sequence): Likewise.
+       (deal_with_atomic_sequence): Likewise.
+       (mips_software_single_step): Likewise.
+       * mips-tdep.h (mips_software_single_step): Update declaration.
+       * moxie-tdep.c (moxie_software_single_step): Likewise.
+       * nios2-tdep.c (nios2_software_single_step): Likewise.
+       * ppc-tdep.h (ppc_deal_with_atomic_sequence): Update
+       declaration.
+       * record-full.c (record_full_resume): Adjust.
+       (record_full_wait_1): Likewise.
+       * rs6000-aix-tdep.c (rs6000_software_single_step): Return
+       VEC (CORE_ADDR) *.  Don't call insert_single_step_breakpoint.
+       * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Return
+       VEC (CORE_ADDR) *.  Don't call insert_single_step_breakpoint.
+       * s390-linux-tdep.c (s390_software_single_step): Likewise.
+       * sparc-tdep.c (sparc_software_single_step): Likewise.
+       * spu-tdep.c (spu_software_single_step): Likewise.
+       * tic6x-tdep.c (tic6x_software_single_step): Likewise.
+
+2016-11-08  Yao Qi  <yao.qi@linaro.org>
+
+       * arm-linux-tdep.c (arm_linux_software_single_step): Write
+       adjusted address back to vector.  Call insert_single_step_breakpoint
+       in a new loop.
+       * arm-tdep.c (arm_software_single_step): Likewise.
+
+2016-11-08  Yao Qi  <yao.qi@linaro.org>
+
+       * arm-linux-tdep.c (arm_linux_software_single_step): Don't
+       call arm_insert_single_step_breakpoint, call
+       insert_single_step_breakpoint instead.
+       * arm-tdep.c (arm_insert_single_step_breakpoint): Remove.
+       (arm_software_single_step): Don't call
+       arm_insert_single_step_breakpoint, call
+       insert_single_step_breakpoint instead.
+       * arm-tdep.h (arm_insert_single_step_breakpoint): Remove
+       declaration.
+
+2016-11-08  Cordian A. Daniluk  <th3c0r1uk@gmail.com>
+
+       PR breakpoints/20739
+       * breakpoint.c (check_fast_tracepoint_sals): Don't print duplicate
+       0x prefix.
+
 2016-11-08  Yao Qi  <yao.qi@linaro.org>
 
        * rust-lang.c (val_print_struct): Fix indentation.
This page took 0.024966 seconds and 4 git commands to generate.