This is the mail archive of the gdb-cvs@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]

gdb and binutils branch master updated. 9a362b9a3291ef43316e1606e2b26fe55ebb187f


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  9a362b9a3291ef43316e1606e2b26fe55ebb187f (commit)
      from  4bc461905647a55faac8fe5eda16cc9f0266721d (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=9a362b9a3291ef43316e1606e2b26fe55ebb187f

commit 9a362b9a3291ef43316e1606e2b26fe55ebb187f
Author: Pedro Alves <palves@redhat.com>
Date:   Mon Dec 16 14:04:52 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(-)


hooks/post-receive
-- 
gdb and binutils


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