gdb/gdbserver/
* linux-low.c (linux_resume_one_lwp): Don't check 'lwp->bp_reinsert != 0'.
This commit is contained in:
parent
3f01d0d042
commit
85e00e8548
@ -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>
|
||||
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user