NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/47430 CVS commit: src/external/gpl3/gdb/dist/gdb



The following reply was made to PR bin/47430; it has been noted by GNATS.

From: "Christos Zoulas" <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/47430 CVS commit: src/external/gpl3/gdb/dist/gdb
Date: Tue, 15 Jul 2014 13:35:54 -0400

 Module Name:   src
 Committed By:  christos
 Date:          Tue Jul 15 17:35:54 UTC 2014
 
 Modified Files:
        src/external/gpl3/gdb/dist/gdb: amd64bsd-nat.c armnbsd-nat.c
            hppanbsd-nat.c i386bsd-nat.c m68kbsd-nat.c mipsnbsd-nat.c
            ppcnbsd-nat.c shnbsd-nat.c sparc-nat.c vaxbsd-nat.c
 
 Log Message:
 PR/47430: Fix debugging threads again, GETTID == ptid_get_lwp for us, not
 ptid_get_tid :-)
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gdb/dist/gdb/amd64bsd-nat.c \
     src/external/gpl3/gdb/dist/gdb/hppanbsd-nat.c \
     src/external/gpl3/gdb/dist/gdb/i386bsd-nat.c \
     src/external/gpl3/gdb/dist/gdb/sparc-nat.c
 cvs rdiff -u -r1.10 -r1.11 src/external/gpl3/gdb/dist/gdb/armnbsd-nat.c
 cvs rdiff -u -r1.7 -r1.8 src/external/gpl3/gdb/dist/gdb/m68kbsd-nat.c \
     src/external/gpl3/gdb/dist/gdb/mipsnbsd-nat.c \
     src/external/gpl3/gdb/dist/gdb/ppcnbsd-nat.c \
     src/external/gpl3/gdb/dist/gdb/shnbsd-nat.c
 cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gdb/dist/gdb/vaxbsd-nat.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index