mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 07:53:51 +08:00
* linux-thread.db.c (try_thread_db_load_1): Tweak comment.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2009-07-16 Doug Evans <dje@google.com>
|
||||||
|
|
||||||
|
* linux-thread.db.c (try_thread_db_load_1): Tweak comment.
|
||||||
|
|
||||||
2007-07-16 Paul Pluzhnikov <ppluzhnikov@google.com>
|
2007-07-16 Paul Pluzhnikov <ppluzhnikov@google.com>
|
||||||
|
|
||||||
* linux-thread-db.c (thread_db_find_new_threads_silently):
|
* linux-thread-db.c (thread_db_find_new_threads_silently):
|
||||||
|
@ -725,12 +725,12 @@ try_thread_db_load_1 (struct thread_db_info *info)
|
|||||||
|
|
||||||
enable_thread_event_reporting ();
|
enable_thread_event_reporting ();
|
||||||
|
|
||||||
/* There appears to be a bug glibc-2.3.6: call to td_thr_get_info fails
|
/* There appears to be a bug in glibc-2.3.6: calls to td_thr_get_info fail
|
||||||
with TD_ERR for statically linked executables if td_thr_get_info is
|
with TD_ERR for statically linked executables if td_thr_get_info is
|
||||||
called before glibc has initialized itself. Silently ignore such
|
called before glibc has initialized itself. Silently ignore such
|
||||||
errors. */
|
errors, and let gdb enumerate threads again later. */
|
||||||
|
|
||||||
thread_db_find_new_threads_silently (inferior_ptid);
|
thread_db_find_new_threads_silently (inferior_ptid);
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user