]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
PR corefile/8210
authorPedro Alves <palves@redhat.com>
Wed, 18 Aug 2010 12:25:49 +0000 (12:25 +0000)
committerPedro Alves <palves@redhat.com>
Wed, 18 Aug 2010 12:25:49 +0000 (12:25 +0000)
commit856d6f99ff9e391881377a4742520c1c405c694b
treec095614bb940e1c505e3efb9b2c2185d7ce2e7ca
parent261b8d0859fcd2ee7a43e1b3d2db6b2496bd6d61
PR corefile/8210

* linux-thread-db.c (add_thread_db_info): Skip glibc/BZ5983
workaround on core files.
(try_thread_db_load_1): Don't try enabling thread event reporting
on core files.
(thread_db_load): Allow thread_db on core files.
(attach_thread): Don't check thread signals on core files, nor try
really attaching to the thread, nor enabling thread event event
reporting.
(thread_db_detach): Don't try disabing thread event reporting or
removing thread event breakpoints when debugging a core file.
(find_new_threads_callback): Don't try enabling thread event
reporting on core files.
(thread_db_find_new_threads_2): Don't look for a stopped lwp when
debugging a core file.
(thread_db_find_new_threads): Don't update thread
cores (processors) when debugging a core (dump).
gdb/ChangeLog
gdb/linux-thread-db.c