mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-10 06:00:59 +00:00
* linux-low.c (linux_wait_1): Move non-debugging code out of
`debug_threads' control.
This commit is contained in:
parent
d20a8ad9c0
commit
3c11dd799b
@ -1,3 +1,8 @@
|
||||
2010-08-25 Pedro Alves <pedro@codesourcery.com>
|
||||
|
||||
* linux-low.c (linux_wait_1): Move non-debugging code out of
|
||||
`debug_threads' control.
|
||||
|
||||
2010-08-25 Pedro Alves <pedro@codesourcery.com>
|
||||
|
||||
* linux-low.c (linux_wait_1): Don't set last_status here.
|
||||
|
@ -2200,9 +2200,10 @@ Check if we're already there.\n",
|
||||
if (debug_threads)
|
||||
fprintf (stderr, "dequeued one signal.\n");
|
||||
}
|
||||
else if (debug_threads)
|
||||
else
|
||||
{
|
||||
fprintf (stderr, "no deferred signals.\n");
|
||||
if (debug_threads)
|
||||
fprintf (stderr, "no deferred signals.\n");
|
||||
|
||||
if (stabilizing_threads)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user