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 remote/16329] support for gdb's remote debugging broken on Solaris


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

--- 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_6-branch has been updated
       via  1db0791014f8cc5e0a29c12cf282e2c841fef4b7 (commit)
      from  3b88acb6ef682ee8749fcd6dd824afb36ec1abf1 (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=1db0791014f8cc5e0a29c12cf282e2c841fef4b7

commit 1db0791014f8cc5e0a29c12cf282e2c841fef4b7
Author: Pedro Alves <palves@redhat.com>
Date:   Mon Dec 16 14:06:49 2013 +0000

    PR 16329: remote debugging broken on Solaris.

    Like on GNU/Linux (linux-thread-db.c), the Solaris solaris-threads
    target (handles libthread_db.so) shouldn't be pushed when remote
    debugging.

    This uses the same predicate used by linux-thread-db.c.

    gdb/
    2013-12-16  Pedro Alves  <palves@redhat.com>

        PR 16329
        * sol-thread.c (check_for_thread_db): If the target can't run or
        isn't a core, return without pushing.

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

Summary of changes:
 gdb/ChangeLog    |    6 ++++++
 gdb/sol-thread.c |    4 ++++
 2 files changed, 10 insertions(+), 0 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]