gdb/gdbserver/
authorYao Qi <yao@codesourcery.com>
Wed, 16 Jan 2013 14:46:17 +0000 (14:46 +0000)
committerYao Qi <yao@codesourcery.com>
Wed, 16 Jan 2013 14:46:17 +0000 (14:46 +0000)
* linux-low.c (linux_resume_one_lwp): Don't check
'lwp->bp_reinsert != 0'.

gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-low.c

index 64e1e77..494a0cd 100644 (file)
@@ -1,3 +1,8 @@
+2013-01-16  Yao Qi  <yao@codesourcery.com>
+
+       * linux-low.c (linux_resume_one_lwp): Don't check
+       'lwp->bp_reinsert != 0'.
+
 2013-01-07  Joel Brobecker  <brobecker@adacore.com>
            Pedro Alves  <palves@redhat.com>
 
index 89988eb..8988509 100644 (file)
@@ -3192,7 +3192,7 @@ linux_resume_one_lwp (struct lwp_info *lwp,
        fprintf (stderr, "  pending reinsert at 0x%s\n",
                 paddress (lwp->bp_reinsert));
 
-      if (lwp->bp_reinsert != 0 && can_hardware_single_step ())
+      if (can_hardware_single_step ())
        {
          if (fast_tp_collecting == 0)
            {