mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 16:38:05 +08:00
gdb/gdbserver/
* linux-low.c (linux_resume_one_lwp): Don't check 'lwp->bp_reinsert != 0'.
This commit is contained in:
@ -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>
|
2013-01-07 Joel Brobecker <brobecker@adacore.com>
|
||||||
Pedro Alves <palves@redhat.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",
|
fprintf (stderr, " pending reinsert at 0x%s\n",
|
||||||
paddress (lwp->bp_reinsert));
|
paddress (lwp->bp_reinsert));
|
||||||
|
|
||||||
if (lwp->bp_reinsert != 0 && can_hardware_single_step ())
|
if (can_hardware_single_step ())
|
||||||
{
|
{
|
||||||
if (fast_tp_collecting == 0)
|
if (fast_tp_collecting == 0)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user