From owner-cvs-src-old@FreeBSD.ORG Mon Dec 27 12:41:49 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59FA9106566C for ; Mon, 27 Dec 2010 12:41:49 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2A23D8FC08 for ; Mon, 27 Dec 2010 12:41:49 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id oBRCfnT2088480 for ; Mon, 27 Dec 2010 12:41:49 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oBRCfntc088479 for cvs-src-old@freebsd.org; Mon, 27 Dec 2010 12:41:49 GMT (envelope-from attilio@repoman.freebsd.org) Message-Id: <201012271241.oBRCfntc088479@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to attilio@repoman.freebsd.org using -f From: Attilio Rao Date: Mon, 27 Dec 2010 12:39:24 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/contrib/binutils/bfd elf-bfd.h elf.c src/contrib/binutils/binutils readelf.c src/contrib/binutils/include/elf common.h src/contrib/file readelf.h src/contrib/gdb/gdb fbsd-proc.c src/gnu/usr.bin/gdb/libgdb fbsd-threads.c ... X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2010 12:41:49 -0000 attilio 2010-12-27 12:39:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) contrib/binutils/bfd elf-bfd.h elf.c contrib/binutils/binutils readelf.c contrib/binutils/include/elf common.h contrib/file readelf.h contrib/gdb/gdb fbsd-proc.c gnu/usr.bin/gdb/libgdb fbsd-threads.c sys/compat/freebsd32 freebsd32.h sys/kern imgact_elf.c sys_process.c sys/sys elf_common.h procfs.h ptrace.h usr.bin/gcore elfcore.c Log: SVN rev 216734 on 2010-12-27 12:39:24Z by attilio MFC r215679: Add the ability for GDB to printout the thread name along with other thread specific informations. In order to achieve that, for both on-line debugging and core analysis, a new member to PT_LWPINFO ptrace(2) interface is added and a new ELF note (NT_THRMISC) as well. Sponsored by: Sandvine Incorporated Revision Changes Path 1.1.1.11.30.1 +2 -0 src/contrib/binutils/bfd/elf-bfd.h 1.19.30.2 +38 -0 src/contrib/binutils/bfd/elf.c 1.1.1.13.30.1 +1 -0 src/contrib/binutils/binutils/readelf.c 1.1.1.13.30.1 +1 -0 src/contrib/binutils/include/elf/common.h 1.2.2.1 +1 -0 src/contrib/file/readelf.h 1.1.1.1.30.1 +5 -0 src/contrib/gdb/gdb/fbsd-proc.c 1.18.2.3 +44 -3 src/gnu/usr.bin/gdb/libgdb/fbsd-threads.c 1.9.2.7 +5 -0 src/sys/compat/freebsd32/freebsd32.h 1.197.2.8 +10 -0 src/sys/kern/imgact_elf.c 1.155.2.9 +3 -0 src/sys/kern/sys_process.c 1.31.2.6 +1 -0 src/sys/sys/elf_common.h 1.7.2.2 +7 -0 src/sys/sys/procfs.h 1.28.10.6 +2 -0 src/sys/sys/ptrace.h 1.20.2.5 +11 -0 src/usr.bin/gcore/elfcore.c