This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug threads/16216] auto-load safe-path warning for non-existing libthread_db.so.1


http://sourceware.org/bugzilla/show_bug.cgi?id=16216

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, gdb-7.7-branch has been updated
       via  46a3efa5a8d349612a4a121f518c8eb8d187ba2c (commit)
      from  22e9d37576775b6384f16656692662176d1add6d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=46a3efa5a8d349612a4a121f518c8eb8d187ba2c

commit 46a3efa5a8d349612a4a121f518c8eb8d187ba2c
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Mon Jan 13 21:20:21 2014 +0100

    Fix set auto-load safe-path false warning regression (PR 16216)

    gdb/
    2014-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>

        PR threads/16216
        * linux-thread-db.c (try_thread_db_load): Add parameter
        check_auto_load_safe.  Move here the file_is_auto_load_safe call.
        (try_thread_db_load_from_pdir_1): Move it there from here.
        (try_thread_db_load_from_sdir): Update caller.
        (try_thread_db_load_from_dir): Move it there from here.

-----------------------------------------------------------------------

Summary of changes:
 gdb/ChangeLog         |    9 +++++++++
 gdb/linux-thread-db.c |   38 +++++++++++++++++++++++---------------
 2 files changed, 32 insertions(+), 15 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]