gdb/gdbserver/

* linux-low.c (linux_resume_one_lwp): Don't check
	'lwp->bp_reinsert != 0'.
This commit is contained in:
Yao Qi 2013-01-16 14:46:17 +00:00
parent 3f01d0d042
commit 85e00e8548
2 changed files with 6 additions and 1 deletions

View 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>

View 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)
{