mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
* thread-db.c (disable_thread_signals): Remove unused function.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2004-02-28 Daniel Jacobowitz <drow@mvista.com>
|
||||||
|
|
||||||
|
* thread-db.c (disable_thread_signals): Remove unused function.
|
||||||
|
|
||||||
2004-02-28 Andrew Cagney <cagney@redhat.com>
|
2004-02-28 Andrew Cagney <cagney@redhat.com>
|
||||||
|
|
||||||
GDB 6.1 branch created.
|
GDB 6.1 branch created.
|
||||||
|
@ -584,27 +584,6 @@ check_thread_signals (void)
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
|
||||||
disable_thread_signals (void)
|
|
||||||
{
|
|
||||||
#ifdef GET_THREAD_SIGNALS
|
|
||||||
if (thread_signals)
|
|
||||||
{
|
|
||||||
int i;
|
|
||||||
|
|
||||||
for (i = 1; i < NSIG; i++)
|
|
||||||
{
|
|
||||||
if (sigismember (&thread_stop_set, i))
|
|
||||||
signal_stop_update (target_signal_from_host (i), 1);
|
|
||||||
if (sigismember (&thread_print_set, i))
|
|
||||||
signal_print_update (target_signal_from_host (i), 1);
|
|
||||||
}
|
|
||||||
|
|
||||||
thread_signals = 0;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
thread_db_new_objfile (struct objfile *objfile)
|
thread_db_new_objfile (struct objfile *objfile)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user