mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
* gdb.threads/sigthread.c (NSIGS): Make bigger.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2007-01-28 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
* gdb.threads/sigthread.c (NSIGS): Make bigger.
|
||||||
|
|
||||||
2007-01-27 Andreas Schwab <schwab@suse.de>
|
2007-01-27 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
* gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
|
* gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
/* Loop long enough for GDB to send a few signals of its own, but
|
/* Loop long enough for GDB to send a few signals of its own, but
|
||||||
don't hang around eating CPU forever if something goes wrong during
|
don't hang around eating CPU forever if something goes wrong during
|
||||||
testing. */
|
testing. */
|
||||||
#define NSIGS 1000000
|
#define NSIGS 10000000
|
||||||
|
|
||||||
void
|
void
|
||||||
handler (int sig)
|
handler (int sig)
|
||||||
|
Reference in New Issue
Block a user