* linux-thread-db.c (thread_db_new_objfile): Only try to load
authorDoug Evans <dje@google.com>
Tue, 11 Oct 2011 03:31:59 +0000 (03:31 +0000)
committerDoug Evans <dje@google.com>
Tue, 11 Oct 2011 03:31:59 +0000 (03:31 +0000)
commit0838fb575ec286250d500871c0a078e6bd25eacc
treeb6a69b5f042414edf107215fbb04b954362f0f43
parent0344e8789041c41c4561cfd54c4b04e512983fb4
* linux-thread-db.c (thread_db_new_objfile): Only try to load
libthread_db when we load libpthread or the main symbol file.
(thread_db_inferior_created): New function.
(_initialize_thread_db): Attach inferior_created observer.
* linux-nat.c (linux_child_post_attach): Remove call to
check_for_thread_db.
(linux_child_post_startup_inferior): Ditto.
* objfiles.h (OBJF_MAINLINE): Define.
* symfile.c (symbol_file_add_with_addrs_or_offsets): Pass it to
allocate_objfile when appropriate.
gdb/ChangeLog
gdb/linux-nat.c
gdb/linux-thread-db.c
gdb/objfiles.h
gdb/symfile.c