More assert checks on reinsert breakpoint
[deliverable/binutils-gdb.git] / gdb / gdbserver / ChangeLog
index 70cd4b0b873fc7e922408e996334f738c5991de8..c7a95951d95418cdac31d6ad91484793802f5f7d 100644 (file)
@@ -1,3 +1,34 @@
+2016-06-17  Yao Qi  <yao.qi@linaro.org>
+
+       * linux-low.c (linux_resume_one_lwp_throw): Assert
+       has_reinsert_breakpoints returns false.
+       * mem-break.c (delete_disabled_breakpoints): Assert
+       bp type isn't reinsert_breakpoint.
+
+2016-06-17  Yao Qi  <yao.qi@linaro.org>
+
+       * linux-low.c (maybe_hw_step): New function.
+       (linux_resume_one_lwp_throw): Call maybe_hw_step.
+       (finish_step_over): Switch current_thread to lwp temporarily,
+       and assert has_reinsert_breakpoints returns true.
+       (proceed_one_lwp): Call maybe_hw_step.
+       * mem-break.c (has_reinsert_breakpoints): New function.
+       * mem-break.h (has_reinsert_breakpoints): Declare.
+
+2016-06-02  Jon Turney  <jon.turney@dronecode.org.uk>
+
+       * win32-low.c (win32_create_inferior): Add pointer casts for C++.
+
+2016-05-17  Yao Qi  <yao.qi@linaro.org>
+
+       * linux-low.c (linux_stabilize_threads): Call unsuspend_all_lwps
+       instead of find_inferior.
+
+2016-05-05  Yao Qi  <yao.qi@linaro.org>
+
+       * linux-arm-low.c (get_next_pcs_read_memory_unsigned_integer):
+       Initialize res to zero.
+
 2016-05-05  Yao Qi  <yao.qi@linaro.org>
 
        * linux-arm-low.c (arm_sigreturn_next_pc): Change type of cpsr
@@ -10,7 +41,7 @@
        (fetch_ppc_memory_1, store_ppc_memory_1): Likewise.
 
 2016-04-28  Par Olsson  <par.olsson@windriver.com>
-2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
+           Simon Marchi  <simon.marchi@ericsson.com>
 
        * tracepoint.c (write_inferior_int8): New function.
        (cmd_qtenable_disable): Write enable flag using
This page took 0.029418 seconds and 4 git commands to generate.