Force to insert software single step breakpoint
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 56f96440071bcdab6c224a6821308d1f0613f581..0b08605449823dd01ceca4c29e881f17ec1c0843 100644 (file)
@@ -1,3 +1,21 @@
+2016-04-25  Yao Qi  <yao.qi@linaro.org>
+
+       * breakpoint.c (should_be_inserted): Return 0 if the location's
+       owner is not single step breakpoint or single step breakpoint's
+       thread isn't the thread which is stepping past a breakpoint.
+       * gdbarch.sh (software_single_step): Update comments.
+       * gdbarch.h: Regenerated.
+       * infrun.c (struct step_over_info) <thread>: New field.
+       (set_step_over_info): New argument 'thread'.  Callers updated.
+       (clear_step_over_info): Set field thread to -1.
+       (thread_is_stepping_over_breakpoint): New function.
+       * infrun.h (thread_is_stepping_over_breakpoint): Declaration.
+
+2016-04-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
+
+       * ppc-linux-nat.c (ppc_linux_read_description): Use PPC_FEATURE_HAS_VSX
+       and PPC_FEATURE_HAS_ALTIVEC to check if such features are available.
+
 2016-04-22  Yao Qi  <yao.qi@linaro.org>
 
        * valops.c (read_value_memory): New local variable 'stack'.
This page took 0.024695 seconds and 4 git commands to generate.