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 #2 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, master has been updated
       via  fde4f8ed8ce077b652f046ada8b208eaccbf3a7a (commit)
      from  bdf61915fc102bc07c12aa450376d7402bd427b4 (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=fde4f8ed8ce077b652f046ada8b208eaccbf3a7a

commit fde4f8ed8ce077b652f046ada8b208eaccbf3a7a
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Mon Jan 13 21:19:18 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]