mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 12:03:41 +08:00
* linux-thread-db.c (have_threads_callback): Check thread->private.
This commit is contained in:
parent
19a6653ce8
commit
e3bc4218fa
@ -1,3 +1,7 @@
|
||||
2008-04-14 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* linux-thread-db.c (have_threads_callback): Check thread->private.
|
||||
|
||||
2008-04-13 Nick Roberts <nickrob@snap.net.nz>
|
||||
Vladimir Prus <vladimir@codesourcery.com>
|
||||
|
||||
|
@ -235,7 +235,7 @@ thread_db_err_str (td_err_e err)
|
||||
static int
|
||||
have_threads_callback (struct thread_info *thread, void *dummy)
|
||||
{
|
||||
return 1;
|
||||
return thread->private != NULL;
|
||||
}
|
||||
|
||||
static int
|
||||
|
Loading…
Reference in New Issue
Block a user