gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 2 Jul 2012 20:28:38 +0000 (20:28 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 2 Jul 2012 20:28:38 +0000 (20:28 +0000)
commitfcb4437118d0bbc82cf56f76d00c44c0220c0005
tree9ee61b56376d07324026d6d4fc3400436b668758
parent0f3c2347e62bde314690425592d9f141f929ef2e
gdb/
* linux-thread-db.c (inferior_has_bug): New function.
(thread_db_find_new_threads_silently): Return boolean as checked by
inferior_has_bug, describe it in the comments.
(try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
earlier.  Abort the initialization if it returned non-zero.
(thread_db_find_new_threads_2): Preinitialize ERR.  Check errors also
if UNTIL_NO_NEW,

gdb/testsuite/
* gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
Wrap the test into loop for corefile and core0file.
gdb/ChangeLog
gdb/linux-thread-db.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.threads/gcore-thread.exp
This page took 0.02734 seconds and 4 git commands to generate.